CA2009042A1 - Method and system for the representation of multiple analyses in dependency grammar and parser for generating such representation - Google Patents

Method and system for the representation of multiple analyses in dependency grammar and parser for generating such representation

Info

Publication number
CA2009042A1
CA2009042A1 CA002009042A CA2009042A CA2009042A1 CA 2009042 A1 CA2009042 A1 CA 2009042A1 CA 002009042 A CA002009042 A CA 002009042A CA 2009042 A CA2009042 A CA 2009042A CA 2009042 A1 CA2009042 A1 CA 2009042A1
Authority
CA
Canada
Prior art keywords
word
node
syntactic
tree
governor
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
CA002009042A
Other languages
French (fr)
Inventor
Job M. Van Zuijlen
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
BSO/BURO VOOR SYSTEEMONTWIKKELING BV
Original Assignee
Job M. Van Zuijlen
Bso/Buro Voor Systeemontwikkeling B.V.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Job M. Van Zuijlen, Bso/Buro Voor Systeemontwikkeling B.V. filed Critical Job M. Van Zuijlen
Publication of CA2009042A1 publication Critical patent/CA2009042A1/en
Abandoned legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/205Parsing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/279Recognition of textual entities
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/205Parsing
    • G06F40/211Syntactic parsing, e.g. based on context-free grammar [CFG] or unification grammars
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/279Recognition of textual entities
    • G06F40/289Phrasal analysis, e.g. finite state techniques or chunking

Abstract

ABSTRACT

Method for unambiguously coding multiple parsing analyses of a natural language word sequence in dependency grammar in which dependencies are defined between pairs of words, each pair consisting of a superordinate word or governor and a thereto related word or dependent. For each word in the sequence a word index is determined, representing the rank of order of said word in the sequence. All possible dependents of each word are determined as well as the relation between the word and the dependents using a parsing algorithm in combination with a grammar and a dictionary in which all words of the language are stored together with their syntactic interpretation and an interpretation index, representing the rank order of the syntactic interpretation of the word in the dictionary in order to distinguish between multiple syntactic interpretations of said word. A syntactic network is determined which is represented as a tree consisting of nodes mutually coupled by edges and comprising at least one top node, one or more terminal nodes and eventually a number of intermediate nodes, each node being interpreted as an exlusive OR node serving as a pointer if there is only one alternative and serving as a choice point if there are several alternatives, whereby each of the pointer nodes is assigned to a word of the sequence and each edge is assigned to the syntactic relation between the two nodes coupled by said edge, whereby each node is coded by an identifier which in case of a pointer node is directly related to the entry of a word in the dictionary and in the case of a choice point comprises a list of further identifiers one of which has to be selected.

Description

2Q~)~0~2 ~O 35.412 Title: Metho~ and system for the representation of multiple analyses in dependency grammar and parser for generating such representation.

Parsing a natural language is the mapping of a sequence of words of that natural language onto larger units according to a grammar for that natural language. The larger units are called phrases or constituents. Usually, the sentence is the largest unit that can be recognized. The result of the mapping or syntactic analysis is shown in the form of a tree structure. The linguistic theory decides what the representation will look like; in the case of dependency grammar the analysis of the word sequence takes the form of a dependency tree which shows the words of the sequence and the syntactic relations between them. The sequence may be ambiguous, i.e. have more than one possible analysis, in which case the result will consist of a number of tree structures. There are various techniques to obtain multiple analyses; possibilities may be investigated in parallel or backtracking may be applied.
Whatever technique is used, the analysis of a highly ambiguous sentence takes a large amount of time and generates an unmanageable number of trees. The object of the invention is now to improve this state of affairs and to offer a compact representation for the multiple analyses of ambiguous sentences and furthermore a parser that generates such a representation efficiently.
As already explained above, a problem in realistic natural language parsing is the syntactic ambiguity of sentences. A string of tokens in a programming language has only one interpretation, but a string of natural language words often has a number of interpretations. The ambiguity of natural language sentences deteriorates the efficiency of the parsing process, which is usually only known for the parsing of unambiguous sentences.
Ambiguity implies a search for alternative analyses. Often, part of a new analysis is similar to an analysis already found. In other words, co~plete representation of all possible analyses leads to a large amount of redundancy. There have been proposals in which -. . :, ~, .
, -.. ,:,.
,..... , . ~ . ~ : - . .. :: : . . . , : :

.
- : . :- -. -2 2t~'3042 the internal representation of the parse history (the stack) is shared, thus avoiding duplication of this representation. This representation may be shown as a tree forest of constituent trees.
It is, however, closely related to the internal representation used by the parser and cannot be represented in a different formalism without some form of conversion.
The approach followed by the invention is to take the definition of a formalism for the compact representation of syntactic ambiguities as the point of departure. The formalism is related to the linguistic theory chosen and not dictated by the parse process. In the underlying case dependency grammar is chosen.
With reference to the chosen linguistic theory it is remarked that there are further linguistic theories such as the so-called constituent grammar. A parsing algorithm developed for a constituent grammer is for instance described in "An efficient augmented-context-free parsing algorithm" by Masaru Tomita, published in Computational Linguistic~, volume 13, numbers 1-2 , January-June 1987.

Dependency grammar Dependency grammar is a theory that is concerned with the syntactic relations or dependencies between words in a phrase or a sentence. A dependency is defined between two words, which are classified according to their word classes. The superordinate word in the relation is called the governor, the other is called the dependent. A dependency syntax for a specific language used for implementing the invention consists of the following:
1. A classification of words with a description of how to recognize a word as a member of a certain word class.
2. A list of dependency relation types and, accordingly, dependent types.
3. A list of word-class-specific dependency patterns with a specification of which dependents are subject to subclass-specific dependency rules (i.e. the complement-adjunct distinction).
4. A specification of the possible syntactic forms of the dependents.

3 2~9i0~12 ~

In certain languages it may be necessary to take word order - into consideration as a means to establish a dependency, e.g. to distinguish the subject and the direct object.
Dependency grammar has a characteristic that is also found in categorial grammar, namely that there is no real distinction between lexical and phrasal categories. So notions like NP and VP
are not significant: a noun or verb with dependents is still considered a noun or a verb. From the point of view of a governor a dependency tree is only one level deep; whatever takes place at a level lower than its own dependents is of no significance or should be communicated via its dependents. Unlike constituent grammar, dependency grammar has no starting symbol, such as S, and, therefore, it is possible to try and analyze any seguence of words as long as it contains a clearly defined end-marker.
The dependency analysis of such a sequence of words amounts ~ -to selecting a governor and collecting the words that could be dependents for that governor. The governor will in turn be a dependent for yet another governor and a possible analysis for the word sequence constitutes a consistent division of the words such that there is one top level governor that "encompasses" all words in the sequence, directly as dependents of this governor and indirectly as dependents of the dependents, and so on. If one or more dependents are optional or if there are one or more words with multiple syntactic interpretations there may be more solutions satisfying this criterion in which case the sequence is ambiguous.
The invention now offers first of all a method for unambiguously coding multiple parsing analyses of a natural language word sequence in dependency grammar in which dependencies are defined between pairs of words, each pair consisting of a superordinate word or governor and a thereto related word or dependent, said method comprising the following steps:
a) determining for each word in the sequence a word index, representing the rank of order of said word in said sequence and all possible dependents as well as the relation between said word and said dependents using a parsing algorithm in combination with a grammar defining all possible relations of the language and a dictionary in which all words of the .. .: . : , . ,, .. ., - ~ . . . . :: . . .

~ ~ . ., . . :

., : . . . :~ - . ~ : . . . - : .
:: - ,. . - , ~

- 2~ 30~Z

natural language are stored together with their syntactic interpretation and an interpretation index, representing the rank order of the syntactic interpretation of the word in the dictionary in order to distinguish between multiple syntactic interpretations of said word.
b) defining a syntactic network which is represented as a tree consisting of nodes mutually coupled by edges and comprising at least one top node, one or more terminal nodes and eventually a number of intermediate nodes, each node being interpreted as an exlusive OR node serving as a pointer if there is only one alternative and serving as a choice point if there are several alternatives, whereby each of the pointer nodes is assigned to a word of the sequence and each edge is assigned to the syntactic relation between the two nodes coupled by said edge, whereby each node is coded by an identifier which in case of a pointer node is directly related to the entry of a word in the dictionary and in the case of a choice point comprises a list of further identifiers one of which has to be selected.
By introducing choice points in the syntactic network it is possible to obtain an unambiguously coded syntactic network covering all the possible parsing analyses of the natural language word sequence in such a way that the coded syntactic network can be used in further processing steps for instance in an automatic translation system without the necessity to select beforehand one of the various multiple analyses as the correct one.
A further advantage obtained by the method according to the invention is the fact that the necessary memory space to store all the multiple parsing analyses of a natural language word sequence is considerable decreased because only the unavotdable copies of part of a subtree are stored whereas in comparison with the state of the art the major number of copies of parts of subtrees is avoided.
The invention will now be explained in further detail with reference to the attached drawings.
Figures la and 1b illustrate an example of a word sequence with structural ambiguity.

. . . .
' . ~- ~ ~ ,' -, ,: :, .' : : : ' .

- Zt~ 30~2 Figures 2a and 2b illustrate an example of a word sequence with word-specific ambiguity.
Figures 3a and 3b illustrate another example of a word sequence with word-specific ambiguity.
Figures 4a and 4b illustrate an example of a word sequence with feature-determined ambiguity.
Figure 5 illustrates a choice point.
Figure 6 illustrates the application of a choice point in the word sequence, the analyses of which were illustrated in figures 1a and 1b. - -Figure 7 illustrates a more sophisticated application of choice points in the word sequence, the different analyses of which were illlustrated in figure 1a and 1b.
Figure 8 illustrates a further developed embodiment of figure 7.
Figure 9 illustrates the ultimate embodiment of the choice point application resulting into an unambiguously coded network structure covering both analyses illustrated in figures 1a and 1b. -Figure 10 illustrates the maximum phrases for a predetermined word sequence.
Figure 11 illustrates the same maximum phrases as in figure 10 after consistency checking.
Figure 12 illustrates very schematically the syntactic network structure.
Figure 13 illustrates the network structure after coding the structure in agreement with the described method.
Figure 14 illustrates the maximum phrases for another word sequence.
Figure 15 illustrates the maximum phrases of figure 14 after the consistency check.
Figure 16 illustrates very schematlcally the structured syntactic network before the coding procedure.
Figure 17 illustrates in a graphical manner the ultimate SSN
structure based on the maximun phrases of figure 15.
As introduction to the detailed explanation of the invention first of all the various possible syntactic ambiguities will be explained in more detail.

.. . : ~ .. , ..... . ::
:.. .. . .. . . .
.. . :- .. .. , : - : : .

.- , : . , , ~
, - . , . . ~: ~ , : . .

:: . .
.

6 2 ~ ~ 9 O ~ 2 Structural Ambiguity.
A close look at syntactic ambiguities shows that they are of different types. In the first place, there is the possibility that the analysis of a phrase can be attached at more than one position in the analysis tree of the sentence that contains the phrase. For example:

Example 1. Structural ambiguity We see the man in the park interpretation 1 We see someone (the man in the park) interpretation 2 We see the man somewhere (in the park) The preposition phrase in the park is either attached to the main verb see or to the noun man. These alternatives give rise to two different representations. Both representations are illustrated in figures 1a and 1b respectively.
For the meaning of the various abbreviations used in the figures and in the further description, reference is made to the list of abbreviations at the end of this description.
The type of ambiguity illustrated in figures 1a and 1b is called structural and is related to the grammar of the language, which stipulates that a PP can be combined with a verb as well as a noun to form a well-formed phrase.

Word-Specific Ambiquity.
A different type of ambiguity may appear in (written) sentences that contain homographs, i.e. different words that are spelled the same. This type of ambiguity, which we will call word-specific, is not directly related to grammar rules, but is accidental and highly language dependent (English being an extreme case). A word may have a nu~ber of syntactic interpretations, i.e.
it may show categorial ambiguity or there may be differences in the feature sets associated with the various interpretations.

, ,. .
.
: . : : ' .. ;~ ~
:

, 90a~2 Example 2. Categorial ambiguity 1 The bee flies like a ladybird interpretation 1 (The bee) flies (like a ladybird) -> The bee flies in the manner of a ladybird.
interpretation 2 (The bee flies) like (a ladybird) -> The bee flies are fond of a ladybird.

The words "flies" and "like" display categorial ambiguity, i.e. they can belong to different categories. In example 2 "flies"
may be a noun or a verb and "like" may be a preposition or a verb.
Notice that it is difficult to predict the total number of interpretations in advance. The possibilities depend on the types of structure the grammar allows; "like" is only interpreted as a preposition when "flies" is interpreted as a verb and "like" is only interpreted as a verb when "flies" is interpreted as a noun. ~
These figures show the dependency trees for the two interpretations of "The bee flies like a ladybird". ~' There is a second kind of categorial ambiguity that occurs with certain words that can be adverbs as well as adjectives. When those are used as premodifier in a noun phrase, the result is two analyses that are only partially different.

Example 3. Categorial ambiguity 2 They fund more modern houses interpretation 1 They fund (more) (modern houses) -> They fund more houses that are modern interpretation 2 They fund (more modern) houses -> They fund houses that are more modern The word "more" is either an adjective and then it modifies "houses", or it is an adverb in which case it modifies "modern".
The analyses of "They fund more modern houses" are represented by the two diagrams in figures 3a and 3b.

... :, ~ - ' . . . :

, -- 2~042 The main difference between the two analyses is the governor of more. In this respect it resembles the representations in case of structural ambiguity.
Two homographs may have the same category but differ with respect to some other syntactic feature, as shown in the following example.

Example 4. Feature-determined ambiguity They can fish interpretation 1 They can (are able to) fish (=verb) interpretation 2 They can (put in tins) fish (=noun) The word "can" is a verb in both cases but there is a difference in valency: "can" takes either a direct object or an infinitive. We will call this feature-determined ambiguity.
However, the ambiguity is only revealed because of the categorial ambiguity of "fish", which may be either a verb or a noun. The sentence "They can eat" for example, is not ambiguous, indicating that categorial and feature-determined ambiguity only become visible in specific syntactic contexts.
The analyses of "They can fish" are represented by the two dependency trees in figures 4a and 4b.
An Estimate of the Number of Interpretations It will be clear that it is difficult to determine how many alternative interpretations will be the result of word-specific ambiguity. The examples given indicate already that it is not very easy to construct sentences that display this kind of ambiguity, even in English. Structural ambiguity, however, is a common and often unavoidable phenomenon. Sentences that contain a sequence of PPs are a good example. Each PP that is added also provides an extra attachment point for its successor. The following table gives the number of analyses generated by a parser as function of the length of the PP sequence (sequence of prepositional phrases) for sentences containing one NP (noun phrase) such as "the man on a ~3~30~Z
g bench in the park near the river..." and without further ambiguities.

Number of PPsNumber of Analyses This shows that a common representation for the alternatives due to structural ambiguity pays off very quickly indeed.
In the figures 1-4 the alternative analyses for an ambiguous sentence is by way of a set of separate analysis trees. Since the analysis trees often show partial structural similarity, it is worthwhile to represent alternatives in the same representation. In the following section first the requirements for such a representation will be discussed in an informal way and then a formalism or description language will be developed in which these requirements can be expressed.

Choice Points and Structure Sharinq A single representation for multiple analyses may be considered an ambiguous structure that can be interpreted in various ways re~ulting in a number of unambiguous interpretations.
Each interpretation has to coincide with a syntactic analysis of the input sentence. A method to indicate that there has to be made a selection in the structure is to insert a choice point at a specific posltion. The subordinate elements of the choice point may or may not be part of a specific interpretation. For an lnformal graphical representation of choice points the notation shown in figure 5 will be used.
A naive way of applying a choice point is shown in figure 6 in which the two representations illustrated in figures 1a and 1b are combined by the choice point, functioning as top node.
The two alternatives have a part in common, which makes the - . :. ~ . : :, :~. .

., : : . : , - : , . :
.

O~Z
1o representation highly redundant. The representation can be improved by only duplicating the PP "in the park" and realizing the two attachment positions as choice points. That is illustrated in figure 7.
At each choice point there are two alternatives: the PP and the null tree, in the diagram indicated by [ ]. If the PP is chosen, the branch with the choice point is part of the representation, otherwise it is not. Notice that the procedure that interprets the representation has to guarantee that the PP is selected only once.
A further compaction can be obtained by having the PP shared by the two choice points. This is shown in the figure 8. This representation is no longer a tree but a directed graph.
Since it is not possible to represent a graph directly in textual form, it is necessary to develop a formalism or description language which can be used to give a description of a graph. The requirements of this description language are that it enables us to represent choice points and indicate the sharing of common structures.
Trees and Graphs A common definition of a graph is G = (V, E), with V a set of vertices (nodes) and E a set of edges (arcs). The vertices and edges have names, e.g. the words of a sentence and the relations between the words, respectively. Diagram 1 shows a possible notation for vertices and edges:

Diagram 1.
vertex ::= <node>
edge ::= <relation> : <governor~ / <dependent node ::= <term>
relation ::= <atom>
governor ::= <node>
dependent ::= <node>
Using this notation the dependency tree for the sentence "We see him" is illustrated in Diagram 2. The nodes (or vertices) are 1 1 ZC~ 4~ ~
simplified in that they only contain words.
~' , Diaqram 2 [see, [
[SUBJ, we, []], [OBJ, him, []]]
]

The corresponding graph representation for "We see him" is:
10 ([we, see, him], [SU~J:see~we, OBJ:see/him]) Although this graph formalism allows arbitrary connections between governors and dependents, it still has, nevertheless, a number of disadvantages. They can be summarized as follows:
1. The edge descriptor contains complete nodes, which leads to unnecessary redundancy.
2. The edge list ic too unstructured to be practical for large representations.
3. There is no possibility to represent choice points.
The first problem can be solved by assigning a unique 20 identifier to each node, indicating word index (i.e. the rank order of the word in the sentence) and interpretation index (i.e. the rank order of the syntactic interpretation of the word in the dictionary) and using this node identifier whenever it is necessary to refer to a node. The nodes themselves (which we will call 25 lexical nodes ) will consist of a node identifier and a node value which contains the word and syntactic information on the word.
This leads to the following notation of lexical nodes and node identifiers:

30 Diagram 3 lexical_node ::= <node identifier> / ~node value) node identifier ::= <word index> : <interpretation index>
node value ::= <term>
word index ::= <integer>
35 interpretation index ::= <integer>

For example, the first interpretation (i.e. entry in the .. . . . . . ~ :

. . , , . ~ :
,: . . , . : .
, - :, .. : - : . : .:, -- ~ . : - : - . ::
: ~ , .

ZQ~ 42 syntactic dictionary) of the word "see" will be referred to as 2:1.
The (simplified) lexical node for that interpretation of "see"
becomes 2:1/see.
The second difficulty can be solved by maintaining the tree structures for unambiguous constellations of vertices and edges.
So, instead of a list of edges there will be a list of trees. The nodes of the trees serve as reference nodes and contain one or more references to other trees or to lexical nodes.
The introduction of node identifiers suggests a simple method to represent choice points. A choice point is an exclusive-OR node:
one alternative has to be chosen. We can model this by representing the nodes as a list of node identifiers and stipulating-that at least one and not more that one element has to be selected. This condition makes it possible to represent all reference nodes as lists: if the list has more than one element, it is a choice point, otherwise it is a node with one obligatory element.
Implementing the modifications proposed in the previous section results into the following representation for "We see him"
(Diagram 4). To indicate the difference with the usual graph, we will call this a structured syntactic network, abbreviated in the following part of the description as SSN.

Diagram 4 (11:1/we, 2:1/see, 3:1/him], [
[[2:1], [
[SU~J, [1:13, []], [OBJ, [3:1l, []]]
]
]

Notice the resemblance with the tree representation shown in Diagram 2. By including the lexical node list and the tree list in a single list, an unlabeled tree representation of the syntactic network is obtained. To maintain uniformity in representation a preceding label is added, serving as a network identifier. For the : . '' . ' ~

~:~9~30~1Z

same reason the label GOV is added to the tree in the list.
The result thereof is the modified SSN shown in diagram 5.

Diagram 5 [ ssn 1, 11:1/we, 2:1/see, 3:1/him], [
[ GOV, 12:1~, [
[SUBJ, [1:1], []], [OBJ, 13:1], []]]
]]
]

To represent multiple analyses with an SSN, some additional notation is needed in order to be able to refer to the trees in the list. Since dependency grammar is used, the node identifier of the top node of a tree could also serve as the identifier of that tree.
However, certain alternative analyses of phrases have the same top node, as, for example, the NP "more modern houses" in "They fund more modern houses" (see figure 4a and 4b). Therefore, a duplicate index is added to the node identifier of the top node; the combination will then serve as the tree identifier. The symbol 0 signifies a reference to the null tree. This leads to the notation - -of tree identifiers shown in diagram 6:

Diagram 6 tree identifier ::= <node identifier> - <duplicate index> ¦ 0 duplicate index ::= <integer>

The two alternative trees for more modern houses would have the identifiers 5:1-1 and 5:1-2.
In order to indicate the startlng point of the SSN and handle cases that are ambiguous at the highest level (e.g. "They can fish", figures 4a and 4b), the ssn entry is introduced, which will be the first tree in the tree list. It is recognizable through a so-called entry node, symbolized by [0:0], and it contains a reference to one or more of the subsequent trees in the list which will be referred to as ssn trees.
It turns out that structural and word-specific ambiguity can ,. .

:
: . ~ ~ ', ' . , ' : :
, '' :: :. -' :
,: : .

~` 14 ~ 0~2 be distinguished by looking at the reference nodes, which are, in fact, node and tree identifier lists. With structural ambiguity a single subtree is selected by one of a number of governors. This is illustrated in figure 7.
Each governor dominates a choice point presenting the specific subtree (or a lexical node) and the null tree as alternatives; so the reference node will contain a tree or a node identifier and the null tree identifier, e.g. ~ 1, 0] or [1:1, 0], forming a structural ambiguity choice point .
With word-specific ambiguity, on the other hand, a single governor has to choose from a number of subtrees and/or lexical nodes. In this case, the governor dominates a reference node that serves as a word-specific ambiguity choice point and that contains a list with references to ssn trees or lexical nodes. Examples are [3:1-1, 3:2-1] ttwo ssn trees) and [1:1, 2:1-1] (a lexical node and an ssn tree).
The case in which a reference node has only a single reference is also meaningful for lexical nodes as well as ssn trees. With a reference to a lexical node, the reference node serves as a pointer to this lexical node, i.e. serves as lexical pointer. When it refers to an ssn tree, the reference node functions as a structure-sharing pointer, i.e. a pointer to a structure that can be shared by the alternative ssn trees resulting from word-specific ambiguity. For example, the NP "a ladybird"
could be shared by the two analyses of "The bee flies like a ladybird" (see figures 2a and 2b).
The additional notation necessary for the nodes of the trees in the SSN is listed in the following diagram.

Diagram 7 tree node ::= [ 0:0 ] ¦ <reference node>
reference node::= [ <reference> ] ¦ <choice point>
choice point ::= ~<reference>, 0] ¦ [<reference>(,<reference>~]
reference ::= <node identifier> ¦ <tree identifier>
Using this notation, a further modified SSN for "We see him"
is presented in Diagram B.

15 ~ 42 Diagram 8 [ ssn 1a, [1:1/we, 2:1/see, 3:1/him], [
[ NIL, [0:0], [ % ssn entry [GOV, [2:1-1], []]] % pointer to ssn tree 2:1-1 ]

[ NIL, [2:1-1], [ % ssn_tree 2:1-1 ~SUBJ, ~1:1], []], % pointer to lexical node [OBJ, l3:1~, []]]
]]
]

Labels that do not refer to a syntactic relation, but are necessary to maintain uniformity in the tree formalism are called ~ -NIL. The ssn entry contains a subtree with the label GOV (the root label of the dependency tree) and a reference to a ssn tree.

Some SSNs for Ambiguous Sentences We will now look at some examples of SSNs for ambiguous sentences. In Diagram 9 the SSN is shown of "They can fish" (cf.
the trees of which are shown in figures 4a and 4b), a sentence with word-specific ambiguity.

. . .. ,,: .

;
~ .

16 2C~9042 Diagram 9 ~
[ ssn 2, [1:1/they, 2:1/can, 2:2/can, 3:1/fish, 3:2/fish], [ -[ NIL, [0:0], [ % ssn entry [ GOY, [2:1-1, 2:2-1], r]]~ % choice point between 2:1-1 and 2:2-1 ], ' ''''.
[ NIL, [2:1-1], [ % ssn tree 2:1-1 lSU~, ~1:1], [~], [INFC, [3:1~, []]] % fish=Verb ], '~
[ NIL, [2:2-1], [ % ssn tree 2:2-1 [SUBJ, [1:1], []], [OBJ, [3:2], []]] % fish=Noun ] ] .: , ]

The ssn entry is used to represent ambiguity at top level: it contains a subtree with a choice point preceded by a GOV label.
For some applications it may be necessary to generate the alternatives from the SSN in a certain order. With word-specific ambiguity the alternatives associated with this ambiguity are included in one list. By taking the order of the list into account, it is possible to generate the alternatives in a specific order.
This approach is not applicable with structural ambiguity. The alternative choices are divided among several choice points and there is no direct communication between these points. However, all choice points refer to the same ssn tree and by including a list of node identifiers of the relevant governors at the position of the top level label of the ssn tree, it is possible to control the order of selection. To obtain an unambiguous reference, the ssn tree that contains the governors has to be mentioned as well as the word index of each relevant governor in that tree. This should be repeated for all ssn trees that contain one or more relevant ~ ;~
governors. The result is a parent list for each ssn tree. The root label of an ssn tree, then, will either consist of the atom NIL or a list of parent lists. Diagram 10 shows the format of the root label of an ssn tree.

~` 17 2Q~90~Z
Diagram 10 root label ::= [ <parent list>f , <parent list>}* ] ¦ NIL
parent list ::= [ <tree identifier>{ , <word index>)~ l :

An example of a sentence with structural ambiguity is "We see the man in the park" the trees of which are already discussed with reference to figures la, 1b. Its SSN is shown in Diagram 11.

Diagram 11 :.
[ssn 3, [1:1/we, 2:1/see, 3:1/the, 4:1/man, 5:1/in, 6:1/the, 7:1/park], [
[ NIL, ~0:0], [ % ssn entry [GOV, [2:1-1], []]] % pointer to ssn tree 2:1-1 ]
[ NIL, [2:1-1], [ % ssn tree 2:1-1 [SU~J, 11:1], []], [OBJ, [4:1], [ ~ .
[DET, [3:1], []]
[ATR2, [5:1-1, 0], []]] % choice point (ssn tree 5:1-1) ], [CIRC, [5:1-1, 0], []]] % choice point (ssn tree 5~
], [ [[2:1-1, 4, 2], [5:1-1]], [ % ssn tree 5:1-1 (with parent list) [PARG, [7:1], ~
lDET, [6:1], []]]
]]
]] ]

This sentence already served as an example to lllustrate the necessity of a graph representation. To exemplify the difference between an informal graph representation as illustrated in figure 8 and the SSN, figure 9 shows a graphical representation of the SSN
for "We see the man in the park".
In the following example, "They can fish near the harbor", - i - - , ~, .

. . .

: ,: .

.
..

- 2~3042 there is combined word-specific and structural ambiguity. Diagram 12 shows the SSN of "They can fish near the harbor".

Diagram 12 l ssn 3, [1:1/they, 2:1/can, 2:2/can, 3:1/fish, 3:2/fish, 4:1/near, 5:1/the, 6:1/harbor], [
[ NIL, [0:0], [ % ssn entry [ GOV, [2:1-1, 2:2-1], []]]
]
[ NIL, [2:1-1], [ % ssn tree 2:1-1 [SUBJ, ~1:1], []], [INFC, [3:1], [ , .
[CIRC, [4:1-1, 03, []]] % choice point (ssn tree 4:1-1) ]]
], .
[ NIL, ~2:2-1], [ % ssn tree 2:2-1 [SUBJ, [1:1], []], [OBJ, [3:2], [
[ATR2, [4:1-1, 0], []]] % choice point (ssn tree 4:1-1) ], . . .
~CIRC, [4:1-1, 0], []] % choice point (ssn tree 4:1-1) ]]
], [ [[2:1-1, 3], [2:2-1, 2, 3]3, [4:1-1], [ % ssn tree 4:1-1 [PMG, [6:1], [
[DET, [5:1], []]]
l]
] ]
]

The notation for the parent list (the label of ssn tree 4:1-1) enables references to governors in different ssn trees.
In the sentence "They fund more modern houses" the word "more" can have two different interpretations (adjective or adverb) resulting , . , ,.~, - - - --'.:

' ~ Z~

in two different analyses of the NP "more modern houses" (see figures 3a and 3b). In both cases the same node is top node of the alternative ssn trees so, in order to distinguish the trees, the duplicate index of the nodes is given two different values. Diagram 13 shows the SSN of "They fund more modern houses".

Diagram 13 [ ssn 4, [1:1/they, 2:1/fund, 3:1/more, 3:2/more, 4:1/modern, 5:1/houses], l [ NIL, [0:0], [ % ssn entry [GOV, [2:1-1], []]]
] , [ NIL, [2:1-1], [ % ssn tree 2:1-1 [SUBJ, [1:1], []~, [O~J, [5:1 1, 5:1-21, []]] % choice point between 5:1-1 and 5:1-2 ] , [ NIL, [5:1-1], [ % ssn tree 5:1-1 [ATR1, [3:1], []], % more=Adjective [ATR1, [4:1], [l]l ] , [ NIL, 15:1-2], [ % ssn tree 5:1-2 [ATR1, [4:1], [
[INT, l3:2], []]] % more=Adverb ]]
]]
]

Although this SSN shows redundancy because of the duplication of part of the NP, the use of node identifiers limits the extra storage requirements.
A common word-specific ambiguity in Engllsh occurs with noun premodifiers that can be a noun as well as an adjective, as, for instance, light in "They see the light house". The SSN for this sentence is shown in diagram 14.

: ~ -.:
. . ~. :, .

.~ . . ~ . . .- .

~Q~90~Z

Diagram 14 ~ -[ ssn 5, ~1:1/they, 2:1/see, 3:1/the, 4:1/light, 4:2/light, 5:1/house], [
[ NIL, [0:0], [ % ssn entry [GOV, [2:1-1], []]]
], :.
[ NIL, [2:1-1], 1 % ssn tree 2:1-1 [SUBJ, [1:1], r]], -[OBJ, [5:1], [
[DET, [3:1], []~, [ATR1, [4:1, 4:2], []]] % direct reference to .: -lexical nodes ] ]
]
In this example the choice point in ssn tree 2:1-1 refers directly to the lexical nodes in the node list, since the overall : :
structure of the two alternatives represented by the SSN is the same.
Sometimes the ssn trees that represent alternative analyses can share a structure that is part of these analyses. An example of this is shown in the following diagram 15 representing the SSN
of "He claims that the bee flies like a juicy ladybird" in which "a juicy ladybird" is shared. :
~. :

;. . . . ... . . .. . , ~ - .

, . ~ , : : , . -, . ~ ' , . ' ' . ' .

- : : .

21 Z~ ~Z
Diagram 15 [ ssn 6, [1:1/he, 2:1/clai~s, 3:1/that, 4:1/the, 5:1/bee, 6:1/flies 6:2/flies, 7:1/like, 7:2/like, 8:1/a,9:1/juicy,10:1/ladybird],[
[ NIL, [0:0], [ % ssn entry [GOV, [2:1-1], ~]]]
] , [ NIL, [2~ , [ % ssn tree 2:1-1 [SUBJ, [1:1], 1]], [PROC, [3:1], [
[SUBC, [6:1-1, 7:2-1], []]]
]]
] , [ NIL, [6:1-1], [ % ssn tree 6:1-1; flies=Verb [SU~J, [5:1], [
[DET, [4:1], [l]]
] , [CIRC, 17:1], [ % like=Preposition [PARG, [10:1-1], []]] % pointer to ssn tree 10:1-1 ]]
]~
[ NIL, [7:2-1], [ % ssn tree 7:2-1; like=Verb [SUBJ, [6:2], [ % flies=Noun [DET, [4:1], []], lATR1, l5:1], []]]
], ~08J, [10:1-1], []]] % pointer to ssn tree 10:1-1 ) , [ NIL, [10:1-1], [ % ssn tree 10:1-1 [DET, [8:1], []], [ATR1, [9:1], []]]

The above described Structured Syntactic Network SSN enables all analyses of a sentence to be put in a single representation, and consists o~ a list of dependency trees in which the words are replaced by lists of pointers. A pointer list with a single 2C~3042 element is a reference to a word or a subtree and constitutes a solid connection as in a traditional tree. A pointer list with more than one element represents a choice point and is used to indicate alternatives. So, the SSN is an ambiguous structure and each possible interpretation coincides with a possible analysis of the sentence.
In the following part of the description a parser will be described which has the task to generate an SSN in a non-trivial way, that is, other than by merging all traditionally generated analysis trees.
As already indicated above, the dependency analysis of a sequence of words amounts to selecting a governor and collecting the words that could be dependents for that governor. The governor will in turn be a dependent for yet another governor and a possible analysis for the word sequence constitutes a consistent division of the words such that there is one top level governor that "encompasses" all words in the sequence, directly as dependents of -this governor and indirectly as dependents of the dependents, and so on. If one or more dependents are optional or if there are one or more words with multiple syntactic interpretations there may be more solutions satisfying this csiterion in which case the sequence is ambiguous.
The parser according to the invention is based on a different approach in which it is not the first interest to find consistent solutions directly, but in which a two stage strategy is employed.
In the first stage, for each word in the sequence that is a potential governor, its maximum phrase is constructed, that is a tree containing all possible dependents of the word irrespective of the fact whether or not a dependent has already been taken by another governor. The dependents will not be included literally in the dependency tree of the governor but referred to by means of a unique index. The result of the analysis will be the set of maximum phrases for the sequence.
Each maximum phrase in the set encompasses a subsequence (or, possibly, an ordered subset ) of the sequence of words. Since overall consistency has not been tested, two subsequences may have words in common. Therefore, in the second stage of the parsing ... . -.

;~Q~)~30~Z

process all possible solutions will be checked for consistency.
For example, given the sequence ABC and the maximum phrases P1, P2 and P3 for the governors A, B and C, respectively. Let P1 cover ABC, P2 cover ~C and P3 cover C. P1 and P2 have P3 in common, so both contain a pointer to P3. There are three alternatives:
1. P3 is optional for both P1 and P2; the pointers to P3 are changed into choice points.
2. P3 is obligatory for either P1 or P2; the pointer to P3 in the phrase for which P3 is optional will be deleted.
3. P3 is obligatory for both P1 and P2; no solution is possible and an error correction procedure will be initiated.
The number of maximum phrases is equal to the total number of syntactic interpretations of the words of the sequence. Some phrases will only contain a single word, others will (indirectly) encompass the complete sequence. There will be one or more phrases at top level and they will serve as the starting point for a consistency check in which phrases with common dependents are compared as outlined above. Moreover, a solution should encompass all words in the sequence. Maximum phrases that are not part of any solution are deleted, the others constitute the SSN of the sequence.

The Construction of Maximum Phrases It is already mentioned that there is no real difference between lexical and phrasal categories in dependency grammar.
Therefore, both words as well as subtrees can be viewed as elements with a certain category. So instead of a sequence of words or a sequence of subtrees, it is possible to speak more generally about a sequence of categories. This emphasizes the fact that there is no real distinction between a word and a subtree from the point of view of a governor.
Given a sequence of categories, the task of the parser is to find the set of maximum phrases for that sequence. It will scan the sequence from left-to-right (or, alternatively, categories are added to the sequence during the parsing process) and look for a possible governor, i.e. a category that takes dependents.
Categories that do not qualify are marked as closed , and are Q~)~30~2 considered maximum phrases in their own right. When a governor is -~
found, it will be marked as the current governor and the parser will first look left in the sequence, to see if it contains a possible dependent. If so, the syntactic relation between the governor and the dependent is determined and a subtree is added to the governor, with a label stating the name of the relation and a pointer node containing the index of the dependent. If the dependent is optional, the pointer node also contains a reference to the null tree , so that optionality can be recognized directly.
The index of the governor is added to the parent list of the dependent, a list that contains references to all possible governors of the dependent.
The parser will check the next category left from the current governor to see whether it is a possible dependent. If all possible dependents left of the governor are found, the parser will look in the sequence of categories to see if there are any dependents right of the current governor. When all possible governors on the right-hand side of the governor are found as well, its maximum phrase is completed, and it is marked as closed. The parser will search for the next non-closed governor in the sequence and try to find its dependents. This continues until the end marker of the sequence is reached.
The procedure as described needs some refinement in order to work properly. As it is now, it will halt as soon as a category is found that is not a dependent of the current governor and thus blocks acces~ of the governor to the next category. For example, in the sequence "see the man" "see" cannot be combined with "the" but it could be combined with "man". So the parser has to be able to try to combine categories right from the current governor until a category remains that is a possible dependent. However, since the dependents are not combined directly with their governor but only referred to by their governor, the word "the", slthough it is a dependent of "man", is still positioned in between "see" and "man".
Therefore, each category that has been checked successfully as a possible dependent, is marked as touched (i.e. touched by a governor) and may be skipped by the current governor. In this way, the separate categories can be maintained without blocking the parsing process.
The combination of categories right from the current governor starts a recursive process. A category right from the current governor is a governor itself and the parser will construct a maximum phrase for this governor. This maximum phrase may contain categories that could be dependents of the current governor as well. Therefore, the parser will always examine each category separately and test if it could be a dependent of the current governor, even if it has been touched by some dependent of the current governor. An exception to this rule might be the situation in which a category is obligatory for such a dependent, as, for example, the argument of a preposition. In this case the category i~ not marked as touched but as bound , indicating that it can not be part of any other phrase. However, in the generation phase the distinction in marking does not change the behavior of the parser.
So, the size of a maximum phrase is not influenced by the fact whether or not a category is obligatory to one of the dependents in the maximum phrase; marking is only an indication that a category may be skipped. This leads to overgeneration, but will probably facilitate the processing of ill-formed sequences. Following this approach, in which ill-formed input is parsed as well, we will also ;
mark categories that can neither be touched nor bound by any governor. They will not be taken into account during the generation phase and be marked as ignored . Likewise, the absence of obligatory dependents should not block the parsing process.

The Consistency Check The second phase of the parser is responsible for the combination and limitation of the maximum phrases into one or more interpretations of the complete sequence. A successfully performed consistency check results in a representation of the set of interpretations of the sequence in the form of an SSN in which at least one syntactic interpretation of each word in the sequence is present.
Given a set of well-formed maximum phrases, the parser will look for superordinate governors, i.e. categories that are not dependent on any other category. To be a proper superordinate -: : , : , . ~ . , ~

2t3~3042 -governor, the maximum phrase of a cateqory has to encompass the complete input sequence. The consistency check procedure takes candidate superordinate governors as a starting point and tries to do a network traversal, visiting all maximum phrases. When the governor of a maximum phrase has one or more dependents, the parser checks for each dependent whether it has more than one possible governor by investigating its parent list. For each governor it then tests whether it touches or binds the dependent. The outcome of the test controls further action:
1- The dependent is touched by (optional for) all governors; all pointers to the dependent will be changed into choice points.
2. The dependent is bound by (obligatory for) one of the governors; only for this governor the pointer to the dependent is kept, all other pointers to the dependent are deleted.
3. The dependent is bound by more than one governor; no solution is possible and an error correction procedure will be initiated.
It is already mentioned that it will be preferable to include an error correction procedure. Error correction is a prerequisite for a robust parsing process, i.e. a process that also accepts ill-formed input. In very general terms we can characterize an error correction procedure as a procedure that:
1. recognizes incorrect input and locates the error(s);
2. formulates one or more hypotheses based on the error(s) about the correct input.
T~e hypotheses are represented as alternative substructures that are added to the SSN. Each alternative can then be checked (if necessary after translation of the SSN) on semantic plausibility and presented to the user for evaluation.

Examples Structural Ambiguity To illustrate the parsing process in the case of structural ambiguity we will look at the analysis of the sequence "Dog bites man in park near river". We take it that all words have a single syntactic interpretation (which they have not). Each word is :
~, ' , - .

: . .

: ' :

;~C~ 30~2 assigned a unique identifier, based on its rank order in the sequence. The parser starts with constructing the maximum phrase for each word in the sequence. ~he result is shown in figure 10.
The representation of the phrases is simplified, no cyntactic labels are present and the lexical nodes only contain a word and its index. The numbers in brackets dominating the lexical nodes are elements of the parent list of the phrase. The list containing 0 dominates a governor at top level. The numbers dominated by the lexical nodes are references to the dependents.
To perform the consistency check the system starts with the governor at the highest level and decides for each dependent whether 1. it should be referred to by a pointer;
2. it shouid be referred to by a choice point;
3. it should not be referred to at all.
Notice that choice points could be generated for all governors of a dependent in one go. Consequently, when the governor is visited at a later stage, it will already contain a choice point for the dependent. An alternative strategy will take all governors of the dependent into account, but repeat the test for each governor. Although perhaps less efficient, this approach prevents the necessity to check governors more than once. The results of the consistency test for the maximum phrases are listed in the following table.

:
: . .

"' : '. ' - ' ~ ' ' '.' '; " , ~ : . ' ., . "., :,'. ': ., : ' 0~2 Table 1 ~esults of the consistency check Governor Dependent Parent List Parent List Reference Type of Dependents Status 2/bites 1/dog [2] single pointer 2/bites 3/man ~2] single pointer 2/bites 4/in [3,2] multiple choice point 2/bites 6fnear [5,3,2~ multiple choice point 1/dog - - -3/man 4/in 13,2] multiple choice point 3/man 6/near [5,3,2~ multiple choice point 4/in 5/park [4] single pointer 5/park 6/near [5,3,2] multiple choice point 6/near 7/river [6l single pointer 7/river The results of the consistency check are included in the maximum phrases. This is shown in figure 11.
Together, the modified maximum phrases form the Structured Syntactic Network of the sequence. The graphical representation of this SSN is shown in figure 12.
After applying the coding process described above the ultimate graph structure as illustrated in figure 13 is obtained.

Word-Specific Ambiguity An example of a sequence showing word-specific ambiguity is "Bee flies like a bird" in which "flies" can be a noun or a verb and "like" can be a verb or a pre~osition. The two possible analyses of this sequence are already shown in figures 2a and 2b.
The parser starts the analysis by constructing the set of maximum phrases for the sequence, as shown in figur0 14.
To differentiate between multiple syntactic interpretations of a word, the interpretation index is used as explained above.
When constructing a maximum phrase the parser ignores the syntactic interpretations which are not a dependent of the current governor.
The only requirement is that at least one of the syntactic interpretations is touched or bound by the governor or one of its dependents.

~: - '. , ' ~ : :

:: ; .

Z~30~Z

The parser performs a consistency check on the maximum phrases. In the previous example a multiple parent list resulted in the generation of choice points. However, in the case of "bee" and "bird" the parent lists contain alternative syntactic interpretations of the same word. Therefore, there is nst a choice of governor for the dependents, but the sharing of a common dependent by alternative interpretations of the same word, which -can be represented by providing each alternative with a pointer to the dependent.
The consistency check results in changing each reference into a pointer in the maximum phrases (figure 15).
The Structured Syntactic Networ~ for the sequence will contain one choice point at the highest level. Figure 16 shows a graphical representation of the SSN and figure 17 shows the ultimate result obtained after applying the above-described coding process. -Summarv of the Characteristics of the SSN
The Structured Syntactic Network is represented as a tree, but interpreted as a directed graph. The list of vertices of the SSN (or lexical node list) is the set of all word nodes of the alternative analyses the SSN represents. A distinction has been made between the identifier and the value of a lexical node in the node list.
The unstructured list of edges that is usually part of a graph description has been replaced by a list of unambiguous tree structures, the ssn trees. The nodes in the ssn trees, the reference nodes, contain only node or tree identifiers. Therefore, the implications of unavoidable copies of part of a subtree are not too serious with respect to storage requirements and are usually limited to the duplication of a few node identifiers and labels.
Every node in an ssn tree is interpreted as an exclusive-OR
node. With one alternative it serves as a pointer, with several alternatives it models a choice point. Choice points are only present on the terminal nodes of an ssn tree.
A notational distinction has been made between references to lexical nodes and references to ssn trees. The reason is that the . . . . .: , . . : . . :
,. . . : , : ~ . . . -. . - : ~ , -.
' ~3~042 alternative ssn trees for a phrase may have the same top node and the addition of a duplicate index to the top node identifier provides a unique reference for each ssn tree. Also, during the generation of alternatives from the SSN, the distinction prevents confusion a~out the interpretation of an identifier.

The Syntax of the SSN Description Lanquage In this section we will give the syntax of the description language for structured syntactic networks in BNF format.
Diagram 16 The Syntax of the Structured Syntactic Network SSN ::= [ <atom> , <ssn node> , <ssn tree list> ]
ssn node ::= [ <lexical node> ( , <lexical node>]* ]
ssn tree list ::= [ <ssn entry> { , <ssn tree>}+ ]
lexical node ::= <node identifier> / <term>
node identifier ::= <integer> : <integer>

ssn entry ::= [ NIL, [ 0:0 ], [[<atom>,<reference_node>, []]]
reference node ::= [<reference>] ¦ <choice point>
choice point ::= [<reference>, 0] ¦ [<reference>{,<reference>}~]
reference ::= <node identifier> ¦ <tree identifier>
tree identifier ::= <node identifier> - <integer>

ssn tree ::= ~ <root label>, <tree identifier>, <subtree list>]
root label ::= [ <parent list> { , <parent list>}* ] ¦ NIL
parent list ::= [ <tree identifier> { , <integer>}l 1 subtree list ::= [ <subtree> ~ , <subtree>}* ] ¦ [ ]
subtree ::= [ <atom> , <reference node> , <subtree_list> l ., - :
.~ , ' ' :' ~, , - .

2~ 30~2 List of abbreviations ATR1 = pre-attribute ATR2 = post-attribute CIRC = circumstantial : -DET = determiner GOV = governor NIL = label without reference to syntactic relation NP = noun phrase OBJ = object PM G = prepositional argument PP = prepositional phrase S = starting symbol in constituent grammar parsers ~:
SSN = structured syntactic network ::
SU~J = subject .
VP = verb phrase - . : . : : . . .

. . . : . . . - . :: , . . - , - : : . : , . .

Claims (7)

1. Method for unambiguously coding multiple parsing analyses of a natural language word sequence in dependency grammar in which dependencies are defined between pairs of words, each pair consisting of a superordinate word or governor and a thereto related word or dependent, said method comprising the following steps:
a) determining for each word in the sequence a word index, representing the rank of order of said word in said sequence, determining for each word all possible dependents and determining the relation between said word and said dependents using a parsing algorithm in combination with a grammar defining all possible relations of the language and a dictionary in which all words of the language are stored together with their syntactic interpretation and an interpretation index, representing the rank order of the syntactic interpretation of the word in the dictionary in order to distinguish between multiple syntactic interpretations of said word, b) defining a syntactic network which is represented as a tree consisting of nodes mutually coupled by edges and comprising at least one top node, one or more terminal nodes and eventually a number of intermediate nodes, each node being interpreted as an exlusive OR node serving as a pointer if there is only one alternative and serving as a choice point if there are several alternatives, whereby each of the pointer nodes is assigned to a word of the sequence and each edge is assigned to the syntactic relation between the two nodes coupled by said edge, whereby each node is coded by an identifier which in case of a pointer node is directly related to the entry of a word in the dictionary and in the case of a choice point comprises a list of further identifiers one of which has to be selected.
2. Method according to claim 1, characterized in that the syntactic network may comprise one or more tree structures each consisting of a top node functioning as governor for one or more dependents, said dependents being either lexical nodes or top nodes of subtree structures whereby a tree identifier is added to each top node of a tree or subtree structure, said tree identifier consisting of the node identifier referring to the word from the sequence assigned to said node combined with a duplicate index, distinguishing between the alternative analyses having the same top node.
3. Method according to claim 1 or 2, characterized in that the node identifier for each node comprises the word index and interpretation index of the word assigned to said node.
4. Method according to claim 1, 2 or 3, characterized in that the top node of the first tree of the network functions as a network entry node and that the node identifier of said top node comprises a unique combination of a word index and interpretation index, not assigned to any word in the dictionary, and that said top node furthermore comprises a list of references to at least one of the tree structures in the syntactic network.
5. Method according to claim 4, characterized in that the references in the list are arranged in a predetermined order.
6. Method according to one of the preceding claims, characterized in that in step a) the words of the sequence are scanned in their natural order, whereby each word belonging to a syntactic category in the dependency grammar and taking dependents is considered as a possible governor and whereby for each possible governor the sequence is searched in the natural order for dependents, the syntactic relation between a possible governor and each dependent is determined and a subtree is added to the governor with a pointer node containing the word index of the dependent, whereby if the dependent is optional the pointer node also contains a reference to the null tree, whereafter a consistency check procedure is carried out determining for each dependent whether or not it has more than one possible governor and determining whether the dependent is optional for all governors, in which case all pointers to the dependent will be changed into choice points, or if the dependent is obligatory for one of the governors in which case only for this governor the pointer to the dependent is maintained and all other pointers to the dependent are deleted.
7. Method according to claim 6, characterized in that if a dependent is obligatory for more than one governor an error correction procedure will be initiated.
CA002009042A 1989-02-01 1990-01-31 Method and system for the representation of multiple analyses in dependency grammar and parser for generating such representation Abandoned CA2009042A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
NL8900247A NL8900247A (en) 1989-02-01 1989-02-01 METHOD AND SYSTEM FOR DISPLAYING MULTIPLE ANALYZES IN A DEPENDENCE GRAMMATICS, AND A DEPLUSING DEVICE FOR GENERATING SUCH VIEW.
NL8900247 1989-02-01

Publications (1)

Publication Number Publication Date
CA2009042A1 true CA2009042A1 (en) 1990-08-01

Family

ID=19854054

Family Applications (1)

Application Number Title Priority Date Filing Date
CA002009042A Abandoned CA2009042A1 (en) 1989-02-01 1990-01-31 Method and system for the representation of multiple analyses in dependency grammar and parser for generating such representation

Country Status (5)

Country Link
US (1) US5060155A (en)
EP (1) EP0381288A1 (en)
JP (1) JPH02266469A (en)
CA (1) CA2009042A1 (en)
NL (1) NL8900247A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9152623B2 (en) 2012-11-02 2015-10-06 Fido Labs, Inc. Natural language processing system and method
US10956670B2 (en) 2018-03-03 2021-03-23 Samurai Labs Sp. Z O.O. System and method for detecting undesirable and potentially harmful online behavior

Families Citing this family (81)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3266246B2 (en) * 1990-06-15 2002-03-18 インターナシヨナル・ビジネス・マシーンズ・コーポレーシヨン Natural language analysis apparatus and method, and knowledge base construction method for natural language analysis
US5243520A (en) * 1990-08-21 1993-09-07 General Electric Company Sense discrimination system and method
US5418717A (en) * 1990-08-27 1995-05-23 Su; Keh-Yih Multiple score language processing system
EP0494573A1 (en) * 1991-01-08 1992-07-15 International Business Machines Corporation Method for automatically disambiguating the synonymic links in a dictionary for a natural language processing system
EP0523269A1 (en) * 1991-07-18 1993-01-20 International Business Machines Corporation Computer system for data management
US5487147A (en) * 1991-09-05 1996-01-23 International Business Machines Corporation Generation of error messages and error recovery for an LL(1) parser
GB9209346D0 (en) * 1992-04-30 1992-06-17 Sharp Kk Machine translation system
JP2892548B2 (en) * 1992-05-25 1999-05-17 シャープ株式会社 Automatic translation device
US6278967B1 (en) 1992-08-31 2001-08-21 Logovista Corporation Automated system for generating natural language translations that are domain-specific, grammar rule-based, and/or based on part-of-speech analysis
US6760695B1 (en) 1992-08-31 2004-07-06 Logovista Corporation Automated natural language processing
US5528491A (en) * 1992-08-31 1996-06-18 Language Engineering Corporation Apparatus and method for automated natural language translation
JPH0713966A (en) * 1993-04-12 1995-01-17 Xerox Corp Editing method of document
US5680622A (en) * 1994-06-30 1997-10-21 Borland International, Inc. System and methods for quickly detecting shareability of symbol and type information in header files
JPH08167006A (en) * 1994-12-13 1996-06-25 Canon Inc Natural language processor and its method
GB2300495A (en) * 1995-04-13 1996-11-06 Canon Kk Language processing
US5721938A (en) * 1995-06-07 1998-02-24 Stuckey; Barbara K. Method and device for parsing and analyzing natural language sentences and text
US5870700A (en) * 1996-04-01 1999-02-09 Dts Software, Inc. Brazilian Portuguese grammar checker
US6470306B1 (en) 1996-04-23 2002-10-22 Logovista Corporation Automated translation of annotated text based on the determination of locations for inserting annotation tokens and linked ending, end-of-sentence or language tokens
US5802533A (en) * 1996-08-07 1998-09-01 Walker; Randall C. Text processor
US6279017B1 (en) * 1996-08-07 2001-08-21 Randall C. Walker Method and apparatus for displaying text based upon attributes found within the text
WO1998009228A1 (en) * 1996-08-29 1998-03-05 Bcl Computers, Inc. Natural-language speech control
EP1078323A4 (en) * 1997-04-22 2007-04-25 Greg Hetherington Method and apparatus for processing free-format data
US5926784A (en) * 1997-07-17 1999-07-20 Microsoft Corporation Method and system for natural language parsing using podding
AU2007203103B2 (en) * 1998-02-02 2009-01-29 Walker Reading Technologies, Inc. Reading Product Fabrication Methodology
AU2004200447B2 (en) * 1998-02-02 2007-04-05 Walker Reading Technologies, Inc. Text processor
US6128596A (en) * 1998-04-03 2000-10-03 Motorola, Inc. Method, device and system for generalized bidirectional island-driven chart parsing
JP3781561B2 (en) * 1998-08-13 2006-05-31 日本電気株式会社 Natural language analysis device, system and recording medium
US6167370A (en) * 1998-09-09 2000-12-26 Invention Machine Corporation Document semantic analysis/selection with knowledge creativity capability utilizing subject-action-object (SAO) structures
GB9821969D0 (en) * 1998-10-08 1998-12-02 Canon Kk Apparatus and method for processing natural language
US7379862B1 (en) * 1999-11-19 2008-05-27 Microsoft Corporation Method and apparatus for analyzing and debugging natural language parses
US7120574B2 (en) 2000-04-03 2006-10-10 Invention Machine Corporation Synonym extension of search queries with validation
US7962326B2 (en) * 2000-04-20 2011-06-14 Invention Machine Corporation Semantic answering system and method
US8478732B1 (en) 2000-05-02 2013-07-02 International Business Machines Corporation Database aliasing in information access system
US6704728B1 (en) 2000-05-02 2004-03-09 Iphase.Com, Inc. Accessing information from a collection of data
US6714905B1 (en) * 2000-05-02 2004-03-30 Iphrase.Com, Inc. Parsing ambiguous grammar
US6711561B1 (en) 2000-05-02 2004-03-23 Iphrase.Com, Inc. Prose feedback in information access system
US9699129B1 (en) 2000-06-21 2017-07-04 International Business Machines Corporation System and method for increasing email productivity
US6408277B1 (en) 2000-06-21 2002-06-18 Banter Limited System and method for automatic task prioritization
US8290768B1 (en) 2000-06-21 2012-10-16 International Business Machines Corporation System and method for determining a set of attributes based on content of communications
JP4517260B2 (en) * 2000-09-11 2010-08-04 日本電気株式会社 Automatic interpretation system, automatic interpretation method, and storage medium recording automatic interpretation program
US6879950B1 (en) * 2000-10-19 2005-04-12 Motorola, Inc. System and method of decoding a packed representation of multiple parses
US7644057B2 (en) 2001-01-03 2010-01-05 International Business Machines Corporation System and method for electronic communication management
US6714939B2 (en) 2001-01-08 2004-03-30 Softface, Inc. Creation of structured data from plain text
US7120868B2 (en) * 2002-05-30 2006-10-10 Microsoft Corp. System and method for adaptive document layout via manifold content
US6825844B2 (en) * 2001-01-16 2004-11-30 Microsoft Corp System and method for optimizing a graphics intensive software program for the user's graphics hardware
US7136846B2 (en) 2001-04-06 2006-11-14 2005 Keel Company, Inc. Wireless information retrieval
FR2825496B1 (en) * 2001-06-01 2003-08-15 Synomia METHOD AND SYSTEM FOR BROAD SYNTAXIC ANALYSIS OF CORPUSES, ESPECIALLY SPECIALIZED CORPUSES
US9009590B2 (en) * 2001-07-31 2015-04-14 Invention Machines Corporation Semantic processor for recognition of cause-effect relations in natural language documents
US7089541B2 (en) * 2001-11-30 2006-08-08 Sun Microsystems, Inc. Modular parser architecture with mini parsers
US7343372B2 (en) 2002-02-22 2008-03-11 International Business Machines Corporation Direct navigation for information retrieval
TW559783B (en) * 2002-05-31 2003-11-01 Ind Tech Res Inst Error-tolerant natural language understanding system and method integrating with confidence measure
US7194455B2 (en) 2002-09-19 2007-03-20 Microsoft Corporation Method and system for retrieving confirming sentences
US7293015B2 (en) * 2002-09-19 2007-11-06 Microsoft Corporation Method and system for detecting user intentions in retrieval of hint sentences
US7171351B2 (en) * 2002-09-19 2007-01-30 Microsoft Corporation Method and system for retrieving hint sentences using expanded queries
US20050187913A1 (en) 2003-05-06 2005-08-25 Yoram Nelken Web-based customer service interface
US8495002B2 (en) 2003-05-06 2013-07-23 International Business Machines Corporation Software tool for training and testing a knowledge base
US7246311B2 (en) * 2003-07-17 2007-07-17 Microsoft Corporation System and methods for facilitating adaptive grid-based document layout
US7814089B1 (en) 2003-12-17 2010-10-12 Topix Llc System and method for presenting categorized content on a site using programmatic and manual selection of content items
US8271495B1 (en) 2003-12-17 2012-09-18 Topix Llc System and method for automating categorization and aggregation of content from network sites
US7299181B2 (en) * 2004-06-30 2007-11-20 Microsoft Corporation Homonym processing in the context of voice-activated command systems
US7970600B2 (en) * 2004-11-03 2011-06-28 Microsoft Corporation Using a first natural language parser to train a second parser
US7702500B2 (en) * 2004-11-24 2010-04-20 Blaedow Karen R Method and apparatus for determining the meaning of natural language
US20060277028A1 (en) * 2005-06-01 2006-12-07 Microsoft Corporation Training a statistical parser on noisy data by filtering
US7930647B2 (en) * 2005-12-11 2011-04-19 Topix Llc System and method for selecting pictures for presentation with text content
CA2697005C (en) * 2006-08-21 2013-05-28 Western Slope Utilities, Inc. Systems and methods for pipeline rehabilitation installation
US9405732B1 (en) 2006-12-06 2016-08-02 Topix Llc System and method for displaying quotations
US7962323B2 (en) * 2007-03-07 2011-06-14 Microsoft Corporation Converting dependency grammars to efficiently parsable context-free grammars
US8706477B1 (en) 2008-04-25 2014-04-22 Softwin Srl Romania Systems and methods for lexical correspondence linguistic knowledge base creation comprising dependency trees with procedural nodes denoting execute code
US8666730B2 (en) * 2009-03-13 2014-03-04 Invention Machine Corporation Question-answering system and method based on semantic labeling of text documents and user questions
US8762131B1 (en) 2009-06-17 2014-06-24 Softwin Srl Romania Systems and methods for managing a complex lexicon comprising multiword expressions and multiword inflection templates
US8762130B1 (en) 2009-06-17 2014-06-24 Softwin Srl Romania Systems and methods for natural language processing including morphological analysis, lemmatizing, spell checking and grammar checking
US9189475B2 (en) * 2009-06-22 2015-11-17 Ca, Inc. Indexing mechanism (nth phrasal index) for advanced leveraging for translation
US9372924B2 (en) 2012-06-12 2016-06-21 International Business Machines Corporation Ontology driven dictionary generation and ambiguity resolution for natural language processing
US9720903B2 (en) * 2012-07-10 2017-08-01 Robert D. New Method for parsing natural language text with simple links
US10810368B2 (en) 2012-07-10 2020-10-20 Robert D. New Method for parsing natural language text with constituent construction links
CA3205257A1 (en) 2014-04-25 2015-10-29 Mayo Foundation For Medical Education And Research Enhancing reading accuracy, efficiency and retention
US10133728B2 (en) * 2015-03-20 2018-11-20 Microsoft Technology Licensing, Llc Semantic parsing for complex knowledge extraction
US11087097B2 (en) * 2017-11-27 2021-08-10 Act, Inc. Automatic item generation for passage-based assessment
US11188716B2 (en) 2019-01-16 2021-11-30 International Business Machines Corporation Text display with visual distinctions per class
US11308267B1 (en) * 2020-09-25 2022-04-19 UiPath, Inc. Artifacts reference creation and dependency tracking
CN113705198B (en) * 2021-10-21 2022-03-25 北京达佳互联信息技术有限公司 Scene graph generation method and device, electronic equipment and storage medium

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4706212A (en) * 1971-08-31 1987-11-10 Toma Peter P Method using a programmed digital computer system for translation between natural languages
US4829423A (en) * 1983-01-28 1989-05-09 Texas Instruments Incorporated Menu-based natural language understanding system
US4887212A (en) * 1986-10-29 1989-12-12 International Business Machines Corporation Parser for natural language text
DE3779743D1 (en) * 1987-01-05 1992-07-16 Gachot Sa METHOD FOR TRANSLATING NATURAL LANGUAGES USING A PROGRAMMED DIGITAL COMPUTER.
US4849898A (en) * 1988-05-18 1989-07-18 Management Information Technologies, Inc. Method and apparatus to identify the relation of meaning between words in text expressions

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9152623B2 (en) 2012-11-02 2015-10-06 Fido Labs, Inc. Natural language processing system and method
US10956670B2 (en) 2018-03-03 2021-03-23 Samurai Labs Sp. Z O.O. System and method for detecting undesirable and potentially harmful online behavior
US11151318B2 (en) 2018-03-03 2021-10-19 SAMURAI LABS sp. z. o.o. System and method for detecting undesirable and potentially harmful online behavior
US11507745B2 (en) 2018-03-03 2022-11-22 Samurai Labs Sp. Z O.O. System and method for detecting undesirable and potentially harmful online behavior
US11663403B2 (en) 2018-03-03 2023-05-30 Samurai Labs Sp. Z O.O. System and method for detecting undesirable and potentially harmful online behavior

Also Published As

Publication number Publication date
JPH02266469A (en) 1990-10-31
US5060155A (en) 1991-10-22
EP0381288A1 (en) 1990-08-08
NL8900247A (en) 1990-09-03

Similar Documents

Publication Publication Date Title
US5060155A (en) Method and system for the representation of multiple analyses in dependency grammar and parser for generating such representation
Johnson PCFG models of linguistic tree representations
Candito A principle-based hierarchical representation of LTAGs
RU2610241C2 (en) Method and system for text synthesis based on information extracted as rdf-graph using templates
US20050171757A1 (en) Machine translation
JPH08147299A (en) Method and system for processing natural language
Morgan et al. University of Durham: Description of the LOLITA System as Used in MUC-6.
JP2007026451A (en) Processing method of x-path query
Tichy et al. NLH/E: A natural language help system
Goni et al. ARIES: A lexical platform for engineering Spanish processing tools
Kuboň Problems of robust parsing of Czech
Huyck A practical system for human-like parsing
Kaji 4.3 HICATS/JE: A Japanese-to-English Machine Translation System Based on Semantics
Warren et al. Using semantics in non-context-free parsing of montague grammar
Nirenburg et al. HUHU: the hebrew university hebrew understander
Aone et al. SRA: Description of the SOLOMON System as Used for MUC-5
Becker et al. The Verbmobil generation component VM-GECO
Prolo LR parsing for Tree Adjoining Grammars and its application to corpus-based natural language parsing
Finin An interpreter and compiler for augmented transition networks
Hajič et al. Formal Representations of Language Structures
Moll et al. Head-corner parsing using typed feature structures
Meyers Multi-Pass multi-strategy NLP
Narayanan et al. Finite-state abstractions on Arabic morphology
Allen The TRAINS-95 parsing system: A user's manual
op den Akker et al. Parsing in dialogue systems using typed feature structures

Legal Events

Date Code Title Description
EEER Examination request
FZDE Dead