ACL-OCL / Base_JSON /prefixC /json /C80 /C80-1003.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "C80-1003",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T13:05:45.192287Z"
},
"title": "A SYNTAX PARSER BASED ON THE CASE DEPENDENCY GRAMMAR AND ITS EFFICIENCY",
"authors": [
{
"first": "Toru",
"middle": [],
"last": "Hitaka",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Kyushu University",
"location": {
"settlement": "Fukuoka",
"country": "Japan"
}
},
"email": ""
},
{
"first": "Sho",
"middle": [],
"last": "Yoshida",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Kyushu University",
"location": {
"settlement": "Fukuoka",
"country": "Japan"
}
},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "",
"pdf_parse": {
"paper_id": "C80-1003",
"_pdf_hash": "",
"abstract": [],
"body_text": [
{
"text": "The Japanese sentence is ordinarily written in kana (phonetic) letters and kanji (ideographic) characters without leaving a space between words.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "FUNDAMENTALS OF JAPANESE SENTENCE",
"sec_num": "1."
},
{
"text": "From the viewpoint of machine processing, however, it is necessary to express clearly the units composing the sentence in such a way as to leave a space between every word as in English. We have no standard way of spacing the units though the need for this has been demanded for a long time.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "FUNDAMENTALS OF JAPANESE SENTENCE",
"sec_num": "1."
},
{
"text": "We give some examples in Figure i . The first sentence in the figure is of ordinary written form.",
"cite_spans": [],
"ref_spans": [
{
"start": 25,
"end": 33,
"text": "Figure i",
"ref_id": null
}
],
"eq_spans": [],
"section": "FUNDAMENTALS OF JAPANESE SENTENCE",
"sec_num": "1."
},
{
"text": "The second indicates a way of spacing (i.e. putting a space between every word).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "FUNDAMENTALS OF JAPANESE SENTENCE",
"sec_num": "1."
},
{
"text": "The third indicates another way of spacing (i.e. putting a space between every B-phrase).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "FUNDAMENTALS OF JAPANESE SENTENCE",
"sec_num": "1."
},
{
"text": "Nowadays, many other spacing methods have been tried in several institutes in Japan.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "FUNDAMENTALS OF JAPANESE SENTENCE",
"sec_num": "1."
},
{
"text": "In this paper, input sentences are given in colloquial style in which a spacing symbol is placed between two successive B-phrases.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "FUNDAMENTALS OF JAPANESE SENTENCE",
"sec_num": "1."
},
{
"text": "In Japanese sentences, BUNSETSUs(Bphrase) are the minimal morphological units of case dependency, and the syntax of Japanese sentences consists of (i) the syntax of B-phrase as a string of words, and (2) the syntax of a sentence as a string of B-phrases.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "FUNDAMENTALS OF JAPANESE SENTENCE",
"sec_num": "1."
},
{
"text": "A B-phrase usually pronounced without pausing consists of two parts --main part [or equally an independent part in the conventional school grammatical term] and an annex part which is post positioned.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "FUNDAMENTALS OF JAPANESE SENTENCE",
"sec_num": "1."
},
{
"text": "We denote the connection of two parts in a B-phrase by a dot if necessary.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "FUNDAMENTALS OF JAPANESE SENTENCE",
"sec_num": "1."
},
{
"text": "A main part, which is a conceptual word [or equally an independent word] (e.g. noun, verb, adjective or adverb) provides mainly the information of the concept.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "FUNDAMENTALS OF JAPANESE SENTENCE",
"sec_num": "1."
},
{
"text": "On the other hand, an annex part, a possibly null string of suffix words (e.g. auxiliary verbs or particles) provides the information concerning the kakariuke relation and/or the supplementary information (e.g. the speaker's attitude towards the contents of the sentence, tense, etc.)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "FUNDAMENTALS OF JAPANESE SENTENCE",
"sec_num": "1."
},
{
"text": "A word w has it's spelling W, part of speech H and inflexion K. We call (W,H,K) the word structure of w.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "FUNDAMENTALS OF JAPANESE SENTENCE",
"sec_num": "1."
},
{
"text": "Suppose that a string b of length n be a B-phrase.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "FUNDAMENTALS OF JAPANESE SENTENCE",
"sec_num": "1."
},
{
"text": "Then, there exist an independent word w 0 and suffix words Wl, w z, ... , w~, and",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "FUNDAMENTALS OF JAPANESE SENTENCE",
"sec_num": "1."
},
{
"text": "b=w0w I . \u2022 \u2022 w~ Cont(Hk,Kk,Hk+1) (0=k<i) ...(i) Termi (H\u00a3,K Z) \u2022 \u2022 \u2022 (2)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "FUNDAMENTALS OF JAPANESE SENTENCE",
"sec_num": "1."
},
{
"text": "where (Wi,Hi,Ki) is the word structure of w i (0~i~\u00a3), Cont(Hk,Kk,Hk+1) means a word whose part of speech and inflexion are Hk, K k respectively can be followed by a word whose part of speech is Hk+lin B-phrases and Termi(HQ,Kz) means a word whose part of speech ~nd inflexion are H\u00a3, KZ respectively can be a right-most subword of B-phrases. (i), (2) are called the rules of Bphrase structure, and (W0,H0,K 0) (Wi,HI,K ~) \"''(Wz,H~,K ~)",
"cite_spans": [
{
"start": 348,
"end": 351,
"text": "(2)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "FUNDAMENTALS OF JAPANESE SENTENCE",
"sec_num": "1."
},
{
"text": "\u2022 .. 3is called B-phrase structure of b. If (3) satisfies the condition (i), w0wlw",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "FUNDAMENTALS OF JAPANESE SENTENCE",
"sec_num": "1."
},
{
"text": "\u2022 ..w Z is called to be a left partial 2 B-phrase.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "FUNDAMENTALS OF JAPANESE SENTENCE",
"sec_num": "1."
},
{
"text": "The kakariuke relation is the dependency relation between two B-phrases in a sentence.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "FUNDAMENTALS OF JAPANESE SENTENCE",
"sec_num": "1."
},
{
"text": "A B-phrase has the syntactic functions of governor and dependent.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "FUNDAMENTALS OF JAPANESE SENTENCE",
"sec_num": "1."
},
{
"text": "The function of governor is mainly represented by the independent word of B-phrase.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "FUNDAMENTALS OF JAPANESE SENTENCE",
"sec_num": "1."
},
{
"text": "The function of dependent is mainly represented by the string of particles which is the rightmost substring of B-phrase and by the word in front of it (right-most nonparticle word).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "FUNDAMENTALS OF JAPANESE SENTENCE",
"sec_num": "1."
},
{
"text": "Every particle has the syntactic and partially semantic dependent function with its own degree of power.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "FUNDAMENTALS OF JAPANESE SENTENCE",
"sec_num": "1."
},
{
"text": "The particle whose power of dependent function is strongest of all particles appearing in the string of particles is called the representative particle. Therefore, the syntactic function of dependent of a B-phrase is mainly represented by the representative particle and by the right-most nonparticle word.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "FUNDAMENTALS OF JAPANESE SENTENCE",
"sec_num": "1."
},
{
"text": "Let (W0,H0,K0) , (Wi,Hi,Ki) , (W~,H~,K~) be the word structures of independent J word, right-most non-particle word and representative particle of a B-phrase, respectively.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "FUNDAMENTALS OF JAPANESE SENTENCE",
"sec_num": "1."
},
{
"text": "Then, <W^,H^>_, <W..,Hi, u u ~ & Hj> d are called the inrormatlon or governor and the information of dependent of the B-phrase respectively, and the pair (<W0,H0>~,<Wi,Hi,Hj>d) is called dependency~informati6n of the B-phrase. There are many types of dependency relation such as agent, patient, instrument, location, time, etc. Let C be the set of all types of dependency relation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "FUNDAMENTALS OF JAPANESE SENTENCE",
"sec_num": "1."
},
{
"text": "The set of all possible dependency relations from a B-phrase b l to a B-phrase b 2 is founded on the information of dependent of b I and the information of governor of b 2. Therefore, there is a function 6 which computes the set of all possible dependency relations ~(a,8) between a B-phrase of dependency information ~ and another B-phrase of dependency information 8. The function ~ is realized by the dependency dictionary retrieved with the key of two dependency informations.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "FUNDAMENTALS OF JAPANESE SENTENCE",
"sec_num": "1."
},
{
"text": "The order of B-phrase is relatively free in a simple sentence, except for one constraint that the predicative B-phrase governing the whole sentence must be in the sentence's final position.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "FUNDAMENTALS OF JAPANESE SENTENCE",
"sec_num": "1."
},
{
"text": "Japanese is a post positional in this sense.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "FUNDAMENTALS OF JAPANESE SENTENCE",
"sec_num": "1."
},
{
"text": "The pattern of the dependency relations in a sentence has some structural property which is called the rules of dependency structure, and the dependency relations in a sentence are called the dependency structure of a sentence.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "FUNDAMENTALS OF JAPANESE SENTENCE",
"sec_num": "1."
},
{
"text": "The dependency structure of a sentence is shown in figure 2, where arrows indicate dependency relations of various types.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "FUNDAMENTALS OF JAPANESE SENTENCE",
"sec_num": "1."
},
{
"text": "The rules of dependency structure consist of following three conditions.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "FUNDAMENTALS OF JAPANESE SENTENCE",
"sec_num": "1."
},
{
"text": "i Each B-phrase except one at the sentence final is a dependent of exactly one B-phrase appearing after it. ii A dependency relation between any two B-phrases does not cross with another dependency relations in a sentence. iii No two dependency relations depending on the same governor are the same.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "FUNDAMENTALS OF JAPANESE SENTENCE",
"sec_num": "1."
},
{
"text": "Let N be the number of B-phrases in a input sentence, and all B-phrases are numbered descendingly from right to left (see figure 2).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "FUNDAMENTALS OF JAPANESE SENTENCE",
"sec_num": "1."
},
{
"text": "We shall fix an input sentence, throughout this chapter. Let DI(i) be the set of all dependency informations of i-th B-phrase.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "FUNDAMENTALS OF JAPANESE SENTENCE",
"sec_num": "1."
},
{
"text": "Definition: A dependency file DF of a sentence is a finite set of 5-tuples.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "FUNDAMENTALS OF JAPANESE SENTENCE",
"sec_num": "1."
},
{
"text": "(i,j,ai,ej,c) 6 DF .... _~ { N=i>j=l, a i E DI (i), cde",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "FUNDAMENTALS OF JAPANESE SENTENCE",
"sec_num": "1."
},
{
"text": ". ~j 6 DI(j) and c E~(ai,aj).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "FUNDAMENTALS OF JAPANESE SENTENCE",
"sec_num": "1."
},
{
"text": "If a subset of DF satisfies following conditions i) to 5), it is called a dependency structure from the Z-th B-phrase to the m-th Bphrase (N~Z>m~i) and denoted by DS(\u00a3,m) or DS' (i,m).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Definition:",
"sec_num": null
},
{
"text": "i) If (i,J,ei,~j,c) 6 DS(\u00a3,m), then \u00a3~i>jAm.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Definition:",
"sec_num": null
},
{
"text": "2) For arbitrary i(ZAi>m), there exists unique j,ai,ej,c such that (i,j,ai,ej,c) ~ DS(Z,m).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Definition:",
"sec_num": null
},
{
"text": "(Uniqueness of Dependent) 3)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Definition:",
"sec_num": null
},
{
"text": "If (i,j,a~,a~,c) 6 DS(\u00a3,m) and ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Definition:",
"sec_num": null
},
{
"text": "AND ITS EFFICIENCY In this chapter, we shall give a parsing method which will parse an input sentence using time O(n ~) and space O(n~), where n is the length of input sentence.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "THE PARSING ALGORITHM",
"sec_num": "2."
},
{
"text": "Moreover, if the dependency information of each B-phrase is unambiguous, the time variation is quadratic.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "THE PARSING ALGORITHM",
"sec_num": "2."
},
{
"text": "The essence of the parsing algorithm is theconstruction of B-phrase parse list BL and dependency parse list DL which are constructed essentially by a \"dynamic programming\" method.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "THE PARSING ALGORITHM",
"sec_num": "2."
},
{
"text": "The parsing algorithm consists of four minor algorithms that are the construction of BL, the obtaining of B-phrase structure, the construction of DL and the obtaining of dependency structure. Output. The B-phrase parse list BL(1), BL(2), ... , BL(n).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "THE PARSING ALGORITHM",
"sec_num": "2."
},
{
"text": "Step i: Find all the independent word which are the leftmost subwords of b, using independent word dictionary and for each independent word w=b Therefore, there exists upper limit for the necessary size of memory space of BL(i) and the theorem 1 follows.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Method.",
"sec_num": null
},
{
"text": "Theorem i. Algorithm for the construction of BL requires O(n) memory space and O(n) elementary operations.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Method.",
"sec_num": null
},
{
"text": "We shall now describe how to find a B-phrase structure of specified dependency information from BL.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Method.",
"sec_num": null
},
{
"text": "The method is given as follows.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Method.",
"sec_num": null
},
{
"text": "Input. The specified dependency information ~ and BL.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "ALGORITHM FOR OBTAINING A B-PHRASE STRUCTURE OF AN INPUT STRING",
"sec_num": null
},
{
"text": "Output. A B-phrase structure of dependency information a or the error signal \"error\".",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "ALGORITHM FOR OBTAINING A B-PHRASE STRUCTURE OF AN INPUT STRING",
"sec_num": null
},
{
"text": "STEP i: Search any item (i,(W,H,K),a) in BL(n) such as Termi (H,H).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Method.",
"sec_num": null
},
{
"text": "If there is no such item, then emit \"error\" and halt.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Method.",
"sec_num": null
},
{
"text": "Otherwise, output the word structure (W,H,K), set the register R to (i,(W,H,K),a) and repeat the step 2 until i = 0.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Method.",
"sec_num": null
},
{
"text": "STEp 2: Let R be (i,(W,H,K),e). Search any item (i',(W',H',K'),a') in BL(i) such as C(H',K',H) and (W,H) o~=a. There exist at least one element which satisfies above conditions.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Method.",
"sec_num": null
},
{
"text": "\"Output the word structure (W',H',K') and R\u00f7 (i',(W',H',K'),a').",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Method.",
"sec_num": null
},
{
"text": "It is easy to know theorem 2 holds. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Method.",
"sec_num": null
},
{
"text": "The sequence of the sets of all dependency informations DI(1) , DI(2) , ''\" \u2022DI(N) .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Input.",
"sec_num": null
},
{
"text": "Dependency list DL(2), DL(3) , ''\" ,DL(N).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Output.",
"sec_num": null
},
{
"text": "STEP 1 (Construction of DL(2))~",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Method.",
"sec_num": null
},
{
"text": "For each a e DI(2)\u2022 a16 DI(1) and cE ~ such that ~ e6(c~2,c~i) , add (a2,l,al,c,{c}) to DL(2)\u2022 set i to 2 and repeat the STEP 2 and the STEP 3 until i = N. STEP 2 (Registration of items of the form (ai+l,j,aA,c,P)) : For any (ai,J,aj\u2022c,P) ~ DL(i) and ~i+16 DI(i+l) , compute 6 (ai+ I,~i) and add every (ai+l,i,ai,c',{c'}) to DL(i+i) such that c'6 6(ei+1,~i).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Method.",
"sec_num": null
},
{
"text": "And, for any (c~i,J,aj,A,P) 6 DL(i) where A~ ~ ~'{$} and ai+1\u00a3 DI(i+l), compute ~(c~i+1,aA) and add every (ai+l,j,c~j,c',PU {c'}~ to DL(i+i) such that c'6 ~(ai+1,a j) and c'} P.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Method.",
"sec_num": null
},
{
"text": "Go to Step 3.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Method.",
"sec_num": null
},
{
"text": "STEP 3 (Registration of items of the form (ai+1,j,ej,$,P)):",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Method.",
"sec_num": null
},
{
"text": "For any (ai+1,j,al,c,P) ~ DL(i+i) and (al,k,ek, A,P') # DL~j), add (ei+1,k,ak,$,~') to DL(i+i).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Method.",
"sec_num": null
},
{
"text": "Then, set i to i+; and go to STEP 2.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Method.",
"sec_num": null
},
{
"text": "Theorem 3.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Method.",
"sec_num": null
},
{
"text": "If there exist no ambiguity in the dependency information of B-phrases of input sentence, then the step 3 in the above algorithm can be replaced to the following step 3'. STEP 3': For each (~Ki+!,j,~A,A,P) 6 DL(Ki+~), add (~i+~,j,aj,~,P) \u00a3o DL(i+i), where de----~ max{k I (ai+l k ~k,C,P) Ki+l , ,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Method.",
"sec_num": null
},
{
"text": "DL ( i+l )}.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Method.",
"sec_num": null
},
{
"text": "Then, set i to i+l and go to STEP 2.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Method.",
"sec_num": null
},
{
"text": "The efficiency of each step of above algorithm is as follows.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Method.",
"sec_num": null
},
{
"text": "The Moreover, if there exist no ambiguity in the dependency information of each Bphrases, the algorithm requires O(N ~) elementary operations by replacing the step 3 with the step 3'",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Method.",
"sec_num": null
},
{
"text": "We shall now describe how to find a dependency structure of input sentence from DL. To begin with, we shall explain items of partial dependency structure list PDSL.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Method.",
"sec_num": null
},
{
"text": "(i,j,a~,a~,P#)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Form of items in PDSL",
"sec_num": null
},
{
"text": "where, Nhi ~j ~i a# ~ DI(i) ~ {#}, ~ % DI(j) U {~, P~ i~ a subset of C or #Oand# is specially introduced symbol.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Form of items in PDSL",
"sec_num": null
},
{
"text": "Semantics of (i,j,~#,e#.p#) .~ i j-The item (i,j,a~,e~,P#) % PDSL means to be a dependenceS-structure DS(i,j)~ ~(i,j) such that following conditions i),2) and 3) hold.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "~",
"sec_num": null
},
{
"text": "i) If a~=~i(%#), then iDiDS (i,j) =e i \u2022",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "~",
"sec_num": null
},
{
"text": "2) If e#=aj(~#!,~ then JDiDS(i,j)=aj.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "~",
"sec_num": null
},
{
"text": "3) If P~=P(~#). then JGDS(i,j)=P.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "~",
"sec_num": null
},
{
"text": "Therefore, (N,i,#,#,#) means to be a dependency structure of the input sentence.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "~",
"sec_num": null
},
{
"text": "Input. DL. Output. A dependency structure of input sentence or the signal \"error\".",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "ALGORITHM FOR OBTAINING A DEPENDENCY STRUCTURE FROM DL",
"sec_num": null
},
{
"text": "STEP i: If DL(N) is empty, emit the message \"error\", else, initialize PDSL to {(N,i,#,#,#)} and repeat step 2 until PDSL becomes empty. STEP 2:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Method.",
"sec_num": null
},
{
"text": "Take an item freely out of PDSL and delete it from PDSL.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Method.",
"sec_num": null
},
{
"text": "According to the form of the item, execute i) or 2) or 3).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Method.",
"sec_num": null
},
{
"text": "i) If the item is (N,i,#,#,#) of the form and (aN,J,ej,c,P) ~ DL(N) , then output (N,J,eN,ej,c), add (N-i,j, #,aj,P/{c}) to PDSL i~ N-i ~ j and add (j,l,aj,#,#) to PDSL if j ~ i.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Method.",
"sec_num": null
},
{
"text": "2) If the item is (i,l,ei,#,#) of the form and (j,~i,ej,c,P)E DL(i), then output (i,J,ei,e~,c), add (i-l,j, #,aj,P/{c}) to PDSL i~ i-i @ j and add (j,l,a~,#,#) to PDSL if j @ 1",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Method.",
"sec_num": null
},
{
"text": "3) aIf the item is (i,j,~,e~,P) of the form, where ~#=~= or #, anda(ai,j, ~,c,P) E DL(i), then\u00b1output (i,J,~i, e~,c) and add (i-l,j,#,~j,P/{c}) to PDSL if i-i % j. When there is not such item in DL(i), searcha pair of items (ei,k,ak,C,P') E DL(i) and (ak,J, ej,A,P) ~ DL(k), then output (i,k,ei,ak, cy , add (i-l,k,#,~k,P'/{c}) to PDSL if i-i @k and add (k,j,~k,ej,P) to PDSL. Output. A dependency structure DS(N, i) of the input sentence and a B-phrase structure of the j-th B-phrase, whose dependency information is JDiDS(N,i), for every j(j=l,2, \"'\" ,N).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Method.",
"sec_num": null
},
{
"text": "STEP i: Construct N B-phrase parse lists of all B-phrases of the input sentence and get the sets of dependency informations DI(1), DI(2), \u2022 .\" , DI(N).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Method.",
"sec_num": null
},
{
"text": "Construct dependency parse list DPL from DI(1), DI(2), ... ,DI(N).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "STEP 2:",
"sec_num": null
},
{
"text": "STEP 3: Obtain a dependency structure DS(N,i) of the input sentence from DL.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "STEP 2:",
"sec_num": null
},
{
"text": "STEP 4: Obtain a B-phrase structure of the j-th B-phrase, whose dependency information is JDiDS(N,i), for every j (j=l,2, ... ,N) and stop.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "STEP 2:",
"sec_num": null
}
],
"back_matter": [
{
"text": "Let n~ be the length of j-th Bphrase (~=i,2, \u2022--,N) , and N,n denote the number of B-phrases and the length of input sentence, respectively.Then,By theorem i, theorem 2, theorem 4 and theorem 5, next theorem holds.Theorem 6. The parsing algorithm requires O(n 2) memory space and O(n 3) elementary operations.Moreover, if the dependency information of each B-phrase is unambiguous, it requires O(n 2) elementary operations.",
"cite_spans": [
{
"start": 37,
"end": 51,
"text": "(~=i,2, \u2022--,N)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "annex",
"sec_num": null
},
{
"text": "A Japanese sentence in colloquial style is parsed b Y the parsing algorithm, using time O(n ~) and memory space O(n2), where n is the length of input sentence.Moreover, it is parsed using time O(n 2) whenever dependency information of every Bphrase is unambiguous. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "CONCLUSION Syntax of Japanese sentences is stated and a efficient parsing algorithm is given.",
"sec_num": "3."
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "The Theory of Parsing, Translation, and Compiling",
"authors": [
{
"first": "Ullman",
"middle": [],
"last": "Aho",
"suffix": ""
}
],
"year": 1975,
"venue": "",
"volume": "1",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "i. Aho, Ullman : \"The Theory of Parsing, Translation, and Compil- ing\", Prentice Hall vol. 1 (1975).",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Transition Network Grammars for Natural Language Analysis",
"authors": [
{
"first": "",
"middle": [],
"last": "Woods",
"suffix": ""
}
],
"year": 1970,
"venue": "Communication of the ACM",
"volume": "13",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Woods : \"Transition Network Grammars for Natural Language Analysis\", Communication of the ACM, 13 (1970).",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Proc. IJCAI",
"authors": [
{
"first": "",
"middle": [],
"last": "Pratt",
"suffix": ""
}
],
"year": 1975,
"venue": "",
"volume": "4",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Pratt : \"LINGOL --A Progress Report\", Proc. IJCAI 4 (1975).",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"num": null,
"uris": null,
"type_str": "figure",
"text": "k,~j,~k,C) % DS(Z,m), then ~ = ~ ~, O J\" (Uniqueness of B-phrase structure) , 4) If (i,J,~i,~j,c) ~ DS(\u00a3,m), (i ,j,~f ,~j, ,c ) E DS(\u00a3,m) and i>i'>j, then j,hj. (Nest Structure of Dependency) 5) If (i,j,@i,~,c) e DS(\u00a3,m) (i',j,a i, ,~j,c') ~ D~(\u00a3,m) and ~i', then c ~ c'. (Inhibition of Duplication of a Case) The set of all dependency structur~ from i-th B-phrase to m-th B-phrase is denoted by ~(~,m). Any DS(N,i)~ ~(N,i) is called a dependency structure of the input sentence. The dependency information of j-th B-phrase is unique in DS(i,m), since 2) and 3) hold. Let JDiDS(Z,m) and jGDS(Z,m) be the dependency information of the j-th B-phrase inD~\u00a3,m) and~set of all the dependency relations that the j-th B-phrase governs in DS(\u00a3,m), respectively. def ~i,~,C) JGDS(i,m) u__. {c I (i,J~Ds(~m) } Definition: If the k-th B-phrase (i~k~_m) in DS(\u00a3,m) has the following property, k(the k-th B-phrase) is called a joint of DS(\u00a3,m): For any (i,j,ai,~j,c)~ DS(~,m) , k~i or J~k. Let j~(=\u00a3) > j, > Jl > \"'\" > j (=m) be u , the descendlng sequence of ale the joints of DS(i,m) (see figure &). Then, the Jk-th B-phrase is called the k-th joint of DS(\u00a3,m). There is a dependency relation from k-th joint (dependent) to k+i-th joint(governor) in DS(\u00a3,m). Let J.DS(\u00a3,m) be a set of all the joints of DS(\u00a3,m). DS(\u00a3,m/i,j) a subset of DS(Z,m), is defined as follows: DS(\u00a3,m/i,j)-~{ (p,q,av,~o,c) I (p,q,ap,aq,C) ~ DS(~,my, i~p>q~j}. Lemma i. For any positive integer \u00a3, i, j, m (N~\u00a3~i>j~m), the following propositions hold. (i) DS(i,m/i,j)6 ~(i,j), if j is a joint of DS(i,m). (ii) DS(I,j) U DS(j,m)~ ~(\u00a3,m), if and only if JDiDS(Z,j) = JDiDS(j,m) . (iii) { (Z+i,j ,~, ~,c) }uDS (~,~) 6 ~(Z+i, m) if and only if (i+l,j,e,8,c) E DF,8=JDiDS(Z,m), j E J.DS(\u00a3,m) and c~ jGDS(Z,m). (iv) If (jk,Jk+1,ak,ek+1,c) ~ DS(j ,m) (k=0,1,2,-..), then Jk is the kth joint of DS(J0,m). Syntax analysis of a Japanese sentence is defined as giving B-phrase structures and dependency structure of the sentence."
},
"FIGREF1": {
"num": null,
"uris": null,
"type_str": "figure",
"text": "Let b be a string of n length and b(i) denote the i-th character from the left end of it. b=b(1) (2) ... b(n). The B-phrase parse list of b consists of n minor lists BL(1), BL(2), \u2022 .. , BL(n). []Form of items in BL(j) (i, WS, DI) where, IL_i < j~n, WS is a word structure and DI is a dependency information. [] Semantics (i, WS, DI)EBL(j) of (i, WS, DI)E BL(j), if and only if there exists a sequence of words w o, w l, ... , w\u00a3 satisfying following two conditions: i) b(1)b(2) ... b(i)=w0w I .. \u2022 w~_ I, b(i+l)b(i+2) ... b(j)=w\u00a3, and WS is the word structure of w\u00a3. 2) The string of word w_w I ... w Z is \u2022 D a left parclal B-phrase of dependency information DI. ALGORITHM FOR THE CONSTRUCTION OF BL Input. An input string b=b(1)(2) \u2022 \u2022 .b(n) ."
},
"FIGREF2": {
"num": null,
"uris": null,
"type_str": "figure",
"text": "(1)b(2) ''. b(j), add (0, (W,H,K),a) to BL(j) where, (W,H,K) is the word structure of w and ~= (<W,H>K, <W,H,-> d) . Then, set the controI word i to 1 and repeat Step 2 until ~ = n \u2022Step 2: Obtain all the suffix words which are the left-most subwords of B(i+l)B(i+2)... b(n) and for each suffix word w=b(i+l)b(i+2)... b(k) of word structure (W' ,H' ,K') , and for each item (j, <W,H,K>,a) # BL(i), add (i,(W',H',K'), (W',H')oe) to BL(k) if C(H,K,K').(W',H')0a is a dependency information defined as follows.i If H' is a auxiliary verb\u2022 then (W',H')o~ def (<~>g,<W,,H,,_>d) where\u2022 <a>g is the information of governor or a. ii Let <W\",H\",H\"' > be the information of dependent of ~. When H' is a particle, (W,,H,)o a def .... (<a>g,<W\",H\",H'>d) if the power of dependency function of H' is stronger than that of H\"' , and else (W,,H,)o ~ def ~. There exists upper limit in the length of words and there exists upper limit in the number of dependency informations of all left partial Bphrase of a(1)a(2) ... a(i)."
},
"FIGREF3": {
"num": null,
"uris": null,
"type_str": "figure",
"text": "phrase structure of specified dependency information is output by the above algorithm, if and only if the input string has at least one B-phrase structure of specified dependency information and it takes constant memory space and O(n) elementary operations to operate the above algorithm. The set of all the dependency informations DI of input string b is obtained from BL(n), since DI={a I (i, (W,H,K) ,a)\u00a3SL(n) , C(H,K) }. DEPENDENCY PARSE LIST DL Let s be a input sentence of N Bphrases. The set of all the dependency informations DI(i) of the i-th B-phrase is obtained by operating the algorithm of construction of BL on the string of the i-th B-phrase. The dependency parse list DL of s consists of N-i minor lists DL(2), DL(3) , ''-,DL(N) . [] of items in Form DL(i). (ai,J,aj,~,P) I (ai\u2022J,aj, ,P) where, N~i > j~l, aie DI(i), ajE DI(j), ce ~, P~ and $ is a specially introduced symbol. I~ Semantics of (ai,J,aj,c,P)6DL(i). (ai,J,aj,c,P) ~ DL]i) \u2022 if and only if there is a dependency structure DS(i,i) of s, where (i,J,ai,a~,c) ~ DS(i,i), jGDS (i,l) < P. ~ Semantics of (ai\u2022j\u2022~,S,P)6DL(i). (ai\u2022J,?j ,$,P) e Dn(1), if and only if there is a dependency structure DS(i,i) of s, where ai=iDiDS(i i) a. :JDiDS(i,i), \u2022 r J j is a joint of DS(i,i) except O-th or 1st joint, jGDS(i,i) =P.ALGORITHM FOR THE CONSTRUCTION OF DL"
},
"FIGREF4": {
"num": null,
"uris": null,
"type_str": "figure",
"text": "memory size of DL(i) is O(N). The step i, the step 2 and the step 3 take constant, O(N) and O(N ~) elementary operations, respectively. The step 3' takes O(N) elementary operations since it takes O(N) elementary operations to compute Ki+ ~ . Therefore, the theorem 4 holds. Theorem 4. The algorithm for the construction of DL requires O(N ~) memory space and O(N ~) elementary operations."
},
"FIGREF5": {
"num": null,
"uris": null,
"type_str": "figure",
"text": "PDSL needs O(N) memory space and STEP i, STEP 2 take constant, O(N) elementary operations, respectively. Theorem 5. A-igorithm for obtaining a dependency structure from DL requires O(N) memory space and O(N 2) elementary operations. PARSING ALGORITHM Input. A Japanese sentence in colloquial style."
}
}
}
}