| { |
| "paper_id": "Y06-1005", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T13:34:04.234578Z" |
| }, |
| "title": "English Morphological Analysis with Machine-learned Rules", |
| "authors": [ |
| { |
| "first": "Xuri", |
| "middle": [], |
| "last": "Tang", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Wuhan University of Science and Engineering", |
| "location": { |
| "addrLine": "430073\uff0cWuhan", |
| "country": "P. R. China" |
| } |
| }, |
| "email": "tangxuriyz@yahoo.com.cn" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "This paper expounds an algorithm for morphological analysis of English language. The algorithm consists of two closely related components: morphological rule learning and morphological analyzing. The morphological rules are obtained through statistical learning from wordlist, with particular morphological features of English language taken into consideration. The procedure of morphological analysis considers two types of ambiguities: intersectional ambiguity and combinatory ambiguity. The procedure also considers the order of wordform formation in the language. Experiment shows that the algorithm performs distinctively compared to other algorithms.", |
| "pdf_parse": { |
| "paper_id": "Y06-1005", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "This paper expounds an algorithm for morphological analysis of English language. The algorithm consists of two closely related components: morphological rule learning and morphological analyzing. The morphological rules are obtained through statistical learning from wordlist, with particular morphological features of English language taken into consideration. The procedure of morphological analysis considers two types of ambiguities: intersectional ambiguity and combinatory ambiguity. The procedure also considers the order of wordform formation in the language. Experiment shows that the algorithm performs distinctively compared to other algorithms.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Automatic Morphological Analysis (CMA) is still a much discussed topic in natural language processing. 1 The objective of CMA is to understand the inner mechanism of word form formation in a language. A morphological analyzer can provide valuable information for other computerbased linguistic tasks such as lemmatization, syntactic parsing, machine translation, information retrieving, text clustering and many others. Goldsmith (2001) classifies the work in automatic morphological analysis into four categories. The classification is done with an emphasis on how the morphological rules are obtained. The first category identifies morpheme boundaries on the basis of the degree of predictability of the n+1 st letter given the first n letters. The second employs n-gram grammar and high likelihood to obtain morpheme internal structure. The third category endeavors to discover rules through phonological relationships between pairs of related words. The fourth one seeks for an analysis for a language which is the most concise and consequently boils down to a set of rules for the language.", |
| "cite_spans": [ |
| { |
| "start": 103, |
| "end": 104, |
| "text": "1", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 420, |
| "end": 436, |
| "text": "Goldsmith (2001)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Two factors are essential to achieve accurate automatic morphological analysis. One factor is the construction of a set of morphological rules and the other is the morphological analysis procedure. The absence or underperformance of either of them impairs the overall ability of the morphological analyzer. Thus in constructing an algorithm for the task, both factors should be addressed.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Machine learning is a promising alternative to obtain morphological rules. This method can avoid problems such as costly human labor, rule inconsistency and can provide additional statistical information which can be used in morphological analysis procedure. Based on information type employed in the machine learning task, we can usefully obtain two classes: supervised learning and unsupervised learning. The class of supervised learning (Bosch, 1999; Wicentowski, 2004 ) makes use of lexical database with morphological information. A good example of such lexical database is CELEX 2 . The class of unsupervised learning (Goldsmith, 2001; Kurino et al, 2004; Creutz, 2005) uses only a wordlist, with or without information of frequency along the way.", |
| "cite_spans": [ |
| { |
| "start": 440, |
| "end": 453, |
| "text": "(Bosch, 1999;", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 454, |
| "end": 471, |
| "text": "Wicentowski, 2004", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 585, |
| "end": 586, |
| "text": "2", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 624, |
| "end": 641, |
| "text": "(Goldsmith, 2001;", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 642, |
| "end": 661, |
| "text": "Kurino et al, 2004;", |
| "ref_id": null |
| }, |
| { |
| "start": 662, |
| "end": 675, |
| "text": "Creutz, 2005)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "In regard of morphological analysis procedure, there are two popular techniques. One technique is stemming, represented by Porter (1980) 3 . The algorithm given in Porter (1980) consists of two stages: (1) the de-suffixing step which subtracts predefined endings from words, and the recoding step which adds possible ending part to the string obtained in the previous stage. These two stages can be done in sequence or simultaneously. One distinct feature of the algorithm is that it doesn't use a dictionary, which makes it very sufficient in analysis. The other technique is morphological parsing, represented by Model of Two-level Morphology proposed in Koskenniemi (1983) . This model considers morphological analysis and morphological transformation in different phonological situations and encodes the correspondence between surface form and lexical form with finite-state transducer. For example:", |
| "cite_spans": [ |
| { |
| "start": 123, |
| "end": 136, |
| "text": "Porter (1980)", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 137, |
| "end": 138, |
| "text": "3", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 164, |
| "end": 177, |
| "text": "Porter (1980)", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 657, |
| "end": 675, |
| "text": "Koskenniemi (1983)", |
| "ref_id": "BIBREF8" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Lexical", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The first morphological analysis system that adopts this model is KIMMO (Karttunen, 1983) . The system has two parts: rules and lexical information such as morpheme structure and morphosyntactic constraint.", |
| "cite_spans": [ |
| { |
| "start": 72, |
| "end": 89, |
| "text": "(Karttunen, 1983)", |
| "ref_id": "BIBREF6" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "form: s p e c i f y + s Surface form: s p e c i f i e s", |
| "sec_num": null |
| }, |
| { |
| "text": "The morphological analyzer illustrated in this paper falls into the first class of Gold(2001) classification. The system aims at high accuracy of morphological analysis of English language with morphological rules obtained through unsupervised machine learning. The analyzer applies letter transitional probability proposed in Keshava&Pilter(2005) in morphological rule learning and in disambiguation of morphological analysis as well. An initial evaluation of the analyzer shows a promising result with an 88.42% precision, 78.46 recall and 83.14% F-score, which transcends the best results of English language reported in Unsupervised Segmentation of Words into Morphemes -Challenge 2005.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "form: s p e c i f y + s Surface form: s p e c i f i e s", |
| "sec_num": null |
| }, |
| { |
| "text": "The second part of the paper explains the unsupervised machine learning of morphological rules. The third part introduces the control of morphological analysis procedure, focusing on disambiguation and rule order. The fourth part is a discussion of the result achieved by the system. The paper concluded with a discussion of future work.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "form: s p e c i f y + s Surface form: s p e c i f i e s", |
| "sec_num": null |
| }, |
| { |
| "text": "We have adopted the approach proposed by Kashava&Pilter(2005) in learning affix rules from wordlist and tested the approach using wordlist of different scales. Our experiments show that the affix rules obtained with wordlist of different scales differ over a large range. The difference of coverage and correctness of the rules obtained also result in different performance of the system. To learn the affix rules, one forward lexicographic tree and one backward lexicographic tree are built. Potential affixes are recognized through a scoring procedure. The scoring procedure consists of two steps. In the first step, a wordform \u03b1\u0410\u0412\u03b2 is considered. If the following three conditions:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Morphological rule learning", |
| "sec_num": "2" |
| }, |
| { |
| "text": "1. \u03b1\u0410 can be found in dictionary; 2.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Morphological rule learning", |
| "sec_num": "2" |
| }, |
| { |
| "text": "1 ) | ( \u2248 \u03b1 A P", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Morphological rule learning", |
| "sec_num": "2" |
| }, |
| { |
| "text": ", that is, in the forward lexicographic tree, the transitional probability from \u03b1 to A approximates 1; 3.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Morphological rule learning", |
| "sec_num": "2" |
| }, |
| { |
| "text": "| ( < A B P \u03b1", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": ")", |
| "sec_num": "1" |
| }, |
| { |
| "text": ", that is, in the forward lexicographic tree, the transitional probability from \u03b1A to B is less than 1; are satisfied, B\u03b2 is considered to be a candidate for suffix. Affix can also scored using backward lexicographic tree with symmetric conditions.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": ")", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The second step scores B\u03b2 by examines all the wordforms ending with the string. The scoring function is given below:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": ")", |
| "sec_num": "1" |
| }, |
| { |
| "text": "\u23a9 \u23a8 \u23a7 = \u2212 = + = re PenaltySco b AwardScore a B score ) ( ) ( ) ( \u03b2", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": ")", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Opton (a) indicates that if the string ending with B\u03b2 meets all the conditions mentioned in the first step, the score of B\u03b2 as suffix grows by AwardScore. Option (b) indicates that if the string ending with B\u03b2 fails to meet all the conditions, the score of B\u03b2 as suffix diminishes by PenaltyScore. After all the strings ending with B\u03b2 are examined, a gold standard is applied. If the socre(B\u03b2) is larger than 0, the string B\u03b2 is considered as a suffix. Otherwise, it is abandoned. Prefixes are handled in a similar way with backward tree. Table 1 lists out the experiment results obtained with different dictionary scales. For the forward and backward lexicographic trees we use a corpus of 24,447,034 tokens. As is shown in the list, the dictionary scale used in checking condition a in the first step is a major factor effecting the number of prefix rules and suffix rules and the performance as well. The reason that can account for this difference is not difficult to find. In English language, not all the wordforms can be used as a stem from which derivational words can be formed. For example, the proper name word class\uff0cwhich contains proper names such as \"Ann\", \"Al\"\uff0cleads to misjudgment of the algorithm. ", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 539, |
| "end": 546, |
| "text": "Table 1", |
| "ref_id": "TABREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": ")", |
| "sec_num": "1" |
| }, |
| { |
| "text": "A wide-covering and correct set of affix rules is prerequisite for accurate morphological analysis. But it alone does not guarantee a successful analysis. The procedure in which the analysis is done is also crucial. In this paper, two important aspects are dealt with in terms of analysis procedure control. One is disambiguation. The other is affix rule order.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "3\uff0eAnalysis Procedure Control", |
| "sec_num": null |
| }, |
| { |
| "text": "Like word segmentation in Chinese, there are ambiguities in morphological analysis. A good understanding of the types of ambiguities certainly helps to solve the ambiguities. In nature, the morphological analysis is analogous to Chinese word segmentation. The categorization of ambiguity in Chinese segmentation may also apply here. Thus we have two types of ambiguity in morphological analysis: intersectional ambiguity and intersectional ambiguity.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Disambiguation", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "Intersectional ambiguity stands for the type of strings which have more than one possible intersectional analysis. For example, given a string ABCD, B, CD, C, and D are all potential affixes. 4 Thus the key of intersectional ambiguity is to decide where the morphological boundary is. Look at the following example:", |
| "cite_spans": [ |
| { |
| "start": 192, |
| "end": 193, |
| "text": "4", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Intersectional Ambiguity", |
| "sec_num": "3.1.1" |
| }, |
| { |
| "text": "Exp. 1:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Intersectional Ambiguity", |
| "sec_num": "3.1.1" |
| }, |
| { |
| "text": "(a) *anthropophagous 5 anthropophagous s anthropophagous anthropophag ous (b) *beneficence beneficen ce beneficence benefi cence (c) *fieldmice fieldmi ce fieldmice field mice Intersectional ambiguity is a frequently encountered phenomenon in morphological analysis and is an important factor that causes underperformance of a analyzer.", |
| "cite_spans": [ |
| { |
| "start": 21, |
| "end": 22, |
| "text": "5", |
| "ref_id": "BIBREF4" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Intersectional Ambiguity", |
| "sec_num": "3.1.1" |
| }, |
| { |
| "text": "Keshava&Pilter (2005) proposes to solve the intersectional ambiguity using transitional probabilities between letters. Look at the following examples: aeroplaces aeroplan es TransProb(n,e)=0.996983 The real morphological boundaries in Exp 2 generally have a lower transitional probability and are thus correctly identified. In our experiment the filter is set to be 0.40 and wordform with transitional probability less than 0.40 are divided.", |
| "cite_spans": [ |
| { |
| "start": 15, |
| "end": 21, |
| "text": "(2005)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Intersectional Ambiguity", |
| "sec_num": "3.1.1" |
| }, |
| { |
| "text": "But this method doesn't work for words that are not seen in the corpus trained for letter transitional probability. In our experiment, although the corpus is large, there are still some words unencountered:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Intersectional Ambiguity", |
| "sec_num": "3.1.1" |
| }, |
| { |
| "text": "Exp 3: (a) *pilation pilati on TransProb(i,o)=0 pilation pilat ion TransProb(t,i)=0 Transitional Probability can not help in disambiguation in such cases. In our system, we have resorted to an approximation which takes the most frequently used affix as analysis result. Thus, in example 3, the result is \"ion\"which happens to be right. We imagine that a human speaker, when faced with similar situation, would take the same action.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Intersectional Ambiguity", |
| "sec_num": "3.1.1" |
| }, |
| { |
| "text": "Combinatory ambiguity in morphological analysis refers to the fact that the analyzer can not decide whether a wordform should have an affix or not. That is, given a wordform AB in which B is a potential suffix, we have to decide whether AB is a word form alone and B is not an affix, or B is a real affix and A is the stem. Thus the key to combinatory ambiguity is to decide whether there is a morphological boundary inside the wordform. Here are some examples:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Combinatory Ambiguity", |
| "sec_num": "3.1.2" |
| }, |
| { |
| "text": "Exp. 4: (a)*analects analect s analects analects (b)*potion pot ion potion potion (c)*thrive thr ive thrive thrive Combinatory ambiguity is more difficult to solve than intersectional ambiguity. A simple finite automaton surely can not solve the problem, as every rule may have an exception.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Combinatory Ambiguity", |
| "sec_num": "3.1.2" |
| }, |
| { |
| "text": "To solve combinatory ambiguity, we have also chosen to rely on letter transitional probability. The solution can be explained by observing the following: en code TransProb(c,n) = 0 The morphological boundary generally has a much lower transitional probability. We have also set the filter to be 0.4 and divide those that have transitional probabilities less than the filter. As for example 5d, where the letter transitional probability is 0 and thus lower than the filter, we also consider it a real affix if the string left after subtraction is a word in dictionary. In such cases, a transitional probability of 0 indicates that, though the word is not seen in corpus, it certainly contains a morpheme and a wordform and thus probably a new word.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Combinatory Ambiguity", |
| "sec_num": "3.1.2" |
| }, |
| { |
| "text": "Experiment shows that the method mentioned above improves the performance to a large extent. However, it can not solve all combinatory ambiguities in analysis. Just like combinatory ambiguity in Chinese segmentation, simple transitional probability can not solve such specific problems. Richer contextual information such as grammatical category and lexical meaning are needed for disambiguation of this type..", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Combinatory Ambiguity", |
| "sec_num": "3.1.2" |
| }, |
| { |
| "text": "Beard(1995) classifies morphemes into Inflectional Morphemes and Derivational Morphemes and maintains that these two types of morphemes behave differently in word formation. Inflectional morphemes form a closed class instead of an open one; it allows zero forms 7 ; it generally does not allow further wordform transformation; and finally, it can't be clustered paradigmatically. Derivational morphemes, however, do not have these features.", |
| "cite_spans": [ |
| { |
| "start": 262, |
| "end": 263, |
| "text": "7", |
| "ref_id": "BIBREF6" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Type and Order", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "The hypothesis mentioned above strongly suggests that a morphological analyzer should treat different morphemes in different ways. At least, the application order of these morphemes should be considered. Different morphemes participate in the formation of a wordform at different times. The sequence in general can be captures by the order given below:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Type and Order", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Lexlical Morpheme Derivational Morpheme Inflectional Morpheme In English, the same order applies. Inflectional affixes exist either in zero form, or at the end of a wordform. However, there are three exceptions for the rule. These exceptions are exemplified below:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Type and Order", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Exp 6: (a) edly\uff1aabstractedly, admittedly, affectedly (b) ingly: agonizingly, amusingly, lingeringly, movingly (c) edness: bullheadedness When doing the analysis, which is the opposite of worform formation, we use the reversed sequence:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Type and Order", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Inflectional Morphemes Derivational Morphemes Lexical Morphemes And the exact procedure taken in this system is illustrated in figure 1. Fig. 1 . Flow Chart for morphological analysis, which is the opposite of wordform formation 7 For example, an English verb \"do\" may also stand for plural form of the verb. ", |
| "cite_spans": [ |
| { |
| "start": 229, |
| "end": 230, |
| "text": "7", |
| "ref_id": "BIBREF6" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 137, |
| "end": 143, |
| "text": "Fig. 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Type and Order", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Experiment has been conducted to evaluate the performance of the analyzer illustrated above. The result of the experiment is compared to the results in Unsupervised Segmentation of Words into Morphemes -Challenge 2005 ( Table 2 8 ). As is shown in the table, our analyzer has scored a fairly better result than the other algorithms. Noticeably, our algorithm has outperformed the algorithm proposed in Pilter&Keshava(2005) on which the present analyzer is based. Two reasons can be found to account for such an improvement in performance. The first one is the handling of ambiguity in morphological analysis. We hold that the learning of affix rules and the analysis procedure are both important in the overall performance of a morphological analysis. This belief has led to a careful consideration of ambiguity in morphological analysis and a systematic examination of the phenomenon. The classification of ambiguity into intersectional ambiguity and combinatory ambiguity, attributing to the classification in Chinese segmentation, enables us to treat the ambiguities differently. This is crucial in improving the overall performance of the analyzer. The result obtained in the experiment also proves that our belief is right and both phrases need to be handled with equal effort.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 220, |
| "end": 229, |
| "text": "Table 2 8", |
| "ref_id": "TABREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Experiment Analysis", |
| "sec_num": "4." |
| }, |
| { |
| "text": "The second reason is the language-specific concern we take when building the analyzer. Because we have aimed to build a morphological analyzer specifically tailored for English, language-specific concern automatically becomes our chosen strategy. Thus many language specific morphological features, such as morpheme application order, rule exceptions and others, are considered. Another manifestation of language specific concern is parameter setting and dictionary scale. As is discussed in statistical language analysis, the performance of a system based on statistical learning relies heavily on training data. We have thus experimented with different parameter settings so as to achieve a better analyzer.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiment Analysis", |
| "sec_num": "4." |
| }, |
| { |
| "text": "On the surface, morphological analysis in Indo-European languages does not seem to be as important as word segmentation in Chinese. But a close look at these languages gives just the opposite answer. The identification of internal structure of wordforms provides very useful information for other language analysis tasks. Such belief has been our motivation for building the analyzer for English.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "5." |
| }, |
| { |
| "text": "In building our analyzer, we have considered both the rule-building phrase and the analysis phrase. Unsupervised learning has been employed to obtain a set of affix transformational rules. Disambiguation measures have been taken to help to make the correct analysis decision. Languagespecific concern has also been given priority in the construction of the analyzer. The experiment shows that the analyzer has a satisfactory performance, and the result is fairly higher than many other algorithms.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "5." |
| }, |
| { |
| "text": "However, problems remain. The most difficult is combinatory ambiguity. Some wordforms, such as \"as\", \"this\", can not be correctly analyzed through setting a transitional probability filter. And we doubt that such combinatory ambiguity can be analyzed through letter transitional probabilities. A larger context, such as part of speech, or context between words, is needed for a correct analysis of these words. This can be a research topic our future studies.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "5." |
| }, |
| { |
| "text": "For example, in 2005, a challenge named Unsupervised Segmentation of Words into Morphemes -Challenge 2005 was held in Helsinki University of Technology, Finland. 2 CELEX is a lexical information database, developed by Burnage et al. The database contains information about lemma, wordform, abbreviation, corpus tagging etc.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "Porter developed a new algorithm for morphological analysis and named it Porter2.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "Please refer toHuang(2002) and Chen(2000) for further explanation about intersectional and combinatory ambiguity in Chinese segmentation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "Wrong analysis is marked with an asterisked (*) and a correct analysis is not marked.6 TransProb(l 1 ,l 2 ) is the transitional probability between letter l 1 and letter l 2 .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "The same Gold Standard is used for analysis evaluation.Keshava&Pilter(2005) gives a different data from what is given here. The precision, recall and F-score are 82.84%\uff0c79.10% and 80.92% respectively. In the table, the first three rows are the top three given in Cruetz(2005).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Lexeme-Morpheme Base Morphology, a General Theory of Inflection and Word Formation", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [], |
| "last": "Beard\uff0crobert", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "SUNY Linguistic Series", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Beard\uff0cRobert: Lexeme-Morpheme Base Morphology, a General Theory of Inflection and Word Formation. SUNY Linguistic Series, Albany SUNY Press (1995)", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Memory-based Morphological Analysis", |
| "authors": [ |
| { |
| "first": "Antal", |
| "middle": [], |
| "last": "Bosch", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Van Den", |
| "suffix": "" |
| }, |
| { |
| "first": "Walter", |
| "middle": [], |
| "last": "Daelemans", |
| "suffix": "" |
| } |
| ], |
| "year": 1999, |
| "venue": "Proceedings of the 37th Annual Meeting of the Association for Computational Linguistics, ACL'99", |
| "volume": "", |
| "issue": "", |
| "pages": "285--292", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Bosch, Antal van den and Daelemans, Walter: Memory-based Morphological Analysis. In: Proceedings of the 37th Annual Meeting of the Association for Computational Linguistics, ACL'99, University of Maryland, USA, June 20-26, (1999) 285-292.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Unsupervised Morpheme Segmentation and Morphology Induction from Text Corpora Using Morfessor 1.0", |
| "authors": [ |
| { |
| "first": "Mathias", |
| "middle": [], |
| "last": "Creutz", |
| "suffix": "" |
| }, |
| { |
| "first": "Krista", |
| "middle": [], |
| "last": "Lagus", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Publications in Computer and Information Science", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Creutz, Mathias and Lagus, Krista: Unsupervised Morpheme Segmentation and Morphology Induction from Text Corpora Using Morfessor 1.0. In: Publications in Computer and Information Science, Report A81, Helsinki University of Technology, (2005)", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Applications of Computational Morphology", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [], |
| "last": "Daille", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "B\u00e9atrice", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Fabre", |
| "suffix": "" |
| }, |
| { |
| "first": "&", |
| "middle": [], |
| "last": "C\u00e9cile", |
| "suffix": "" |
| }, |
| { |
| "first": "Pascale", |
| "middle": [], |
| "last": "S\u00e9billot", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Many Morphologies", |
| "volume": "", |
| "issue": "", |
| "pages": "210--234", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Daille, B\u00e9atrice, Fabre, C\u00e9cile & S\u00e9billot, Pascale: Applications of Computational Morphology. In: Boucher, Paul, Pl\u00e9nat, Marc (eds.) Many Morphologies. Somerville, MA, Cascadilla Press (2002) 210-234", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "The Proceedings from Main Session of the Chicago Linguistic Society's Thirty-sixth Meeing", |
| "authors": [ |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Goldsmith", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Goldsmith, John: Linguistica: An Automatic Morphological Analyzer. In: Okrent, Arika and Boyle, John (eds.) The Proceedings from Main Session of the Chicago Linguistic Society's Thirty-sixth Meeing. (2000)", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Unsupervised Learning of the Morphology of a Natural Language", |
| "authors": [ |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Goldsmith", |
| "suffix": "" |
| } |
| ], |
| "year": 2001, |
| "venue": "Computational Linguistics", |
| "volume": "27", |
| "issue": "", |
| "pages": "153--189", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Goldsmith, John: Unsupervised Learning of the Morphology of a Natural Language. In: Computational Linguistics, Vol 27, number 2, (2001) 153-189", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "KIMMO: A general morphological processor", |
| "authors": [ |
| { |
| "first": "Lauri", |
| "middle": [], |
| "last": "Karttunen", |
| "suffix": "" |
| } |
| ], |
| "year": 1983, |
| "venue": "Linguistic Forum", |
| "volume": "22", |
| "issue": "", |
| "pages": "163--186", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Karttunen, Lauri: KIMMO: A general morphological processor. In: Linguistic Forum 22, (1983) 163-186", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Intuitive Approach to Morpheme Induction", |
| "authors": [ |
| { |
| "first": "&", |
| "middle": [], |
| "last": "Keshava\uff0csamarth", |
| "suffix": "" |
| }, |
| { |
| "first": "Emily", |
| "middle": [ |
| ":" |
| ], |
| "last": "Pitler", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Simpler", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proceedings of Unsupervised segmentation of words into morphemes", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Keshava\uff0cSamarth & Pitler, Emily: A Simpler, Intuitive Approach to Morpheme Induction. In: Proceedings of Unsupervised segmentation of words into morphemes --Challenge 2005, Helsinki University of Technology, Helsinki, Finland (2005)", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Two-level morphology: A general computational model for word-form recognition and production", |
| "authors": [ |
| { |
| "first": "Kimmo", |
| "middle": [], |
| "last": "Koskenniemi", |
| "suffix": "" |
| } |
| ], |
| "year": 1983, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Koskenniemi, Kimmo: Two-level morphology: A general computational model for word-form recognition and production. Ph.D. dissertation, University of Helsinki, (1983)", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Unsupervised segmentation of words into morphemes -Challenge 2005 --An Introduction and Evaluation Report", |
| "authors": [ |
| { |
| "first": "Mikko", |
| "middle": [], |
| "last": "Kurimo", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proceedings of Unsupervised segmentation of words into morphemes --Challenge", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kurimo, Mikko et al: Unsupervised segmentation of words into morphemes -Challenge 2005 --An Introduction and Evaluation Report. In: Proceedings of Unsupervised segmentation of words into morphemes -- Challenge 2005. Helsinki University of Technology, Helsinki, Finland, (2005)", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "An algorithm for suffix stripping", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [ |
| "F" |
| ], |
| "last": "Porter", |
| "suffix": "" |
| } |
| ], |
| "year": 1980, |
| "venue": "", |
| "volume": "14", |
| "issue": "", |
| "pages": "130--137", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Porter, M.F.: An algorithm for suffix stripping. In: Program 14, (1980) 130-137.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "R: Multilingual Noise-Robust Supervised Morphological Analysis using the WordFrame Model", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [], |
| "last": "Wicentowski", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Proceedings of Seventh Meeting of the ACL Special Interest Group on Computational Phonology (SIGPHON)", |
| "volume": "", |
| "issue": "", |
| "pages": "70--77", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Wicentowski, R: Multilingual Noise-Robust Supervised Morphological Analysis using the WordFrame Model. In: Proceedings of Seventh Meeting of the ACL Special Interest Group on Computational Phonology (SIGPHON) , (2004) 70-77.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "type_str": "figure", |
| "uris": null, |
| "num": null, |
| "text": "(a)*action acti on TransProb(i,o) 6 = 0.583511 action act ion TransProb(t,i) = 0.500998 (b) *aeroplaces aeroplane s TransProb(e,s) =0.295008" |
| }, |
| "TABREF0": { |
| "html": null, |
| "type_str": "table", |
| "text": "Performance Comaprison with Different Dictionary Scales", |
| "content": "<table><tr><td>index</td><td>Dic. Wordform</td><td>Prefix</td><td>Suffix</td><td>Precision</td><td>Recall</td><td>F-score</td></tr><tr><td/><td>number</td><td>number</td><td>number</td><td>(%)</td><td>(%)</td><td>(%)</td></tr><tr><td>1</td><td>167377</td><td>683</td><td>1584</td><td>87.52</td><td>77.14</td><td>82.00</td></tr><tr><td>2</td><td>57046</td><td>694</td><td>1322</td><td>88.42</td><td>78.46</td><td>83.14</td></tr><tr><td>3</td><td>14760</td><td>373</td><td>989</td><td>90.57</td><td>72.43</td><td>80.49</td></tr></table>", |
| "num": null |
| }, |
| "TABREF1": { |
| "html": null, |
| "type_str": "table", |
| "text": "Performance Comarison of Different Morphological Systems", |
| "content": "<table><tr><td/><td colspan=\"2\">Input wordform</td><td/></tr><tr><td>Possessive</td><td>Pre-inflectional</td><td>Inflectional</td><td>Derivational</td></tr><tr><td>Case</td><td>Analysis</td><td>Analysis</td><td>Analysis</td></tr><tr><td>Analysis</td><td/><td/><td/></tr><tr><td/><td>Analysis Result</td><td/><td>End</td></tr></table>", |
| "num": null |
| } |
| } |
| } |
| } |