1 / 9

Wiring Up

Wiring Up. The process that converts text to a usable structure. ORION Active Structure. Only A Prolog. The process of parsing is only a prolog to the main event - the connecting of pieces of structure to represent the meaning of the text.

lana-combs
Download Presentation

Wiring Up

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Wiring Up The process that converts text to a usable structure ORION Active Structure

  2. Only A Prolog The process of parsing is only a prolog to the main event - the connecting of pieces of structure to represent the meaning of the text. It is nowhere near one for one, more like a jigsaw, with some pieces creating new pieces as they fit together - a simple preposition like “for” able to create cycling logical machinery.

  3. Noun Phrases As soon as a noun phrase is recognised, it is pulled apart and structure to represent it is built “The delayed response” will result in the creation of a delay relation, and the attachment of it to the response object. The response object (itself a relation) will then be propagated as the object representing the noun phrase.

  4. Verb Phrases Verb phrases are turned into relations, with any verb auxiliaries that are present controlling how existence and logic operate on the relation. Any special properties, such as passive voice, are applied to the relation so they can later be used in matching by prepositionals.

  5. Sample Verb Structures Tenant is paid to wash the windows He used the lease to obligate Lessee to pay John the rent

  6. Prepositional Phrases Prepositional chains are identified and the network of relations set up for analysis. Prepositions can jump over each other or, like “by”, make a beeline for the leftmost object

  7. Logical Connection Each sentence results in a logical or existential connection, which is an attribute of the sentence object, and its state is controlled by the discourse. That is, there is a logical spine running through the discourse, controlling the elements.

  8. Logical Control An example - the logical control comes in here (the mass of supporting connections is not shown)

  9. Invariant Structure The resulting structure is reasonably close to invariant - except for synonyms, no matter how you say it, for the same meaning the same structure gets built. Relations can be explicit in verbs, or hidden in nouns, adjectives, adverbs - the same relation will be built, although with less control over logic and existence than there is with verb auxiliaries. This invariance makes searching and simulation much easier.

More Related