Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "C80-1001",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T13:05:40.925647Z"
},
"title": "MORPHOLOGICAL ASPECT OF JAPANESE LANGUAGE PROCESSING",
"authors": [
{
"first": "Kosho",
"middle": [],
"last": "Shudo",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Fukuoka University Ii",
"location": {
"addrLine": "Nishi-ku Fukuoka-shi",
"postCode": "814",
"settlement": "Nanakuma",
"country": "Japan"
}
},
"email": ""
},
{
"first": "Toshiko",
"middle": [],
"last": "Narahara",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Fukuoka University Ii",
"location": {
"addrLine": "Nishi-ku Fukuoka-shi",
"postCode": "814",
"settlement": "Nanakuma",
"country": "Japan"
}
},
"email": ""
},
{
"first": "Sho",
"middle": [],
"last": "Yoshida",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Kyushu University",
"location": {
"addrLine": "6-10-1, Hakozaki, Higashi-ku Fukuoka-shi",
"postCode": "812",
"country": "Japan"
}
},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "A comprehensive grammatical model produced for analyzing the agglutinated structure which characterizes the Japanese language is presented. This model, which includes extensively idiomatic postpositional expressions as terminals, is quite effective for the development of the Japanese language processor receptive to a reasonable variety of sentential forms and applicable to relatively wide fields.",
"pdf_parse": {
"paper_id": "C80-1001",
"_pdf_hash": "",
"abstract": [
{
"text": "A comprehensive grammatical model produced for analyzing the agglutinated structure which characterizes the Japanese language is presented. This model, which includes extensively idiomatic postpositional expressions as terminals, is quite effective for the development of the Japanese language processor receptive to a reasonable variety of sentential forms and applicable to relatively wide fields.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "The following fundamental problems are still latent in most present systems of the natural language processing: (i) how to enable the system to have a higher quality processing that renders the output more feasible; (ii)how to broaden the applicable field of the system; and (iii)how to allow the system to accept more \"natural\" input sentences, including miscellaneous linguistic constructions.",
"cite_spans": [
{
"start": 112,
"end": 115,
"text": "(i)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": null
},
{
"text": "In order to remedy these problems, we will need not only far advanced A.I. researches on the knowledge representation or deduction, but also more elaborate studies on the surface structures of natural sentences from the engineering viewpoints. Among other things, the requirement for the linguistic approach on the engineering side is quite urgent for Japanese language processing, since we have no Japanese grammar which is extensive and definite enough for solving, especially, problem (iii). The authors have been developing a Japanese language parser for a Japanese-English translation system on the following standpoints.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": null
},
{
"text": "(1)~de coverage of the input forms; we aim at a system which is powerful enough to accept with less exceptions the sentential forms which appear in the actual, colloquial and written texts (e.g. non-pre-edited sentences in technical papers).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": null
},
{
"text": "(2)Two-phase parsing~ The system first analyzes the local expression which is the syntactical and semantical unit constituting immediately the input sentence, and then analyzes the whole sentence by detecting the relationships between the units.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": null
},
{
"text": "The first phase, which corresponds to the morphological phase in the ordinary parser of the European language, is designed for analyzing not only the word's inflection but the \"agglutinated\" structure characterizing the Japanese language. We attach much importance to the first phase which has a great influence on the overall performance of the system.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": null
},
{
"text": "(3)Elaborate preparation for the first phase; In the first phase, we adopt an elaborate grammatical model that prescribes the internal structure of the above-mentioned units in detail.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": null
},
{
"text": "The extensive enumeration of postpositional expressions carried out in the model, among others, is quite effective for solving the problem (iii), since they determine the syntactical and semantical \"framework\" of the Japanese sentence.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": null
},
{
"text": "The inflection of the word can also be manipulated almost without exceptions in a relatively simple way in this model.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": null
},
{
"text": "Most of the atomic postpositional expressions enumerated in the model are idiomatic ones which should be treated without decomposing into words because of their definite and unitary meanings.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "(4)Matching of the first phase and higher phases;",
"sec_num": null
},
{
"text": "This fact yields a good matching of the first phase and the higher semantical phases. (5) Disambiguation in the first phase; A certain part of the polysemy of the postpositional expression can be reduced by the restriction for the co-occurence on the neighboring positions in the sentence.",
"cite_spans": [
{
"start": 86,
"end": 89,
"text": "(5)",
"ref_id": "BIBREF11"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "(4)Matching of the first phase and higher phases;",
"sec_num": null
},
{
"text": "Our grammar for the first phase is designed to carry out disambiguation of this type. This is based on the idea that the syntactical and semantical structure ought to be disambiguated as early and as much as possible from the viewpoint of the system's total efficiency.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "(4)Matching of the first phase and higher phases;",
"sec_num": null
},
{
"text": "In this paper, the above mentioned grammatical model for the first phase of parsing, which may be called \"pseudo-morphological\" phase, is shown and the experimental system developed for the verification of its validity is outlined.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "(4)Matching of the first phase and higher phases;",
"sec_num": null
},
{
"text": "After showing some operational examples and the result of the experiment, we conclude that our model is quite effective for Japanese language processing from the standpoints mentioned above.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "(4)Matching of the first phase and higher phases;",
"sec_num": null
},
{
"text": "The information to be extracted from the input sentence by the parser can be generally classified into following three types: (a)the information of the concept which is ordinarily provided by the conceptual word (e.g. noun, verb, adjective); (b)the information of the relationship between concepts; (c)the supplementary information such as of \"tense\",\"aspect\",\"mood\",etc. Japanese is an agglutinative language and is very far from European languages from structural viewpoints, i.e. the information of type(b) or (c) is ordinarily given by the annex-expression agglutinated postpositionally to the conceptual expression which gives the information of type (a). We call the compound which consists of the annex-and conceptual expression E-bunsetsu%. The information of type(b) is given as the dependency relation, called kakariuke-relation between E-bunsetsus.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Japanese sentence, E-bunsetsu",
"sec_num": null
},
{
"text": "A sentence consists immediately of E-bunsetsus positioned in a relatively free order except for a few constraints \"['j~. Because of this structural feature, we adopt the two-phase approach for the parsing of the Japanese sentence: the first phase for analyzing each E-bunsetsu; the second, for detecting the kakariuke-relational structure of the sentence. It is apparent that the extensive characterization of the E-bunsetsu yields the wide coverage of input sentential forms to the system. Specifically, the extensive enumeration of the annex-expressions will drastically broaden the range of acceptable input forms, since they make the syntactic and semantic \"framework\" of the sentence.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Japanese sentence, E-bunsetsu",
"sec_num": null
},
{
"text": "However, the annex-or conceptual expression may itself be a compound of atomic expressions and is too multiformed to be enumerated extensively. From these points of view, we have constructed a grammatical model for analyzing the E-bunsetsu by, first, enumerating extensively atomic expressions excepting most of the conceptual ones that are quite numerous; secondly, classifying them by the syntactic and partially semantic functions; thirdly, prescribing the connectability rules of atomic expressions within the E-bunsetsu.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Japanese sentence, E-bunsetsu",
"sec_num": null
},
{
"text": "The notion of \"atomic expression\" is the extended one of \"word\" so as to include the idiomatic word-string which has the unitary, self-supported meaning and the definite syntactic function.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Atomic Expressions",
"sec_num": null
},
{
"text": "Though we often encounter such idiomatic strings in the sentence of everyday use, it has not been clarified exhaustively The notion of \"bunsetsu\" in the conventional school grammar is well known as the unit for sentence construction.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Atomic Expressions",
"sec_num": null
},
{
"text": "However, the unitary local structure in the real sentence used in every day life is often too multiformed to be analyzed with it.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Atomic Expressions",
"sec_num": null
},
{
"text": "The notion of \"E-bunsetsu\", which is a fully extended version of \"bunsetsu\", was devised from the standpoints mentioned in the previous chapter. %%When we let a string, EB l EB 2 ''' EB n be a sentence~ 'each E-bunsetsucEBi(iSi<n) must depend on only one of EBi+i,''\u00b0,EB n without passing any EBj(i<j) that governs at least one of EB l, ''', EBi-I. Moreover, EB n must be predicative. how many are needed for building up the natural sentence and how they can be used. We have singled out the atomic expressions extensively excepting most of conceptual ones from approximately 12,000 sentences of technical papers and text-books of the senior high schools.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Atomic Expressions",
"sec_num": null
},
{
"text": "Their rough categorization is sho~1 in the following.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Atomic Expressions",
"sec_num": null
},
{
"text": "(The number of the expressions is given in parentheses.)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Atomic Expressions",
"sec_num": null
},
{
"text": "Atomic annex-expressions are classified into two kinds: relational expressions which provide the information of type(b); and co-predicative expressions which provide the information of type(c).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Annex-expressions",
"sec_num": null
},
{
"text": "Relational Expressions(575).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Annex-expressions",
"sec_num": null
},
{
"text": "While the typical example of the relational expression is the particle in the conventional grammar, eighty percent of the relational expressions are idiomatic word-strings.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Annex-expressions",
"sec_num": null
},
{
"text": "For example, the wordstring,'ni tsui te' is atomic and relational because it has a proper, undividable and selfsupported meaning equivalent to that of the preposition,'about' in English in such context as 'Mary ni tsui te hanasu'('talk about Mary').",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Annex-expressions",
"sec_num": null
},
{
"text": "(The original meaning of the verb,'tsuku' is almost missing in the context.) The atomic annex-expressions can be divided roughly into ten categories according to their abilities to indicate the kakariuke-relation. We denote these categories by RNpi,RNP2,RNp3, Rppi,Rpp2 ,Rpp3,RNNi ,RNN2 ,RNN3and RpN.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Annex-expressions",
"sec_num": null
},
{
"text": "RNp I , RNp 2 or RNp 3, for example, is a category of expressions which indicate the dependency of the nominal E-bunsetsu, N on the predicative Ebunsetsu; P.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Annex-expressions",
"sec_num": null
},
{
"text": "'hi tsui te' mentioned above is included in RNp 1 .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Annex-expressions",
"sec_num": null
},
{
"text": "The auxiliary verb in the conventional school grammar is typically co-predicative but ninety percent of the co-predicative expressions singled out are idiomatic.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Co-predicative Expressions(348).",
"sec_num": null
},
{
"text": "For example, the word-string,'ta hou ga yoi',which is equivalent to 'had better' in English provides the information of the modality. These can be divided into seven categories,i.e. hnpl ,Anpz ,Anp3 ,Appl ,App2 ,App3 and App~ according to the functions of the connection and whether they can inflect or not. Appl, for example, represents a category of inflectable expressions each of which yields a predicative expression, p by connecting(agglutinating) to a predicative expression, p. The atomic expression, 'ta hou ga yoi' mentioned above is in App I \u2022",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Co-predicative Expressions(348).",
"sec_num": null
},
{
"text": "Besides the traditional conjunction, many conjunctive, idiomatic expressions have been singled out as atomic ones. For example, the string 'sikasi nagara', wich is equivalent to 'however' in English is conjunctive and atomic.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conjunctive Expressions(122)",
"sec_num": null
},
{
"text": "The conjuctive expression is not annexational, but offers the information of type(b). There observed two categories: one, denoted by C I, of expressions which can indicate both of the relation between two sentences and the relation between two E-bunsetsus; the other ~, denoted by C 2, of expressions which indicate exclusively the relation between two sentences.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conjunctive Expressions(122)",
"sec_num": null
},
{
"text": "Suffixal Expressions 403The conceptual expressions are too numerous to be enumerated exhaustively.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conjunctive Expressions(122)",
"sec_num": null
},
{
"text": "In addition, it is difficult in the present state to settle the extensive rules for constructing the conceptual compound. We have singled out only the suffixal constituents of the conceptual compounds that are used very frequently and have definite syntactic and semantic functions.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conjunctive Expressions(122)",
"sec_num": null
},
{
"text": "These are classified roughly into seven categories, i.e. Snpl,Snp 2, Spp, Snnl,Snn2,Snn s and Spn, by their functions. For example, Snp I , that includes such a string as 'de aru' being used quite frequently, is a category of expressions each of which constitutes a predicative conceptual expression,p when suffixed to a nominal conceptual expression,n. The conceptual compound of quantitative, temporal or locational meaning, e.g. '3 zi 15 hun' ('a quarter past three ~) is sometimes exceptionally easy to be decomposed into constituents.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conjunctive Expressions(122)",
"sec_num": null
},
{
"text": "A good many suffixal constituents of these compounds are included in Snn I .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conjunctive Expressions(122)",
"sec_num": null
},
{
"text": "Adverbial Expressions 262The adverbial expressions fall into two cate-gories, D 2, for the expression which is always used in cooperation with some other specific expression and D I, for the rest.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conjunctive Expressions(122)",
"sec_num": null
},
{
"text": "For example,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conjunctive Expressions(122)",
"sec_num": null
},
{
"text": "'kanarazusimo ''' (nai)' ('not necessarily') is in D2.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conjunctive Expressions(122)",
"sec_num": null
},
{
"text": "Adnominal Expressions 165The adnominal expression, such as 'subete no'",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conjunctive Expressions(122)",
"sec_num": null
},
{
"text": "('all') is similar to the adjective except that it is uninflective and used always attributively being located ahead of the nominal E-bunsetsu to be modified. The category of these expressions is denoted by T.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conjunctive Expressions(122)",
"sec_num": null
},
{
"text": "The structure of the E-bunsetsu can be characterized in the form of \"transition net\", since it has no complex embedded structures.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Structure of E-bunsetsu",
"sec_num": null
},
{
"text": "Our structural characterization is based on prescribing the connection rules of the atomic expressions within an E-bunsetsu.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Structure of E-bunsetsu",
"sec_num": null
},
{
"text": "It is shown in two stages in this chapter.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Structure of E-bunsetsu",
"sec_num": null
},
{
"text": "The general structure of E-bunsetsu is shown in Fig.l \"sahen-meishi\") and yougen (i.e, verb, adjective, adjective verb) , respectively. In Fig.l , nodes represent the categories and arrows denote that expressions in starting nodes can be immediately followed (agglutinated) by those in ending nodes. The E-bunsetsu can be analyzed, though roughly, by starting at the initial node and tracing a path in the figure.",
"cite_spans": [
{
"start": 81,
"end": 119,
"text": "(i.e, verb, adjective, adjective verb)",
"ref_id": null
},
{
"start": 259,
"end": 273,
"text": "(agglutinated)",
"ref_id": null
}
],
"ref_spans": [
{
"start": 48,
"end": 53,
"text": "Fig.l",
"ref_id": null
},
{
"start": 139,
"end": 144,
"text": "Fig.l",
"ref_id": null
}
],
"eq_spans": [],
"section": "General Structure of E-bunsetsu",
"sec_num": null
},
{
"text": "Each node is the acceptable node for the E-bunsetsu.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "General Structure of E-bunsetsu",
"sec_num": null
},
{
"text": "The conceptual expression corresponds to a path terminating at a node located above the dotted line.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "General Structure of E-bunsetsu",
"sec_num": null
},
{
"text": "The syntactic and semantic function of the E-bunsetsu can be estimated by recognizing the terminating node in the path.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "General Structure of E-bunsetsu",
"sec_num": null
},
{
"text": "In order to verify the generality of the characterization shown in Fig.l, we have inspected approximately 1,500 actual sentences in technical papers by segmenting each sentence into E-bunsetsus applying the above rules. Table 1 shows the results of the inspection.",
"cite_spans": [],
"ref_spans": [
{
"start": 67,
"end": 76,
"text": "Fig.l, we",
"ref_id": null
},
{
"start": 220,
"end": 227,
"text": "Table 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "Generality of Characterization.",
"sec_num": null
},
{
"text": "From this, it came out that our enumeration of annex-expressions is almost sufficient and all of the sentences inspected can be segmented into E-bunsetsus if we newly register and classify the expressions missing in the enumeration into existing categories.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Generality of Characterization.",
"sec_num": null
},
{
"text": "In addition, it turned out that the idea of the E-bunsetsu~ which elucidates a larger structure than a \"bunsetsu\", is quite effective for reducing the load of the second phase of the parser because it causes fourteen percent decrease of the number of immediate constituents of the sentence. Moreover, the rate of appearance of the atomic relational expressions which are originally compound was found to be sixteen percent.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Generality of Characterization.",
"sec_num": null
},
{
"text": "These facts assure the generality of the characterization to a reasonable extent.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Generality of Characterization.",
"sec_num": null
},
{
"text": "In the course of the development of the natural language system, it is a fundamental and crucial problem how much the grammatical rule should be elaborate or how much the syntactic and semantic structure of the sentence should be disambiguated within the grammatical phase of the processing.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Detailed Structure of E-bunsetsu",
"sec_num": null
},
{
"text": "We think it profitable for increasing the total efficiency of the system to disambiguate them as much and as early as possible.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Detailed Structure of E-bunsetsu",
"sec_num": null
},
{
"text": "From this point of view/ we try to do it in the phase of analyzing the E-bunsetsu by refining the characterization of Inflectional Endings.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Detailed Structure of E-bunsetsu",
"sec_num": null
},
{
"text": "The word-inflection of Japanese language is closely related to the agglutination of words.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Detailed Structure of E-bunsetsu",
"sec_num": null
},
{
"text": "The connection represented in Fig.1 by the asterisked arrow should be restricted by the inflectional type and inflectional form of the preceding expression, which is inflectable. While subcategorizing the inflectable expressions by their inflectional types, we gave respective expressions in the ending nodes of the asterisked arrows a dictionary entry denoting what inflectional types and forms it can be connected to.",
"cite_spans": [],
"ref_spans": [
{
"start": 30,
"end": 35,
"text": "Fig.1",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Detailed Structure of E-bunsetsu",
"sec_num": null
},
{
"text": "The inflectional form is known by detecting the ending. Table 2 shows the paradigm.",
"cite_spans": [],
"ref_spans": [
{
"start": 56,
"end": 63,
"text": "Table 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "Detailed Structure of E-bunsetsu",
"sec_num": null
},
{
"text": "The asterisked letter in the table is a euphonical one by which the final letter of the stem may be replaced.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Detailed Structure of E-bunsetsu",
"sec_num": null
},
{
"text": "'~' represents an empty ending. This paradigm (and the experimental system described in the next chapter) is based on a way of expressing Japanese characters by English letters which is devised from the viewpoints of mechanical processing.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Detailed Structure of E-bunsetsu",
"sec_num": null
},
{
"text": "We subcategorized some of the annex-expressions by their detailed agglutinative functions using a formal algorithm ~. It should be noted that the homonymous expression whose meanings have individual agglutinative functions was categorized duplicatively into different categories according to respective functions. These expressions'",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Subcategorization.",
"sec_num": null
},
{
"text": "Ti.e. to partition the set,E=RNp~RNP2URppiURpp2 ORpp 3 by the following relation, ~ into equivalence classes.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Subcategorization.",
"sec_num": null
},
{
"text": "for Vx,y~E (xRy ~. for VWl,Wz~E ((x*wl+-~ Y*Wl) A (w2*x ~+ w2~Y))), where a*b ~. \"a can be agglutinated by b\" meanings, therefore, can be disambiguated by checking the agglutinative structure of the E-bunsetsu. Suffixal expressions were also subcategorized mainly by their semantical functions in order to decompose limited types of the conceptual compounds in the experimental system. The numerical outline of these refinements of the categories is given in Table 3 . The asterisk in the table implies the subcategorization based on the inflectional type.",
"cite_spans": [],
"ref_spans": [
{
"start": 459,
"end": 466,
"text": "Table 3",
"ref_id": "TABREF1"
}
],
"eq_spans": [],
"section": "Subcategorization.",
"sec_num": null
},
{
"text": "Refined Connection Rules. The connection rules were refined by using the finally obtained categories that amount to 142. The number of these rules is approximately 3,600. Table 4 shows some examples of the rule and of the expression. 'ga' (AGENT,OBJ-1,'''),'no' (AGENT,''')",
"cite_spans": [],
"ref_spans": [
{
"start": 171,
"end": 178,
"text": "Table 4",
"ref_id": "TABREF2"
}
],
"eq_spans": [],
"section": "Subcategorization.",
"sec_num": null
},
{
"text": "'wo' (OBJ-I,''')",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Subcategorization.",
"sec_num": null
},
{
"text": "The Japanese sentence is ordinarily written in kana(phonetic) letters and Chinese(ideographic) characters without leaving a space between words. From the viewpoint of machine-processing, however, it is preferable to express clearly the units composing the sentence in such a way as to leave a space between every word as in English.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Overview",
"sec_num": null
},
{
"text": "We have no standard way of spacing the units though the need for this has been demanded for a long time. Supposing tentatively that a sentence is written in English letters with a space between each E-bunsetsu, we have developed an experimental system which decomposes the input E-bunsetsu into atomic expressions using the refined rules and decides its function. The system is overviewed as follows: (i) The system consists of five components: a program; a dictionary of atomic expressions; a table of the connection rules; a paradigm; and a table of euphonical rules(not mentioned in this paper); (2) Each entry expression is given one or more triple of the information in the dictionary. A triple consists of a code of the (refined) category such as A48 or R56, a code of the inflectional condition of the connection, and a code of the meaning;",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Overview",
"sec_num": null
},
{
"text": "(3) As to the inflectable expression, the dictionary includes only its stem; (4) E-bunsetsu is decomposed from left to right on it by the \"longest-match method\" and all possible analyses are tried in the \"depth-first\" manner; (5) The category code such as Mi3 or Y05, of the noun or yougen is used in the input and dictionary for the actual expression in it.",
"cite_spans": [
{
"start": 226,
"end": 229,
"text": "(5)",
"ref_id": "BIBREF11"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Overview",
"sec_num": null
},
{
"text": "Operational examples follow. The string of letters parenthesized in the output description is the inflectional ending and '/' denotes the boundary between the conceptual expression and the annex-expression detected by the system. The arrows in the following illustration show the string of categories which corresponds to a leftmost substring of the input and is assured to be successful by both of the connection rules of the category level and the inflectional conditions given in the dictionary. On the other hand, the dotted arrow shows that the connection is allowed by the rule of the category level but not by the rule of the inflectional level.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Op_erational Examples",
"sec_num": null
},
{
"text": "Example i. input = YO60NAKATTATAME (~h,~t:t:~) output : segmentation = Y06(0)/NA(KAT) T(A) TAME categories = Y06 A48 A4C R91 function = P MODIFYING P Without checking the refined rules ( of two levels: the category level, and inflectional level), the following two decompositions would have been obtained.",
"cite_spans": [
{
"start": 35,
"end": 46,
"text": "(~h,~t:t:~)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Op_erational Examples",
"sec_num": null
},
{
"text": "Y06 (0)/NA (KAT) T(A) TAME i-i Y06, ) A48 > A4C~-~R91 \"'~A60 '~R91 ~A4A ~A4A Y06 (O) NA (KAT) T (A) T (A) ME 1-2 \u2022 \u2022 \u2022 \u2022 \u2022",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Op_erational Examples",
"sec_num": null
},
{
"text": "While the decomposition i-I is successful, 1-2 was rejected because the auxiliary verb,'ta' is prohibited from being connected to the preceding auxiliary verb,'ta' by the inflectional rule. The triples given in the dictionary to 'tame' are as follows:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Y06. ~A48 ~A4C--~A4C \"'~ A60",
"sec_num": null
},
{
"text": "{R91; \"connectable to adnominal forms of all types\"; CAUSE.REASON }; {R91; \"connectable to adnominal forms of verb types\"; PURPOSE }; {A4A; \"connectable to adnominal forms of all types\"; CAUSE.REASON }; {A4A; \"connectable to adnominal forms of verb types\"; PURPOSE }. In i-i, since the inflectional type of 'ta' is not verbal, the second and fourth triples are not acceptable.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Y06. ~A48 ~A4C--~A4C \"'~ A60",
"sec_num": null
},
{
"text": "In addition, the third one is unavailable since the ending form of the input E-busetsu results to be a stem, and inadequate. Finally, only the first one was accepted and at the same time the meaning of 'tame' was disambiguated. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Y06. ~A48 ~A4C--~A4C \"'~ A60",
"sec_num": null
},
{
"text": "Y08--~S45 > Ri9 S35",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Y06. ~A48 ~A4C--~A4C \"'~ A60",
"sec_num": null
},
{
"text": "\u2022 he atomic expression, 'si' in 2-2 and 'si' in 2-3, which are understood as a conjunctive verb, and a suffixal expression, respectively, can not be connected to 'nimotoduite' The result was twofold according to two sorts of interpretations of 'no':the first one is to understand it has no special meaning; the second, it is a suffixal variant of the noun, 'mono' ('thing'). There exist latently following eight different decompositions but only 3-1 and 3-6 were accepted by the rules. Mi4 TEKI(NA) NO D(E) HA NA(I) 3-8 AS for 3-6, it was understood that the atomic expression,'no' was not a particle(R70) which indicates a kakariuke relation between two nominal E-bunsetsus or a particle(R01) of the meaning of AGENT, but a suffixal expression(S47) which nominalizes the predicative expression. \u2022 R19",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Y06. ~A48 ~A4C--~A4C \"'~ A60",
"sec_num": null
},
{
"text": "In the first interpretation, 'to' is a conjunctive particle of the meaning,ASSUMPTION, and in the second, it is a particle of the meaning, QUOTATION. This ambiguity is, therefore, quite reasonable.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "R72 $90",
"sec_num": null
},
{
"text": "We show the results of experiments made for 162 E-bunsetsus in Table 5 and 6. The average number of atomic expressions composing an E- bunsetsu fed to the system has been 4.8. The ambiguities of both the decomposition and the category sequence have been reduced sufficiently. Most of the ambiguities left by the system have been quite reasonable in the sense that further reductions of them would require more detailed information from the outside of the E-bunsetsu. In addition, the ambiguities to be left to higher phases of parsing for reduction have not been reduced by the system. As exemplified in Example i., the disambiguation of the atomic expression's meaning is carried out by selecting the triple of functional information given in the dictionary.",
"cite_spans": [],
"ref_spans": [
{
"start": 63,
"end": 70,
"text": "Table 5",
"ref_id": "TABREF3"
}
],
"eq_spans": [],
"section": "Results of Experiments",
"sec_num": null
},
{
"text": "Nine percent of the entry expressions are given plural triples and then their meanings can be reduced by our rules on the bases of its structural surroundings in the E-bunsetsu.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Results of Experiments",
"sec_num": null
},
{
"text": "Extending the domain of input sentential forms of the natural language processing system enables, in principle, the system to manipulate more precice or delicate meanings and to communicate with men more naturally.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Results of Experiments",
"sec_num": null
},
{
"text": "Our grammatical model presented in this paper is so compre L hensive that the local structures of colloquial and written sentences actually used in everyday life can almost always be analyzed with it. It is also elaborate enough to reduce the syntactic and semantic ambiguities of the local structure.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Results of Experiments",
"sec_num": null
},
{
"text": "It should be noted that the local structure analyzed by our grammar plays a quite important role in the Japanese language processing because it is not only a larger structure which can include idiomatic strings of words than a bunsetsu, but also a syntactic and semantic unit for sentence construction. Every atomic expression, which is the smallest component of the sentence, has been chosen to have undividable and self-supported meaninqs. Though we have not mentioned it in detail in this paper, we have already settled extensively the meanings of annex-expressions by classifying them.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Results of Experiments",
"sec_num": null
}
],
"back_matter": [],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "atari' (NUMBER-2\"RATE,''') 'he' (DIRECTION), 'made' (DIRECTION), \u2022\" \u2022 \"ha' (AGENT [THEME], OBJ-i [THEME], \u2022 \u2022 \u2022 ) 'mo' (AGENT",
"authors": [
{
"first": "",
"middle": [],
"last": "Obj-I",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Situation),''' 'hi Tui Te",
"suffix": ""
}
],
"year": null,
"venue": "wo motii te' (INSTRUMENT),'ni tui te",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "wo motii te' (INSTRUMENT),'ni tui te' (OBJ-i,SITUATION),''' 'hi tui te' (NUMBER-2\"RATE,'''),'atari' (NUMBER-2\"RATE,''') 'he' (DIRECTION), 'made' (DIRECTION), \u2022\" \u2022 \"ha' (AGENT [THEME], OBJ-i [THEME], \u2022 \u2022 \u2022 ) 'mo' (AGENT [ADDITION] ,.'') ,'mo mata' (AGENT [ADDITION],''.) ,''' 'koso' (AGENT [STRESS] ,OBJ-i [STRESS], ' ' ' ) ' made' (AGENT [STRESS-OTHER], OBJ-i [STRESS-OTHER] ,\" \u2022 \u2022 ) ' dake ' (AGENT [LIMITATION], \u2022 ' \u2022 ), \u2022 \u2022 \u2022 'made' (AGENT [T-POINT] , \u2022 \u2022 .) , \u2022 \u2022 \u2022 R37,R38,R55,..\" R36~R38,R55,R56, ...",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Experiment REFERENCES",
"authors": [],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Experiment REFERENCES",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "On Machine Translation from Japanese into English for a Technical Field",
"authors": [
{
"first": "K",
"middle": [],
"last": "Shudo",
"suffix": ""
}
],
"year": 1974,
"venue": "Information Processing in Japan",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "K.Shudo:\"On Machine Translation from Japa- nese into English for a Technical Field\", Information Processing in Japan,14 (1974).",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "A Predicative Part Processing System for Japanese-English Machine Translation",
"authors": [
{
"first": "K",
"middle": [],
"last": "Shudo",
"suffix": ""
},
{
"first": "H",
"middle": [],
"last": "Tsurumaru",
"suffix": ""
},
{
"first": "&",
"middle": [
"S"
],
"last": "Yoshida",
"suffix": ""
}
],
"year": 1977,
"venue": "",
"volume": "10",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "K.Shudo,H.Tsurumaru & S.Yoshida:\"A Predi- cative Part Processing System for Japanese- English Machine Translation\"(in Japanese), the Trans. of the IECE of Japan,J60-D,10 (1977) ---Abstract in English,E60-D,10 (1977).",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "On the Processing of Annexational Expressions in Japanese",
"authors": [
{
"first": "K",
"middle": [],
"last": "Shudo",
"suffix": ""
},
{
"first": "T",
"middle": [],
"last": "Fujita",
"suffix": ""
},
{
"first": "&",
"middle": [
"S"
],
"last": "Yoshida",
"suffix": ""
}
],
"year": 1978,
"venue": "the Proc. of the 7th International Conference on Computational Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "K.Shudo,T.Fujita & S.Yoshida:\"On the Proces- sing of Annexational Expressions in Japa- nese\", the Proc. of the 7th International Conference on Computational Linguistics (COLING 78) (1978).",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "A Structural Model of Bunsetsu for Machine Processing of Japanese",
"authors": [
{
"first": "K",
"middle": [],
"last": "Shudo",
"suffix": ""
},
{
"first": "T",
"middle": [],
"last": "Narahara",
"suffix": ""
},
{
"first": "&",
"middle": [
"S"
],
"last": "Yoshida",
"suffix": ""
}
],
"year": 1979,
"venue": "",
"volume": "12",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "K.Shudo,T.Narahara & S.Yoshida:\"A Structural Model of Bunsetsu for Machine Processing of Japanese\"(in Japanese), the Trans. of the IECE of Japan, J62-D, 12 (1979) ---Abstract in English, E62-D, 12 (1979).",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Studies on Machlne Processing of Japanese Using a Structural Model of Bunsetsu",
"authors": [
{
"first": "K",
"middle": [],
"last": "Shudo",
"suffix": ""
}
],
"year": 1980,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "K.Shudo:\"Studies on Machlne Processing of Japanese Using a Structural Model of Bunsetsu\"(in Japanese), the Bulletin of the Institute for Advanced Research of Fukuoka University, 45 (1980).",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"type_str": "figure",
"uris": null,
"text": "using the above-mentioned categories and three traditional ones, Mi,M2 and Y,representing for the noun, verbal-noun(i.eConnection Graph Describing the General Structure of E-bunsetsu",
"num": null
},
"FIGREF1": {
"type_str": "figure",
"uris": null,
"text": "Fig.lwithout destroying its grammatical features and generality.",
"num": null
},
"FIGREF2": {
"type_str": "figure",
"uris": null,
"text": "input = YO8SANIMOTODUITESIKA(~ ~ ~Ic~,~l~) output : segmentation = Y08 SA/NIMOTODUITE SIKA categories = Y08 S45 RI9 R42 function = N MODIFYING P Without using the rules, the following three kinds of decompositions would have been possible.",
"num": null
},
"TABREF0": {
"type_str": "table",
"text": "Results of Inspection",
"num": null,
"html": null,
"content": "<table><tr><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"4\">number of atomic expressions</td></tr><tr><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"4\">missing in the enumeration:</td></tr><tr><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"2\">annex-</td><td/><td>6</td></tr><tr><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"2\">conjunctive</td><td/><td>21</td></tr><tr><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"2\">suffixal</td><td/><td>0</td></tr><tr><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"2\">adverbial</td><td/><td>49</td></tr><tr><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"2\">adnominal</td><td/><td>25</td></tr><tr><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"2\">unclassifiable</td><td/><td>0</td></tr><tr><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td>number of:</td><td/><td/></tr><tr><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"2\">sentences</td><td>, n</td><td>1,532</td></tr><tr><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"2\">bunsetsus</td><td>, nl</td><td>23,432</td></tr><tr><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"3\">E-bunsetsus , n2</td><td>20,118</td></tr><tr><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td>nl/n</td><td/><td/><td>15.3</td></tr><tr><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td>n2/n</td><td/><td/><td>13.1</td></tr><tr><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"2\">(nl-n2)/nl</td><td/><td>0.14</td></tr><tr><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"3\">total appearances of:</td></tr><tr><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"3\">annex-expressions , n3</td><td>10,124</td></tr><tr><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"2\">compound annex-</td><td/></tr><tr><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"3\">expressions , n4</td><td>1,655</td></tr><tr><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"2\">n4/n3</td><td/><td>0.16</td></tr><tr><td/><td/><td/><td/><td/><td/><td/><td colspan=\"4\">Table 2. Paradigm</td><td/><td/></tr><tr><td/><td colspan=\"2\">form</td><td colspan=\"3\">negative-con-j ectural form</td><td colspan=\"3\">adverbial form</td><td>standard form</td><td>adnominal form</td><td colspan=\"2\">subjunctive form</td><td>imperative form</td><td>stem</td></tr><tr><td colspan=\"2\">type</td><td>code</td><td>1</td><td>2</td><td>3</td><td>4</td><td>5</td><td/><td>6</td><td>7</td><td/><td>8</td><td>9</td><td>A</td><td>B</td></tr><tr><td/><td>5-vowel, I-type</td><td>0</td><td>a</td><td>a</td><td>o</td><td>i</td><td>i</td><td/><td>u</td><td>u</td><td/><td>e</td><td>e</td><td>ex.kik</td></tr><tr><td/><td>5-vowel, T-type</td><td>1</td><td>a</td><td>a</td><td>o</td><td>i</td><td>t</td><td>*</td><td>u</td><td>u</td><td/><td>e</td><td>e</td><td>ex.okor</td></tr><tr><td/><td>5-vowel, Q-type</td><td>2</td><td>a</td><td>a</td><td>o</td><td>i</td><td>q</td><td>,</td><td>u</td><td>u</td><td/><td>e</td><td>e</td><td>ex.sin</td></tr><tr><td/><td>5-vowel type</td><td>3</td><td>a</td><td>a</td><td>o</td><td>i</td><td>i</td><td/><td>u</td><td>u</td><td/><td>e</td><td>e</td><td>ex.kes</td></tr><tr><td>&gt;</td><td>1-vowel type</td><td>4</td><td>e</td><td colspan=\"2\">e yo</td><td>e</td><td>e</td><td/><td>ru</td><td>ru</td><td colspan=\"2\">re</td><td>ro</td><td>yo</td><td>ex.tozi</td></tr><tr><td/><td>S-type</td><td>5</td><td>i</td><td colspan=\"2\">e lyo</td><td>i</td><td>i</td><td/><td>uru</td><td>uru</td><td colspan=\"2\">ure</td><td>iro</td><td>eyo</td><td>~X.S</td></tr><tr><td/><td>K-type</td><td>6</td><td>o</td><td colspan=\"2\">o oyo</td><td>i</td><td>i</td><td/><td>uru</td><td>uru</td><td colspan=\"2\">ure</td><td>oi</td><td>ex.k</td></tr><tr><td/><td>W-type</td><td>7</td><td colspan=\"2\">wa wa</td><td>o</td><td>i</td><td>t</td><td/><td>u</td><td>u</td><td/><td>e</td><td>e</td><td>ex.tiga</td></tr><tr><td colspan=\"2\">adj ective-type</td><td>8</td><td>ku</td><td/><td>karo</td><td colspan=\"3\">ku kat</td><td>i</td><td>i</td><td colspan=\"2\">kere</td><td>ex.yo</td></tr><tr><td>\u2022</td><td>NA-type</td><td>9</td><td/><td/><td/><td>ni</td><td/><td/><td/><td>na</td><td/><td/><td>ex.kirei</td></tr><tr><td>u</td><td>NO-type</td><td>A</td><td/><td/><td/><td>ni</td><td/><td/><td/><td>no</td><td/><td/><td>ex.hodo</td></tr><tr><td>&gt;</td><td>e-type</td><td>B</td><td/><td/><td/><td>ni</td><td/><td/><td/><td>e</td><td/><td/><td>ex.onazi</td></tr><tr><td colspan=\"2\">T-type</td><td>C</td><td/><td/><td>aro</td><td/><td/><td/><td>a</td><td>a</td><td/><td/><td>ex. t</td></tr><tr><td colspan=\"2\">D-type</td><td>D</td><td/><td/><td>aro</td><td/><td>at</td><td/><td>a</td><td/><td/><td/><td>ex.d</td></tr></table>"
},
"TABREF1": {
"type_str": "table",
"text": "Outline of Subcategorization",
"num": null,
"html": null,
"content": "<table><tr><td>original</td><td/><td>number of</td><td>number of</td></tr><tr><td>category</td><td/><td>expressions</td><td>subcategories</td></tr><tr><td/><td>RNPi</td><td>153</td><td>24</td></tr><tr><td/><td>RNP2</td><td>63</td><td>31</td></tr><tr><td/><td>RNP3</td><td>13</td><td/></tr><tr><td/><td>RNNI</td><td>1</td><td/></tr><tr><td>relational</td><td>RNNz</td><td>118</td><td/></tr><tr><td/><td>RNN3</td><td>4</td><td/></tr><tr><td/><td>RPN</td><td>40</td><td/></tr><tr><td/><td>RPPi</td><td>149</td><td>4</td></tr><tr><td/><td>Rpp2</td><td>1</td><td/></tr><tr><td/><td>Rpp3</td><td>38</td><td>3</td></tr><tr><td/><td>Anpl</td><td>37</td><td>5*</td></tr><tr><td/><td>Anp2</td><td>4</td><td>2*</td></tr><tr><td>co-</td><td>Anp3</td><td>2</td><td/></tr><tr><td>predicative</td><td>App2 App I</td><td>15 298</td><td>12\"</td></tr><tr><td/><td>App3</td><td>4</td><td/></tr><tr><td/><td>App4</td><td>1</td><td/></tr><tr><td/><td>Snnl</td><td>288</td><td>25</td></tr><tr><td/><td>Snn2</td><td>6</td><td/></tr><tr><td/><td>Snn3</td><td>3</td><td/></tr><tr><td>suffixal</td><td>Spn</td><td>92</td><td>i0</td></tr><tr><td/><td>Snpl</td><td>ii</td><td>4*</td></tr><tr><td/><td>Snp2</td><td>1</td><td/></tr><tr><td/><td>Spp</td><td>2</td><td>2*</td></tr><tr><td>conjunctive</td><td>C1 C2</td><td>35 87</td><td/></tr><tr><td>adverbial</td><td>Di D2</td><td>180 82</td><td/></tr><tr><td>adnominal</td><td>T</td><td>165</td><td/></tr><tr><td>noun</td><td>MI</td><td/><td>5</td></tr><tr><td/><td>M2</td><td/><td/></tr><tr><td>yougen</td><td>Y</td><td/><td>(14\")</td></tr></table>"
},
"TABREF2": {
"type_str": "table",
"text": "Examples of Refined Rules",
"num": null,
"html": null,
"content": "<table><tr><td>succeedable</td></tr></table>"
},
"TABREF3": {
"type_str": "table",
"text": "Ambiguity of Decomposition",
"num": null,
"html": null,
"content": "<table><tr><td>number of decompositions</td><td>number of E-bunsetsus</td></tr><tr><td>zero (not decomposable)</td><td>1</td></tr><tr><td>one</td><td>158</td></tr><tr><td>two</td><td>3</td></tr><tr><td>more than or</td><td/></tr><tr><td>equal to three</td><td>0</td></tr></table>"
}
}
}
}