| { |
| "paper_id": "P03-1036", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T09:13:47.171798Z" |
| }, |
| "title": "Unsupervised Segmentation of Words Using Prior Distributions of Morph Length and Frequency", |
| "authors": [ |
| { |
| "first": "Mathias", |
| "middle": [], |
| "last": "Creutz", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Helsinki University of Technology", |
| "location": { |
| "postBox": "P.O.Box 9800", |
| "postCode": "FIN-02015", |
| "settlement": "HUT", |
| "country": "Finland" |
| } |
| }, |
| "email": "mathias.creutz@hut.fi" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "We present a language-independent and unsupervised algorithm for the segmentation of words into morphs. The algorithm is based on a new generative probabilistic model, which makes use of relevant prior information on the length and frequency distributions of morphs in a language. Our algorithm is shown to outperform two competing algorithms, when evaluated on data from a language with agglutinative morphology (Finnish), and to perform well also on English data.", |
| "pdf_parse": { |
| "paper_id": "P03-1036", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "We present a language-independent and unsupervised algorithm for the segmentation of words into morphs. The algorithm is based on a new generative probabilistic model, which makes use of relevant prior information on the length and frequency distributions of morphs in a language. Our algorithm is shown to outperform two competing algorithms, when evaluated on data from a language with agglutinative morphology (Finnish), and to perform well also on English data.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "In order to artificially \"understand\" or produce natural language, a system presumably has to know the elementary building blocks, i.e., the lexicon, of the language. Additionally, the system needs to model the relations between these lexical units. Many existing NLP (natural language processing) applications make use of words as such units. For instance, in statistical language modelling, probabilities of word sequences are typically estimated, and bag-of-word models are common in information retrieval.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "However, for some languages it is infeasible to construct lexicons for NLP applications, if the lexicons contain entire words. In especially agglutinative languages, 1 such as Finnish and Turkish, the number of possible different word forms is simply too high. For example, in Finnish, a single verb may appear in thousands of different forms (Karlsson, 1987) .", |
| "cite_spans": [ |
| { |
| "start": 343, |
| "end": 359, |
| "text": "(Karlsson, 1987)", |
| "ref_id": "BIBREF8" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "According to linguistic theory, words are built from smaller units, morphemes. Morphemes are the smallest meaning-bearing elements of language and could be used as lexical units instead of entire words. However, the construction of a comprehensive morphological lexicon or analyzer based on linguistic theory requires a considerable amount of work by experts. This is both time-consuming and expensive and hardly applicable to all languages. Furthermore, as language evolves the lexicon must be updated continuously in order to remain up-to-date.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Alternatively, an interesting field of research lies open: Minimally supervised algorithms can be designed that automatically discover morphemes or morpheme-like units from data. There exist a number of such algorithms, some of which are entirely unsupervised and others that use some knowledge of the language. In the following, we discuss recent unsupervised algorithms and refer the reader to (Goldsmith, 2001 ) for a comprehensive survey of previous research in the whole field.", |
| "cite_spans": [ |
| { |
| "start": 396, |
| "end": 412, |
| "text": "(Goldsmith, 2001", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Many algorithms proceed by segmenting (i.e., splitting) words into smaller components. Often the limiting assumption is made that words consist of only one stem followed by one (possibly empty) suffix (D\u00e9jean, 1998; Snover and Brent, 2001; Snover et al., 2002) . This limitation is reduced in (Goldsmith, 2001) by allowing a recursive structure, where stems can have inner structure, so that they in turn consist of a substem and a suffix. Also prefixes are possible. However, for languages with agglutinative morphology this may not be enough. In Finnish, a word can consist of lengthy sequences of alternating stems and affixes.", |
| "cite_spans": [ |
| { |
| "start": 201, |
| "end": 215, |
| "text": "(D\u00e9jean, 1998;", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 216, |
| "end": 239, |
| "text": "Snover and Brent, 2001;", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 240, |
| "end": 260, |
| "text": "Snover et al., 2002)", |
| "ref_id": "BIBREF16" |
| }, |
| { |
| "start": 293, |
| "end": 310, |
| "text": "(Goldsmith, 2001)", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Some morphology discovery algorithms learn relationships between words by comparing the orthographic or semantic similarity of the words (Schone and Jurafsky, 2000; Neuvel and Fulop, 2002; Baroni et al., 2002) . Here a small number of components per word are assumed, which makes the approaches difficult to apply as such to agglutinative languages.", |
| "cite_spans": [ |
| { |
| "start": 137, |
| "end": 164, |
| "text": "(Schone and Jurafsky, 2000;", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 165, |
| "end": 188, |
| "text": "Neuvel and Fulop, 2002;", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 189, |
| "end": 209, |
| "text": "Baroni et al., 2002)", |
| "ref_id": "BIBREF1" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "We previously presented two segmentation algorithms suitable for agglutinative languages (Creutz and Lagus, 2002) . The algorithms learn a set of segments, which we call morphs, from a corpus. Stems and affixes are not distinguished as separate categories by the algorithms, and in that sense they resemble algorithms for text segmentation and word discovery, such as (Deligne and Bimbot, 1997; Brent, 1999; Kit and Wilks, 1999; Yu, 2000) . However, we observed that for the corpus size studied (100 000 words), our two algorithms were somewhat prone to excessive segmentation of words.", |
| "cite_spans": [ |
| { |
| "start": 89, |
| "end": 113, |
| "text": "(Creutz and Lagus, 2002)", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 368, |
| "end": 394, |
| "text": "(Deligne and Bimbot, 1997;", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 395, |
| "end": 407, |
| "text": "Brent, 1999;", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 408, |
| "end": 428, |
| "text": "Kit and Wilks, 1999;", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 429, |
| "end": 438, |
| "text": "Yu, 2000)", |
| "ref_id": "BIBREF17" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "In this paper, we aim at overcoming the problem of excessive segmentation, particularly when small corpora (up to 200 000 words) are used for training. We present a new segmentation algorithm, which is language independent and works in an unsupervised fashion. Since the results obtained suggest that the algorithm performs rather well, it could possibly be suitable for languages for which only small amounts of written text are available.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The model is formulated in a probabilistic Bayesian framework. It makes use of explicit prior information in the form of probability distributions for morph length and morph frequency. The model is based on the same kind of reasoning as the probabilistic model in (Brent, 1999) . While Brent's model displays a prior probability that exponentially decreases with word length (with one character as the most common length), our model uses a probability distribution that more accurately models the real length distribution. Also Brent's frequency distribution differs from ours, which we derive from Mandelbrot's correction of Zipf's law (cf. Section 2.5).", |
| "cite_spans": [ |
| { |
| "start": 264, |
| "end": 277, |
| "text": "(Brent, 1999)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Our model requires that the values of two parameters be set: (i) our prior belief of the most common morph length, and (ii) our prior belief of the pro-portion of morph types 2 that occur only once in the corpus. These morph types are called hapax legomena. While the former is a rather intuitive measure, the latter may not appear as intuitive. However, the proportion of hapax legomena may be interpreted as a measure of the richness of the text. Also note that since the most common morph length is calculated for morph types, not tokens, it is not independent of the corpus size. A larger corpus usually requires a higher average morph length, a fact that is stated for word lengths in (Baayen, 2001) .", |
| "cite_spans": [ |
| { |
| "start": 690, |
| "end": 704, |
| "text": "(Baayen, 2001)", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "As an evaluation criterion for the performance of our method and two reference methods we use a measure that reflects the ability to recognize real morphemes of the language by examining the morphs found by the algorithm.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "In this section we derive the new model. We follow a step-by-step process, during which a morph lexicon and a corpus are generated. The morphs in the lexicon are strings that emerge as a result of a stochastic process. The corpus is formed through another stochastic process that picks morphs from the lexicon and places them in a sequence. At two points of the process, prior knowledge is required in the form of two real numbers: the most common morph length and the proportion of hapax legomena morphs.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Probabilistic generative model", |
| "sec_num": "2" |
| }, |
| { |
| "text": "The model can be used for segmentation of words by requiring that the corpus created is exactly the input data. By selecting the most probable morph lexicon that can produce the input data, we obtain a segmentation of the words in the corpus, since we can rewrite every word as a sequence of morphs.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Probabilistic generative model", |
| "sec_num": "2" |
| }, |
| { |
| "text": "We start the generation process by deciding the number of morphs in the morph lexicon (type count). This number is denoted by n \u00b5 and its probability p(n \u00b5 ) follows the uniform distribution. This means that, a priori, no lexicon size is more probable than another. 3", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Size of the morph lexicon", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "For each morph in the lexicon, we independently choose its length in characters according to the gamma distribution:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Morph lengths", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "p(l \u00b5 i ) = 1 \u0393(\u03b1)\u03b2 \u03b1 l \u00b5 i \u03b1\u22121 e \u2212l\u00b5 i /\u03b2 ,", |
| "eq_num": "(1)" |
| } |
| ], |
| "section": "Morph lengths", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "where l \u00b5 i is the length in characters of the ith morph, and \u03b1 and \u03b2 are constants. \u0393(\u03b1) is the gamma function:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Morph lengths", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "\u0393(\u03b1) = \u221e 0 z \u03b1\u22121 e \u2212z dz.", |
| "eq_num": "(2)" |
| } |
| ], |
| "section": "Morph lengths", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "The maximum value of the density occurs at l \u00b5 i = (\u03b1 \u2212 1)\u03b2, which corresponds to the most common morph length in the lexicon. When \u03b2 is set to one, and \u03b1 to one plus our prior belief of the most common morph length, the pdf (probability density function) is completely defined.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Morph lengths", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "We have chosen the gamma distribution for morph lengths, because it corresponds rather well to the real length distribution observed for word types in Finnish and English corpora that we have studied. The distribution also fits the length distribution of the morpheme labels used as a reference (cf. Section 3). A Poisson distribution can be justified and has been used in order to model the length distribution of word and morph tokens [e.g., (Creutz and Lagus, 2002) ], but for morph types we have chosen the gamma distribution, which has a thicker tail.", |
| "cite_spans": [ |
| { |
| "start": 444, |
| "end": 468, |
| "text": "(Creutz and Lagus, 2002)", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Morph lengths", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "For each morph \u00b5 i , we decide the character string it consists of: We independently choose l \u00b5 i characters at random from the alphabet in use. The probability of each character c j is the maximum likelihood estimate of the occurrence of this character in the corpus:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Morph strings", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "4 p(c j ) = n c j k n c k ,", |
| "eq_num": "(3)" |
| } |
| ], |
| "section": "Morph strings", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "where n c j is the number of occurrences of the character c j in the corpus, and k n c k is the total number of characters in the corpus.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Morph strings", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "only contributes with one probability value, which will have a negligible effect on the model as a whole. (ii) A proper probability density function would presumably be very flat, which would hardly help guiding the search towards an optimal model. 4 Alternatively, the maximum likelihood estimate of the occurrence of the character in the lexicon could be used.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Morph strings", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "The lexicon consists of a set of n \u00b5 morphs and it makes no difference in which order these morphs have emerged. Regardless of their initial order, the morphs can be sorted into a uniquely defined (e.g., alphabetical) order. Since there are n \u00b5 ! ways to order n \u00b5 different elements, 5 we multiply the probability accumulated so far by n \u00b5 !:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Morph order in the lexicon", |
| "sec_num": "2.4" |
| }, |
| { |
| "text": "p(lexicon) = p(n \u00b5 ) n\u00b5 i=1 p(l \u00b5 i ) l\u00b5 i j=1 p(c j ) \u2022 n \u00b5 ! (4)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Morph order in the lexicon", |
| "sec_num": "2.4" |
| }, |
| { |
| "text": "The next step is to generate a corpus using the morph lexicon obtained in the previous steps. First, we independently choose the number of times each morph occurs in the corpus. We pursue the following line of thought:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Morph frequencies", |
| "sec_num": "2.5" |
| }, |
| { |
| "text": "Zipf has studied the relationship between the frequency of a word, f , and its rank, z. 6 He suggests that the frequency of a word is inversely proportional to its rank. Mandelbrot has refined Zipf's formula, and suggests a more general relationship [see, e.g., (Baayen, 2001 )]:", |
| "cite_spans": [ |
| { |
| "start": 262, |
| "end": 275, |
| "text": "(Baayen, 2001", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Morph frequencies", |
| "sec_num": "2.5" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "f = C(z + b) \u2212a ,", |
| "eq_num": "(5)" |
| } |
| ], |
| "section": "Morph frequencies", |
| "sec_num": "2.5" |
| }, |
| { |
| "text": "where C, a and b are parameters of a text. Let us derive a probability distribution from Mandelbrot's formula. The rank of a word as a function of its frequency can be obtained by solving for z from (5):", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Morph frequencies", |
| "sec_num": "2.5" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "z = C 1 a f \u2212 1 a \u2212 b.", |
| "eq_num": "(6)" |
| } |
| ], |
| "section": "Morph frequencies", |
| "sec_num": "2.5" |
| }, |
| { |
| "text": "Suppose that one wants to know the number of words that have a frequency close to f rather than the rank of the word with frequency f . In order to obtain this information, we choose an arbitrary interval around f : [(1/\u03b3)f . . . \u03b3f [, where \u03b3 > 1, and compute the rank at the endpoints of the interval. The difference is an estimate of the number of words that fall within the interval, i.e., have a frequency close to f :", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Morph frequencies", |
| "sec_num": "2.5" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "n f = z 1/\u03b3 \u2212 z \u03b3 = (\u03b3 1 a \u2212 \u03b3 \u2212 1 a )C 1 a f \u2212 1 a .", |
| "eq_num": "(7)" |
| } |
| ], |
| "section": "Morph frequencies", |
| "sec_num": "2.5" |
| }, |
| { |
| "text": "This can be transformed into an exponential pdf by (i) binning the frequency axis so that there are no overlapping intervals. (This means that the frequency axis is divided into non-overlapping intervals [(1/\u03b3)f . . . \u03b3f [, which is equivalent to havin\u011d f values that are powers of \u03b3 2 :f 0 = \u03b3 0 = 1,f 1 = \u03b3 2 ,f 2 = \u03b3 4 , . . . All frequencies f are rounded to the closestf .) Next (ii), we normalize the number of words with a frequency close tof with the total number of words f nf . Furthermore (iii),f is written as e logf , and (iv) C must be chosen so that the normalization coefficient equals 1/a, which yields a proper pdf that integrates to one. Note also the factor log \u03b3 2 . Likef , logf is a discrete variable. We approximate the integral of the density function around each value logf by multiplying with the difference between two successive logf values, which equals log \u03b3 2 :", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Morph frequencies", |
| "sec_num": "2.5" |
| }, |
| { |
| "text": "p(f \u2208 [(1/\u03b3)f . . . \u03b3f [) = \u03b3 1 a \u2212 \u03b3 \u2212 1 a f nf C 1 a e \u2212 1 a logf = 1 a e \u2212 1 a logf \u2022 log \u03b3 2 . (8)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Morph frequencies", |
| "sec_num": "2.5" |
| }, |
| { |
| "text": "Now, if we assume that Zipf's and Madelbrot's formulae apply to morphs as well as to words, we can use formula (8) for every morph frequency f \u00b5 i , which is the number of occurrences (or frequency) of the morph \u00b5 i in the corpus (token count). However, values for a and \u03b3 2 must be chosen. We set \u03b3 2 to 1.59, which is the lowest value for which no empty frequency bins will appear. 7 For f \u00b5 i = 1, (8) reduces to log \u03b3 2 /a. We set this value equal to our prior belief of the proportion of morph types that are to occur only once in the corpus (hapax legomena).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Morph frequencies", |
| "sec_num": "2.5" |
| }, |
| { |
| "text": "The morphs and their frequencies have been set. The order of the morphs in the corpus remains to be decided. The probability of one particular order is the inverse of the multinomial:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Corpus", |
| "sec_num": "2.6" |
| }, |
| { |
| "text": "7 Empty bins can appear for small values of f\u00b5 i due to f\u00b5 i 's being rounded to the closestf\u00b5 i , which is a power of \u03b3 2 .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Corpus", |
| "sec_num": "2.6" |
| }, |
| { |
| "text": "p(corpus) = ( n\u00b5 i=1 f \u00b5 i )! n\u00b5 i=1 f \u00b5 i ! \u22121 = N ! n\u00b5 i=1 f \u00b5 i ! \u22121 .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Corpus", |
| "sec_num": "2.6" |
| }, |
| { |
| "text": "(9) The numerator of the multinomial is the factorial of the total number of morph tokens, N , which equals the sum of frequencies of every morph type. The denominator is the product of the factorial of the frequency of each morph type.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Corpus", |
| "sec_num": "2.6" |
| }, |
| { |
| "text": "The search for the optimal model given our input data corresponds closely to the recursive segmentation algorithm presented in (Creutz and Lagus, 2002) . The search takes place in batch mode, but could as well be done incrementally. All words in the data are randomly shuffled, and for each word, every split into two parts is tested. The most probable split location (or no split) is selected and in case of a split, the two parts are recursively split in two. All words are iteratively reprocessed until the probability of the model converges.", |
| "cite_spans": [ |
| { |
| "start": 127, |
| "end": 151, |
| "text": "(Creutz and Lagus, 2002)", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Search for the optimal model", |
| "sec_num": "2.7" |
| }, |
| { |
| "text": "From the point of view of linguistic theory, it is possible to come up with different plausible suggestions for the correct location of morpheme boundaries. Some of the solutions may be more elegant than others, 8 but it is difficult to say if the most elegant scheme will work best in practice, when real NLP applications are concerned.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "We utilize an evaluation method for segmentation of words presented in (Creutz and Lagus, 2002) . In this method, segments are not compared to one single \"correct\" segmentation. The evaluation criterion can rather be interpreted from the point of view of language \"understanding\". A morph discovered by the segmentation algorithm is considered to be \"understood\", if there is a low-ambiguity mapping from the morph to a corresponding morpheme. Alternatively, a morph may correspond to a sequence of morphemes, if these morphemes are very likely to occur together. The idea is that if an entirely new word form is encountered, the system will \"understand\" it by decomposing it into morphs that it \"understands\". A segmentation algorithm that segments words into too small parts will perform poorly due to high ambiguity. At the other extreme, an algorithm that is reluctant at splitting words will have bad generalization ability to new word forms.", |
| "cite_spans": [ |
| { |
| "start": 71, |
| "end": 95, |
| "text": "(Creutz and Lagus, 2002)", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Reference morpheme sequences for the words are obtained using existing software for automatic morphological analysis based on the two-level morphology of Koskenniemi (1983) . For each word form, the analyzer outputs the base form of the word together with grammatical tags. By filtering the output, we get a sequence of morpheme labels that appear in the correct order and represent correct morphemes rather closely. Note, however, that the morpheme labels are not necessarily orthographically similar to the morphemes they represent.", |
| "cite_spans": [ |
| { |
| "start": 154, |
| "end": 172, |
| "text": "Koskenniemi (1983)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "The exact procedure for evaluating the segmentation of a set of words consists of the following steps:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "(1) Segment the words in the corpus using the automatic segmentation algorithm.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "(2) Divide the segmented data into two parts of equal size. Collect all segmented word forms from the first part into a training vocabulary and collect all segmented word forms from the second part into a test vocabulary.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "(3) Align the segmentation of the words in the training vocabulary with the corresponding reference morpheme label sequences. Each morph must be aligned with one or more consecutive morpheme labels and each morpheme label must be aligned with at least one morph; e.g., for a hypothetical segmentation of the English word winners':", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Morpheme labels win -ER PL GEN Morph sequence w inn er s'", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "(4) Estimate conditional probabilities for the morph/morpheme mappings computed over the whole training vocabulary: p(morpheme | morph). Re-align using the Viterbi algorithm and employ the Expectation-Maximization algorithm iteratively until convergence of the probabilities.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "(5) The quality of the segmentation is evaluated on the test vocabulary. The segmented words in the test vocabulary are aligned against their reference morpheme label sequences according to the conditional probabilities learned from the training vocabulary. To measure the quality of the segmentation we compute the expectation of the proportion of correct mappings from morphs to morpheme labels, E{p(morpheme | morph)}:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "1 N N i=1 p i (morpheme | morph),", |
| "eq_num": "(10)" |
| } |
| ], |
| "section": "Evaluation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "where N is the number of morph/morpheme mappings, and p i (\u2022) is the probability associated with the ith mapping. Thus, we measure the proportion of morphemes in the test vocabulary that we can expect to recognize correctly by examining the morph segments. 9", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation", |
| "sec_num": "3" |
| }, |
| { |
| "text": "We have conducted experiments involving (i) three different segmentation algorithms, (ii) two corpora in different languages (Finnish and English), and (iii) data sizes ranging from 2000 words to 200 000 words.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "4" |
| }, |
| { |
| "text": "The new probabilistic method is compared to two existing segmentation methods: the Recursive MDL method presented in (Creutz and Lagus, 2002) 10 and John Goldsmith's algorithm called Linguistica (Goldsmith, 2001 ). 11 Both methods use MDL (Minimum Description Length) (Rissanen, 1989) as a criterion for model optimization.", |
| "cite_spans": [ |
| { |
| "start": 117, |
| "end": 141, |
| "text": "(Creutz and Lagus, 2002)", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 195, |
| "end": 211, |
| "text": "(Goldsmith, 2001", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 268, |
| "end": 284, |
| "text": "(Rissanen, 1989)", |
| "ref_id": "BIBREF13" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Segmentation algorithms", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "The effect of using prior information on the distribution of morph length and frequency can be assessed by comparing the probabilistic method to Recursive MDL, since both methods utilize the same search algorithm, but Recursive MDL does not make use of explicit prior information.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Segmentation algorithms", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "Furthermore, the possible benefit of using the two sources of prior information can be compared against the possible benefit of grouping stems and suffixes into signatures. The latter technique is employed by Linguistica.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Segmentation algorithms", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "The Finnish data consists of subsets of a newspaper text corpus from CSC, 12 from which nonwords (numbers and punctuation marks) have been removed. The reference morpheme labels have been filtered out from a morphosyntactic analysis of the text produced by the Connexor FDG parser. 13 The English corpus consists of mainly newspaper text (with non-words removed) from the Brown corpus. 14 A morphological analysis of the words has been performed using the Lingsoft ENGTWOL analyzer. 15 For both languages data sizes of 2000, 5000, 10 000, 50 000, 100 000, and 200 000 have been used. A notable difference between the morphological structure of the languages lies in the fact that whereas there are about 17 000 English word types in the largest data set, the corresponding number of Finnish word types is 58 000.", |
| "cite_spans": [ |
| { |
| "start": 282, |
| "end": 284, |
| "text": "13", |
| "ref_id": null |
| }, |
| { |
| "start": 483, |
| "end": 485, |
| "text": "15", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Data", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "In order to select good prior values for the probabilistic method, we have used separate development test sets that are independent of the final data sets. Morph length and morph frequency distributions have been computed for the reference morpheme representations of the development test sets. The prior values for most common morph length and proportion of hapax legomena have been adjusted in order to produce distributions that fit the reference as well as possible.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Parameters", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "We thus assume that we can make a good guess of the final morph length and frequency distributions. Note, however, that our reference is an approximation of a morpheme representation. As the segmentation algorithms produce morphs, not morphemes, we can expect to obtain a larger number of morphs due to allomorphy. Note also that we do not optimize for segmentation performance on the development test set; we only choose the best fit for the morph length and frequency distributions.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Parameters", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "As for the two other segmentation algorithms, Recursive MDL has no parameters to adjust. In Linguistica we have used Method A Suffixes + Find prefixes from stems with other parameters left at their default values. We are unaware whether another configuration could be more advantageous for Linguistica.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Parameters", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "13 http://www.connexor.fi/ 14 The Brown corpus is available at the Linguistic Data Consortium at http://www.ldc.upenn.edu/.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Parameters", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "15 http://www.lingsoft.fi/ ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Parameters", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "The expected proportion of morphemes recognized by the three segmentation methods are plotted in Figures 1 and 2 for different sizes of the Finnish and English corpora. The search algorithm used in the probabilistic method and Recursive MDL involve randomness and therefore every value shown for these two methods is the average obtained over ten runs with different random seeds. However, the fluctuations due to random behaviour are very small and paired t-tests show significant differences at the significance level of 0.01 for all pair-wise comparisons of the methods at all corpus sizes.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 97, |
| "end": 112, |
| "text": "Figures 1 and 2", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "For Finnish, all methods show a curve that mainly increases as a function of the corpus size. The probabilistic method is the best with morpheme recognition percentages between 23.5% and 44.2%. Linguistica performs worst with percentages between 16.5% and 29.1%. None of the methods are close to ideal performance, which, however, is lower than 100%. This is due to the fact that the test vocabulary contains a number of morphemes that are not present in the training vocabulary, and thus are impossible to recognize. The proportion of unrecognizable morphemes is highest for the smallest corpus size (32.5%) and decreases to 8.8% for the largest corpus size.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "The evaluation measure used unfortunately scores a baseline of no segmentation fairly high. The nosegmentation baseline corresponds to a system that recognizes the training vocabulary fully, but has no ability to generalize to any other word form.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "The results for English are different. Linguistica is the best method for corpus sizes below 50 000 words, but its performance degrades from the maximum of 39.6% at 10 000 words to 29.8% for the largest data set. The probabilistic method is constantly better than Recursive MDL and both methods outperform Linguistica beyond 50 000 words. The recognition percentages of the probabilistic method vary between 28.2% and 43.6%. However, for corpus sizes above 10 000 words none of the three methods outperform the no-segmentation baseline.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "Overall, the results for English are closer to ideal performance than was the case for Finnish. This is partly due to the fact that the proportion of unseen morphemes that are impossible to recognize is higher for English (44.5% at 2000 words, 19.0% at 200 000 words).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "As far as the time consumption of the algorithms is concerned, the largest Finnish corpus took 20 minutes to process for the probabilistic method and Recursive MDL, and 40 minutes for Linguistica. The largest English corpus was processed in less than three minutes by all the algorithms. The tests were run on a 900 MHz AMD Duron processor with 256 MB RAM.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "For small data sizes, Recursive MDL has a tendency to split words into too small segments, whereas Linguistica is much more reluctant at splitting words, due to its use of signatures. The extent to which the probabilistic method splits words lies somewhere in between the two other methods.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Our evaluation measure favours low ambiguity as long as the ability to generalize to new word forms does not suffer. This works against all segmentation methods for English at larger data sizes. The English language has rather simple morphology, which means that the number of different possible word forms is limited. The larger the training vocabulary, the broader coverage of the test vocabulary, and therefore the no-segmentation approach works surprisingly well. Segmentation always increases ambiguity, which especially Linguistica suffers from as it discovers more and more signatures and short suffixes as the amount of data increases. For instance, a final 's' stripped off its stem can be either a noun or a verb ending, and a final 'e' is very ambiguous, as it belongs to orthography rather than morphology and does not correspond to any morpheme.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Finnish morphology is more complex and there are endless possibilities to construct new word forms. As can be seen from Figure 1 , the probabilistic method and Recursive MDL perform better than the no-segmentation baseline for all data sizes.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 120, |
| "end": 128, |
| "text": "Figure 1", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "5" |
| }, |
| { |
| "text": "The segmentations could be evaluated using other measures, but for language modelling purposes, we believe that the evaluation measure should not favour shattering of very common strings, even though they correspond to more than one morpheme. These strings should rather work as individual vocabulary items in the model. It has been shown that increased performance of n-gram models can be obtained by adding larger units consisting of common word sequences to the vocabulary; see e.g., (Deligne and Bimbot, 1995) . Nevertheless, in the near future we wish to explore possibilities of using complementary and more standard evaluation measures, such as precision, recall, and F-measure of the discovered morph boundaries.", |
| "cite_spans": [ |
| { |
| "start": 487, |
| "end": 513, |
| "text": "(Deligne and Bimbot, 1995)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Concerning the length and frequency prior distributions in the probabilistic model, one notes that they are very general and do not make far-reaching assumptions about the behaviour of natural language. In fact, Zipf's law has been shown to apply to randomly generated artificial texts (Li, 1992) . In our implementation, due to the independence assumptions made in the model and due to the search algorithm used, the choice of a prior value for the most common morph length is more important than the hapax legomena value. If a very bad prior value for the most common morph length is used performance drops by twelve percentage units, whereas extreme hapax legomena values only reduces performance by two percentage units. But note that the two values are dependent: A greater average morph length means a greater number of hapax legomena and vice versa.", |
| "cite_spans": [ |
| { |
| "start": 286, |
| "end": 296, |
| "text": "(Li, 1992)", |
| "ref_id": "BIBREF11" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "5" |
| }, |
| { |
| "text": "There is always room for improvement. Our current model does not represent contextual dependencies, such as phonological rules or morphotactic limitations on morph order. Nor does it identify which morphs are allomorphs of the same morpheme, e.g., \"city\" and \"citi + es\". In the future, we expect to address these problems by using statistical language modelling techniques. We will also study how the algorithms scale to considerably larger corpora.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "5" |
| }, |
| { |
| "text": "The results we have obtained suggest that the performance of a segmentation algorithm can indeed be increased by using prior information of general nature, when this information is expressed mathematically as part of a probabilistic model. Furthermore, we have reasons to believe that the morph segments obtained can be useful as components of a statistical language model.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions", |
| "sec_num": "6" |
| }, |
| { |
| "text": "In agglutinative languages words are formed by the concatenation of morphemes.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "We use standard terminology: Morph types are the set of different, distinct morphs. By contrast, morph tokens are the instances (or occurrences) of morphs in the corpus.3 This is an improper prior, but it is of little practical significance for two reasons: (i) This stage of the generation process", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "Strictly speaking, our probabilistic model is not perfect, since we do not make sure that no morph can appear more than once in the lexicon.6 The rank of a word is the position of the word in a list, where the words have been sorted according to falling frequency.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "Cf. \"hop + ed\" vs. \"hope + d\" (past tense of \"to hope\").", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "In(Creutz and Lagus, 2002) the results are reported less intuitively as the \"alignment distance\", i.e., the negative logprob of the entire test set: \u2212 log pi(morpheme | morph).10 Online demo at http://www.cis.hut.fi/projects/morpho/. 11 The software can be downloaded from http://humanities. uchicago.edu/faculty/goldsmith/Linguistica2000/.12 http://www.csc.fi/kielipankki/", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "I am most grateful to Krista Lagus, Krister Lind\u00e9n, and Anders Ahlb\u00e4ck, as well as the anonymous reviewers for their valuable comments.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgements", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Word Frequency Distributions", |
| "authors": [ |
| { |
| "first": "R", |
| "middle": [ |
| "H" |
| ], |
| "last": "Baayen", |
| "suffix": "" |
| } |
| ], |
| "year": 2001, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "R. H. Baayen. 2001. Word Frequency Distributions. Kluwer Academic Publishers.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Unsupervised learning of morphologically related words based on orthographic and semantic similarity", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Baroni", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Matiasek", |
| "suffix": "" |
| }, |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Trost", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Proc. ACL Workshop Morphol. & Phonol. Learning", |
| "volume": "", |
| "issue": "", |
| "pages": "48--57", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "M. Baroni, J. Matiasek, and H. Trost. 2002. Unsuper- vised learning of morphologically related words based on orthographic and semantic similarity. In Proc. ACL Workshop Morphol. & Phonol. Learning, pp. 48-57.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "An efficient, probabilistically sound algorithm for segmentation and word discovery. Machine Learning", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [ |
| "R" |
| ], |
| "last": "Brent", |
| "suffix": "" |
| } |
| ], |
| "year": 1999, |
| "venue": "", |
| "volume": "34", |
| "issue": "", |
| "pages": "71--105", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "M. R. Brent. 1999. An efficient, probabilistically sound algorithm for segmentation and word discovery. Ma- chine Learning, 34:71-105.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Unsupervised discovery of morphemes", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Creutz", |
| "suffix": "" |
| }, |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Lagus", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Proc. ACL Workshop on Morphol. and Phonological Learning", |
| "volume": "", |
| "issue": "", |
| "pages": "21--30", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "M. Creutz and K. Lagus. 2002. Unsupervised discovery of morphemes. In Proc. ACL Workshop on Morphol. and Phonological Learning, pp. 21-30, Philadelphia.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Morphemes as necessary concept for structures discovery from untagged corpora", |
| "authors": [ |
| { |
| "first": "H", |
| "middle": [], |
| "last": "D\u00e9jean", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "Workshop on Paradigms and Grounding in Nat. Lang. Learning", |
| "volume": "", |
| "issue": "", |
| "pages": "295--299", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "H. D\u00e9jean. 1998. Morphemes as necessary concept for structures discovery from untagged corpora. In Workshop on Paradigms and Grounding in Nat. Lang. Learning, pp. 295-299, Adelaide.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Language modeling by variable length sequences: Theoretical formulation and evaluation of multigrams", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Deligne", |
| "suffix": "" |
| }, |
| { |
| "first": "F", |
| "middle": [], |
| "last": "Bimbot", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "Proc. ICASSP", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "S. Deligne and F. Bimbot. 1995. Language modeling by variable length sequences: Theoretical formulation and evaluation of multigrams. In Proc. ICASSP.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Inference of variablelength linguistic and acoustic units by multigrams", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Deligne", |
| "suffix": "" |
| }, |
| { |
| "first": "F", |
| "middle": [], |
| "last": "Bimbot", |
| "suffix": "" |
| } |
| ], |
| "year": 1997, |
| "venue": "Speech Communication", |
| "volume": "23", |
| "issue": "", |
| "pages": "223--241", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "S. Deligne and F. Bimbot. 1997. Inference of variable- length linguistic and acoustic units by multigrams. Speech Communication, 23:223-241.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Unsupervised learning of the morphology of a natural language", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Goldsmith", |
| "suffix": "" |
| } |
| ], |
| "year": 2001, |
| "venue": "Computational Linguistics", |
| "volume": "27", |
| "issue": "2", |
| "pages": "153--198", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "J. Goldsmith. 2001. Unsupervised learning of the mor- phology of a natural language. Computational Lin- guistics, 27(2):153-198.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Finnish Grammar. WSOY", |
| "authors": [ |
| { |
| "first": "F", |
| "middle": [], |
| "last": "Karlsson", |
| "suffix": "" |
| } |
| ], |
| "year": 1987, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "F. Karlsson. 1987. Finnish Grammar. WSOY, 2nd ed.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Unsupervised learning of word boundary with description length gain", |
| "authors": [ |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Kit", |
| "suffix": "" |
| }, |
| { |
| "first": "Y", |
| "middle": [], |
| "last": "Wilks", |
| "suffix": "" |
| } |
| ], |
| "year": 1999, |
| "venue": "Proc. CoNLL99 ACL Workshop", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "C. Kit and Y. Wilks. 1999. Unsupervised learning of word boundary with description length gain. In Proc. CoNLL99 ACL Workshop, Bergen.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Two-level morphology: A general computational model for word-form recognition and production", |
| "authors": [ |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Koskenniemi", |
| "suffix": "" |
| } |
| ], |
| "year": 1983, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "K. Koskenniemi. 1983. Two-level morphology: A gen- eral computational model for word-form recognition and production. Ph.D. thesis, University of Helsinki.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Random texts exhibit Zipf's-Law-like word frequency distribution", |
| "authors": [ |
| { |
| "first": "W", |
| "middle": [], |
| "last": "Li", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "IEEE Transactions on Information Theory", |
| "volume": "38", |
| "issue": "", |
| "pages": "1842--1845", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "W. Li. 1992. Random texts exhibit Zipf's-Law-like word frequency distribution. IEEE Transactions on Infor- mation Theory, 38(6):1842-1845.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Unsupervised learning of morphology without morphemes", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Neuvel", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [ |
| "A" |
| ], |
| "last": "Fulop", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Proc. ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "31--40", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "S. Neuvel and S. A. Fulop. 2002. Unsupervised learn- ing of morphology without morphemes. In Proc. ACL Workshop on Morphol. & Phonol. Learn., pp. 31-40.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Stochastic Complexity in Statistical Inquiry", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Rissanen", |
| "suffix": "" |
| } |
| ], |
| "year": 1989, |
| "venue": "", |
| "volume": "15", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "J. Rissanen. 1989. Stochastic Complexity in Statistical Inquiry, vol. 15. World Scientific Series in Computer Science, Singapore.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Knowledge-free induction of morphology using Latent Semantic Analysis", |
| "authors": [ |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Schone", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Jurafsky", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Proc. CoNLL-2000 & LLL-2000", |
| "volume": "", |
| "issue": "", |
| "pages": "67--72", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "P. Schone and D. Jurafsky. 2000. Knowledge-free induc- tion of morphology using Latent Semantic Analysis. In Proc. CoNLL-2000 & LLL-2000, pp. 67-72.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "A Bayesian model for morpheme and paradigm identification", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [ |
| "G" |
| ], |
| "last": "Snover", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [ |
| "R" |
| ], |
| "last": "Brent", |
| "suffix": "" |
| } |
| ], |
| "year": 2001, |
| "venue": "Proc. 39th Annual Meeting of the ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "482--490", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "M. G. Snover and M. R. Brent. 2001. A Bayesian model for morpheme and paradigm identification. In Proc. 39th Annual Meeting of the ACL, pp. 482-490.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Unsupervised learning of morphology using a novel directed search algorithm: Taking the first step", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [ |
| "G" |
| ], |
| "last": "Snover", |
| "suffix": "" |
| }, |
| { |
| "first": "G", |
| "middle": [ |
| "E" |
| ], |
| "last": "Jarosz", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [ |
| "R" |
| ], |
| "last": "Brent", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Proc. ACL Worksh", |
| "volume": "", |
| "issue": "", |
| "pages": "11--20", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "M. G. Snover, G. E. Jarosz, and M. R. Brent. 2002. Un- supervised learning of morphology using a novel di- rected search algorithm: Taking the first step. In Proc. ACL Worksh. Morphol. & Phonol. Learn., pp. 11-20.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Unsupervised word induction using MDL criterion", |
| "authors": [ |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Yu", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Proc. ISCSL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "H. Yu. 2000. Unsupervised word induction using MDL criterion. In Proc. ISCSL, Beijing.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "text": "Expectation of the percentage of recognized morphemes for Finnish data.", |
| "num": null, |
| "type_str": "figure", |
| "uris": null |
| }, |
| "FIGREF1": { |
| "text": "Expectation of the percentage of recognized morphemes for English data.", |
| "num": null, |
| "type_str": "figure", |
| "uris": null |
| } |
| } |
| } |
| } |