{ "paper_id": "2021", "header": { "generated_with": "S2ORC 1.0.0", "date_generated": "2023-01-19T01:13:14.357924Z" }, "title": "Towards a First Automatic Unsupervised Morphological Segmentation for Inuinnaqtun", "authors": [ { "first": "Tan", "middle": [], "last": "Le Ngoc", "suffix": "", "affiliation": { "laboratory": "", "institution": "Universit\u00e9 du Qu\u00e9bec \u00e0 Montr\u00e9al / Montreal", "location": { "addrLine": "201, avenue du Pr\u00e9sident-Kennedy", "postCode": "H2X 3Y7", "settlement": "Montr\u00e9al", "region": "Quebec", "country": "Canada" } }, "email": "le.ngoc_tan@courrier.uqam.ca" }, { "first": "Fatiha", "middle": [], "last": "Sadat", "suffix": "", "affiliation": { "laboratory": "", "institution": "Universit\u00e9 du Qu\u00e9bec \u00e0 Montr\u00e9al / Montreal", "location": { "addrLine": "201, avenue du Pr\u00e9sident-Kennedy", "postCode": "H2X 3Y7", "settlement": "Montr\u00e9al", "region": "Quebec", "country": "Canada" } }, "email": "sadat.fatiha@uqam.ca" } ], "year": "", "venue": null, "identifiers": {}, "abstract": "Low-resource polysynthetic languages pose many challenges in NLP tasks, such as morphological analysis and Machine Translation, due to available resources and tools, and the morphologically complex languages. This research focuses on the morphological segmentation while adapting an unsupervised approach based on Adaptor Grammars in low-resource setting. Experiments and evaluations on Inuinnaqtun, one of Inuit language family in Northern Canada, considered a language that will be extinct in less than two generations, have shown promising results.", "pdf_parse": { "paper_id": "2021", "_pdf_hash": "", "abstract": [ { "text": "Low-resource polysynthetic languages pose many challenges in NLP tasks, such as morphological analysis and Machine Translation, due to available resources and tools, and the morphologically complex languages. This research focuses on the morphological segmentation while adapting an unsupervised approach based on Adaptor Grammars in low-resource setting. Experiments and evaluations on Inuinnaqtun, one of Inuit language family in Northern Canada, considered a language that will be extinct in less than two generations, have shown promising results.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Abstract", "sec_num": null } ], "body_text": [ { "text": "NLP has significant achievements when dealing with different types of languages, such as isolating, inflectional or agglutinative language families. However, Indigenous polysynthetic languages still pose several challenges within NLP tasks and applications, such as morphological analysis or machine translation, due to their complex linguistic particularities and due to the scarcity of linguistic resources and reliable tools (Littell et al., 2018; Micher, 2019; Le Ngoc and Sadat, 2020) .", "cite_spans": [ { "start": 428, "end": 450, "text": "(Littell et al., 2018;", "ref_id": "BIBREF10" }, { "start": 451, "end": 464, "text": "Micher, 2019;", "ref_id": "BIBREF13" }, { "start": 465, "end": 489, "text": "Le Ngoc and Sadat, 2020)", "ref_id": "BIBREF9" } ], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "Herein, we propose an unsupervised morphological segmentation approach, which is primarily based on the grammar containing production rules, non-terminal and terminal symbols, and a lexicon using Adaptor Grammars (Johnson, 2008) . Our current research investigates Inuinnaqtun -a polysynthetic language spoken in Northern Canada, in the Inuit language family. Inuinnaqtun is considered as a language that will be extinct in less than two generations 1 .", "cite_spans": [ { "start": 213, "end": 228, "text": "(Johnson, 2008)", "ref_id": "BIBREF6" } ], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "Regarding the Eskimo-Aleut language family including the Inuit, unlike words in English, the word structure of Eskimo are very variable in their form (Lowe, 1985; Kudlak and Compton, 2018) . Words may be very short, built up of three formative elements such as word base, lexical suffixes, and grammatical ending suffixes, or very long, with up to ten or even fifteen formative morphemes depending on the dialect.", "cite_spans": [ { "start": 150, "end": 162, "text": "(Lowe, 1985;", "ref_id": "BIBREF11" }, { "start": 163, "end": 188, "text": "Kudlak and Compton, 2018)", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "\u2022 Eskimo word structure = Word base + Lexical suffixes + Grammatical ending suffixes A single word can be used to express a whole sentence in English. The following example, extracted from (Lowe, 1985) , illustrates the polysynthesis effect of umingmakhiuriaqtuqatigitqilimaiqtara, an Inuinnaqtun sentence-word, split up into several morphemes: umingmak-hiu-riaqtu-qati-gi-tqi-limaiq-ta-ra muskox -hunt -go in order to -partner -have as -again -will no more -I-him (Meaning: I will no more again have him as a partner to go hunting muskox.)", "cite_spans": [ { "start": 189, "end": 201, "text": "(Lowe, 1985)", "ref_id": "BIBREF11" } ], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "We observe there is a general tendency to increase the lexical constituents with a word-base by adding more formative elements. A single word can express the meaning of a whole sentence. Moreover, morphology is highly developed and has extensive use of lexical and grammatical ending suffixes. All these linguistic aspects make the morphological segmentation task for polysynthetic languages more challenging. On the other hand, the benefit of this work helps to identify more unknown word bases by deducting from the known affixes, which in turn helps to enrich the Inuinnaqtun lexicon. The global contribution consists of helping to revitalize and preserve low-resource Indigenous languages and the transmission of the related ancestral knowledge and culture.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "The structure of this paper is described as follows: Section 2 presents relevant works. Section 3 describes our proposed approach. Then, Section 4 presents experiments and evaluations. Finally, Section 5 gives some conclusions and perspectives for future research.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "2 Related work Creutz and Lagus (2007) proposed the Morfessor, for the unsupervised discovery of morphemes. This work was based on Hidden Markov Model for learning the unsupervised morphological segmentation, and by using the hierarchical structure of the morphemes. This framework became a benchmark in unsupervised morphological analysis, such as Morfessor 2.0 (Virpioja et al., 2013) . Johnson (2008) proposed Adaptor Grammars approach that was successful for the unsupervised morphological segmentation. This approach used non-parametric Bayesian models generalizing probabilistic context-free grammar (PCFG). In this approach, a PCFG is considered as a morphological grammar of word structures. Then the AG models can be able to induce the segmentation at the morpheme level.", "cite_spans": [ { "start": 15, "end": 38, "text": "Creutz and Lagus (2007)", "ref_id": "BIBREF1" }, { "start": 363, "end": 386, "text": "(Virpioja et al., 2013)", "ref_id": "BIBREF16" }, { "start": 389, "end": 403, "text": "Johnson (2008)", "ref_id": "BIBREF6" } ], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "This approach has been extended in several studies (Botha and Blunsom, 2013; Sirts and Goldwater, 2013; Eskander et al., 2018) for learning non-concatenative morphology, or for unsupervised morphological segmentation of unseen languages. Recently, Godard et al. (2018) applied AG approach for the linguists with word segmentation experiments for very low-resource African languages. Eskander et al. (2019) has applied the AG approach in an unsupervised morphological segmentation of the low-resource polysynthetic languages such as Mexicanero, Nahuatl, Yorem Nokki and Wixarika. Their evaluations have shown a significant improvement up to 87.90% in terms of F1-score, compared to the supervised approaches (Kann et al., 2018) . Our work examines the efficiency of the AG-based approach on Inuinnaqtun, a polysynthetic low-resource Inuit language.", "cite_spans": [ { "start": 248, "end": 268, "text": "Godard et al. (2018)", "ref_id": "BIBREF5" }, { "start": 383, "end": 405, "text": "Eskander et al. (2019)", "ref_id": "BIBREF3" }, { "start": 707, "end": 726, "text": "(Kann et al., 2018)", "ref_id": "BIBREF7" } ], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "Inspired by the work of Eskander et al. (2019), we adapt an unsupervised morphological segmentation with the Adaptor Grammars (AG) approach for the Inuit language family, by completing an empirical study on Inuinnaqtun.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Our approach", "sec_num": "3" }, { "text": "The main process consists of defining (1) the grammar including non-terminal, terminal symbols, a set of production rules, and (2) collecting a large amount of unsegmented word list in order to discover and to learn all possible morphological patterns.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Our approach", "sec_num": "3" }, { "text": "In our work, we consider that word structures are specified in the grammar patterns where a word is constituted as one word base, a sequence of possible lexical suffixes and grammatical ending suffixes (see Table 1 ). In contrast, as explained in (Eskander et al., 2019) , the word structure is composed of a sequence of prefixes, a stem and a sequence of suffixes. Then, in each production rule, a and b are two parameters of Pitman-Yor process (Pitman and Yor, 1997) . Setting a = 1 and b = 1 indicate, to the running learner, the current non-terminals are not adapted and sampled by the general Pitman-Yor process. Otherwise, the current non-terminals are adapted and expanded as in a regular probabilistic context-free grammar.", "cite_spans": [ { "start": 247, "end": 270, "text": "(Eskander et al., 2019)", "ref_id": "BIBREF3" }, { "start": 446, "end": 468, "text": "(Pitman and Yor, 1997)", "ref_id": "BIBREF14" } ], "ref_spans": [ { "start": 207, "end": 214, "text": "Table 1", "ref_id": null } ], "eq_spans": [], "section": "Our approach", "sec_num": "3" }, { "text": "In order to adapt the AG scholar-seeded setting with linguistic knowledge, we have collected a list of affixes from dictionaries and Websites in the appropriate language.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Our approach", "sec_num": "3" }, { "text": "In order to train the Adaptor Grammars-based unsupervised morphological segmentation model, the two principal inputs consists of the grammar and the lexicon of the language. The lexicon consists of a unique list of unsegmented words, more than 50K words, with the sequence length between three letters and 30 letters.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Data Preparation", "sec_num": "4.1" }, { "text": "We collected manually a small corpus from several resources such as the Website of Nunavut 2 government for Inuinnaqtun, open source dictionaries and grammar books (Lowe, 1985; Kudlak and Compton, 2018) . The experimental corpus contains 190 word bases and 571 affixes. A small golden testing set is manually crafted containing 1,055 unique segmented words.", "cite_spans": [ { "start": 164, "end": 176, "text": "(Lowe, 1985;", "ref_id": "BIBREF11" }, { "start": 177, "end": 202, "text": "Kudlak and Compton, 2018)", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "Data Preparation", "sec_num": "4.1" }, { "text": "We used the MorphAGram toolkit (Eskander et al., 2020) to train our unsupervised morphological segmentation model. Following (Eskander et al., 2019) , we set up the same configuration with adaptation of the best learning settings: the best standard PrefixStemSuffix+SuffixMorph grammar and the best scholar-seeded grammar, that become here an adaptation of the standard grammar Word-Base+LexicalSuffix+GrammaticalSuffix pattern for 1 1 Word ->WordBase LexicalSuffix GrammaticalSuffix WordBase ->^^\u0174 ordBase ->^^^WordBaseMorphs 1 1 WordBaseMorphs -> WordBaseMorph WordBaseMorph -> SubMorphs LexicalSuffix -> SubMorphs LexicalSuffix -> SuffixMorphs $$$ LexicalSuffix -> $$$ GrammaticalSuffix -> SuffixMorphs $$$ 1 1 SuffixMorphs -> SuffixMorph SuffixMorphs 1 1 SuffixMorphs -> SuffixMorph 1 1 SubMorphs -> SubMorph SubMorphs 1 1 SubMorphs -> SubMorph SubMorph -> Chars 1 1 Chars -> Char 1 1 Chars -> Char Chars Table 1 : Adaptation of the standard grammar WordBase+LexicalSuffix+GrammaticalSuffix pattern for Inuinnaqtun. The symbols^^^and $$$ mean the beginning and the end of the word sequence, respectively. Source: see the standard PrefixStemSuffix+SuffixMorph grammar pattern (Eskander et al., 2019) .", "cite_spans": [ { "start": 31, "end": 54, "text": "(Eskander et al., 2020)", "ref_id": "BIBREF2" }, { "start": 125, "end": 148, "text": "(Eskander et al., 2019)", "ref_id": "BIBREF3" }, { "start": 1179, "end": 1202, "text": "(Eskander et al., 2019)", "ref_id": "BIBREF3" } ], "ref_spans": [ { "start": 909, "end": 916, "text": "Table 1", "ref_id": null } ], "eq_spans": [], "section": "Training Settings", "sec_num": "4.2" }, { "text": "Ground Inuinnaqtun (see Table 1 ). We evaluate our different models against the baseline, based on Morfessor (Virpioja et al., 2013) .", "cite_spans": [ { "start": 109, "end": 132, "text": "(Virpioja et al., 2013)", "ref_id": "BIBREF16" } ], "ref_spans": [ { "start": 24, "end": 31, "text": "Table 1", "ref_id": null } ], "eq_spans": [], "section": "Word", "sec_num": null }, { "text": "All the model performances are calculated using common evaluation metrics, such as Precision (P), Recall (R) and F1 score.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Evaluations", "sec_num": "4.3" }, { "text": "EQUATION", "cite_spans": [], "ref_spans": [], "eq_spans": [ { "start": 0, "end": 8, "text": "EQUATION", "ref_id": "EQREF", "raw_str": "P = |{relevant tokens} \u2229 {found tokens}| {found tokens} (1) R = |{relevant tokens} \u2229 {found tokens}| {relevant tokens} (2) F1 = 2 \u00d7 P \u00d7 R P + R", "eq_num": "(3)" } ], "section": "Evaluations", "sec_num": "4.3" }, { "text": "where {found tokens} means the amount of predicted tokens; and {relevant tokens} indicates the amount of tokens which are correctly segmented. Tables 2 and 3 show some illustrations of prediction by all the models and the performance of our models versus Morfessor as baseline on the test set. The AG-standard model is better than the baseline, with a gain of +2.47%, +4.9% in terms of precision and recall, on the test set, respectively. Both baseline and AG-Standard models obtained low precision between 48.29% and 50.76%. We observed an over-segmentation in both models.Furthermore, we noticed that the scholar-seeded learning outperformed all the baseline and the standard setting, with performances of 71.06%, 82.83%, 76.49% in terms of Precision, Recall and F1 score, respectively. Our models tend to over-segment more complex morphemes due to the linguistic irregularities and the morphophonological phenomena, to detect common lexical suffixes such as at, aq, iq, na, ng or grammatical ending suffixes such as a, k, q, t, n, it, mi or uk. ", "cite_spans": [], "ref_spans": [ { "start": 143, "end": 157, "text": "Tables 2 and 3", "ref_id": "TABREF1" } ], "eq_spans": [], "section": "Evaluations", "sec_num": "4.3" }, { "text": "In this research paper, we presented how to build the unsupervised morphological segmentation with Adaptor Grammars approach for Inuinnaqtun, an Inuit language, considered as an extremely low-resource polysynthetic language, that will be extinct in less than two generations, as described and referenced above. This Adaptor Grammars-based approach showed promising results, when using a set of grammar rules, that can be collected from grammar books; and a lexicon extracted from very little data. As a perspective, we intend to develop more efficient unsupervised morphological segmentation methods and to extend our research to other Indigenous languages and dialects, especially the very endangered ones; with applications on Machine Translation and Information Retrieval.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Conclusion", "sec_num": "5" }, { "text": "https://www.kitikmeotheritage.ca/ language", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "", "sec_num": null }, { "text": "https://www.gov.nu.ca/in/cgs-in", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "", "sec_num": null } ], "back_matter": [ { "text": "The authors wish to express their thanks for professor Richard Compton, Canada Research Chair in Knowledge and Transmission of the Inuit Language, and the reviewers, for their constructive feedbacks.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Acknowledgments", "sec_num": null } ], "bib_entries": { "BIBREF0": { "ref_id": "b0", "title": "Adaptor grammars for learning non-concatenative morphology", "authors": [ { "first": "A", "middle": [], "last": "Jan", "suffix": "" }, { "first": "Phil", "middle": [], "last": "Botha", "suffix": "" }, { "first": "", "middle": [], "last": "Blunsom", "suffix": "" } ], "year": 2013, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Jan A Botha and Phil Blunsom. 2013. Adaptor gram- mars for learning non-concatenative morphology. Association for Computational Linguistics.", "links": null }, "BIBREF1": { "ref_id": "b1", "title": "Unsupervised models for morpheme segmentation and morphology learning", "authors": [ { "first": "Mathias", "middle": [], "last": "Creutz", "suffix": "" }, { "first": "Krista", "middle": [], "last": "Lagus", "suffix": "" } ], "year": 2007, "venue": "ACM Transactions on Speech and Language Processing (TSLP)", "volume": "4", "issue": "1", "pages": "1--34", "other_ids": {}, "num": null, "urls": [], "raw_text": "Mathias Creutz and Krista Lagus. 2007. Unsupervised models for morpheme segmentation and morphol- ogy learning. ACM Transactions on Speech and Lan- guage Processing (TSLP), 4(1):1-34.", "links": null }, "BIBREF2": { "ref_id": "b2", "title": "Morphagram, evaluation and framework for unsupervised morphological segmentation", "authors": [ { "first": "Ramy", "middle": [], "last": "Eskander", "suffix": "" }, { "first": "Francesca", "middle": [], "last": "Callejas", "suffix": "" }, { "first": "Elizabeth", "middle": [], "last": "Nichols", "suffix": "" }, { "first": "Judith", "middle": [ "L" ], "last": "Klavans", "suffix": "" }, { "first": "Smaranda", "middle": [], "last": "Muresan", "suffix": "" } ], "year": 2020, "venue": "Proceedings of The 12th Language Resources and Evaluation Conference", "volume": "", "issue": "", "pages": "7112--7122", "other_ids": {}, "num": null, "urls": [], "raw_text": "Ramy Eskander, Francesca Callejas, Elizabeth Nichols, Judith L Klavans, and Smaranda Muresan. 2020. Morphagram, evaluation and framework for unsu- pervised morphological segmentation. In Proceed- ings of The 12th Language Resources and Evalua- tion Conference, pages 7112-7122.", "links": null }, "BIBREF3": { "ref_id": "b3", "title": "Unsupervised morphological segmentation for low-resource polysynthetic languages", "authors": [ { "first": "Ramy", "middle": [], "last": "Eskander", "suffix": "" }, { "first": "Judith", "middle": [ "L" ], "last": "Klavans", "suffix": "" }, { "first": "Smaranda", "middle": [], "last": "Muresan", "suffix": "" } ], "year": 2019, "venue": "Proceedings of the 16th Workshop on Computational Research in Phonetics, Phonology, and Morphology", "volume": "", "issue": "", "pages": "189--195", "other_ids": {}, "num": null, "urls": [], "raw_text": "Ramy Eskander, Judith L Klavans, and Smaranda Muresan. 2019. Unsupervised morphological seg- mentation for low-resource polysynthetic languages. In Proceedings of the 16th Workshop on Computa- tional Research in Phonetics, Phonology, and Mor- phology, pages 189-195.", "links": null }, "BIBREF4": { "ref_id": "b4", "title": "Automatically tailoring unsupervised morphological segmentation to the language", "authors": [ { "first": "Ramy", "middle": [], "last": "Eskander", "suffix": "" }, { "first": "Owen", "middle": [], "last": "Rambow", "suffix": "" }, { "first": "Smaranda", "middle": [], "last": "Muresan", "suffix": "" } ], "year": 2018, "venue": "Proceedings of the Fifteenth Workshop on Computational Research in Phonetics, Phonology, and Morphology", "volume": "", "issue": "", "pages": "78--83", "other_ids": {}, "num": null, "urls": [], "raw_text": "Ramy Eskander, Owen Rambow, and Smaranda Mure- san. 2018. Automatically tailoring unsupervised morphological segmentation to the language. In Proceedings of the Fifteenth Workshop on Computa- tional Research in Phonetics, Phonology, and Mor- phology, pages 78-83.", "links": null }, "BIBREF5": { "ref_id": "b5", "title": "Adaptor grammars for the linguist: Word segmentation experiments for very low-resource languages", "authors": [ { "first": "Pierre", "middle": [], "last": "Godard", "suffix": "" }, { "first": "Laurent", "middle": [], "last": "Besacier", "suffix": "" }, { "first": "Fran\u00e7ois", "middle": [], "last": "Yvon", "suffix": "" }, { "first": "Martine", "middle": [], "last": "Adda-Decker", "suffix": "" }, { "first": "Gilles", "middle": [], "last": "Adda", "suffix": "" }, { "first": "H\u00e9l\u00e8ne", "middle": [], "last": "Maynard", "suffix": "" }, { "first": "Annie", "middle": [], "last": "Rialland", "suffix": "" } ], "year": 2018, "venue": "Workshop on Computational Research in Phonetics, Phonology, and Morphology", "volume": "", "issue": "", "pages": "32--42", "other_ids": {}, "num": null, "urls": [], "raw_text": "Pierre Godard, Laurent Besacier, Fran\u00e7ois Yvon, Mar- tine Adda-Decker, Gilles Adda, H\u00e9l\u00e8ne Maynard, and Annie Rialland. 2018. Adaptor grammars for the linguist: Word segmentation experiments for very low-resource languages. In Workshop on Com- putational Research in Phonetics, Phonology, and Morphology, pages 32-42.", "links": null }, "BIBREF6": { "ref_id": "b6", "title": "Unsupervised word segmentation for sesotho using adaptor grammars", "authors": [ { "first": "Mark", "middle": [], "last": "Johnson", "suffix": "" } ], "year": 2008, "venue": "Proceedings of the Tenth Meeting of ACL Special Interest Group on Computational Morphology and Phonology", "volume": "", "issue": "", "pages": "20--27", "other_ids": {}, "num": null, "urls": [], "raw_text": "Mark Johnson. 2008. Unsupervised word segmenta- tion for sesotho using adaptor grammars. In Pro- ceedings of the Tenth Meeting of ACL Special In- terest Group on Computational Morphology and Phonology, pages 20-27.", "links": null }, "BIBREF7": { "ref_id": "b7", "title": "Fortification of neural morphological segmentation models for polysynthetic minimal-resource languages", "authors": [ { "first": "Katharina", "middle": [], "last": "Kann", "suffix": "" }, { "first": "Manuel", "middle": [], "last": "Mager", "suffix": "" }, { "first": "Ivan", "middle": [], "last": "Meza-Ruiz", "suffix": "" }, { "first": "Hinrich", "middle": [], "last": "Sch\u00fctze", "suffix": "" } ], "year": 2018, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": { "arXiv": [ "arXiv:1804.06024" ] }, "num": null, "urls": [], "raw_text": "Katharina Kann, Manuel Mager, Ivan Meza-Ruiz, and Hinrich Sch\u00fctze. 2018. Fortification of neural morphological segmentation models for polysyn- thetic minimal-resource languages. arXiv preprint arXiv:1804.06024.", "links": null }, "BIBREF9": { "ref_id": "b9", "title": "Revitalization of indigenous languages through pre-processing and neural machine translation: The case of Inuktitut", "authors": [ { "first": "Tan", "middle": [], "last": "Le", "suffix": "" }, { "first": "Ngoc", "middle": [], "last": "", "suffix": "" }, { "first": "Fatiha", "middle": [], "last": "Sadat", "suffix": "" } ], "year": 2020, "venue": "Proceedings of the 28th International Conference on Computational Linguistics", "volume": "", "issue": "", "pages": "4661--4666", "other_ids": {}, "num": null, "urls": [], "raw_text": "Tan Le Ngoc and Fatiha Sadat. 2020. Revitalization of indigenous languages through pre-processing and neural machine translation: The case of Inuktitut. In Proceedings of the 28th International Conference on Computational Linguistics, pages 4661-4666.", "links": null }, "BIBREF10": { "ref_id": "b10", "title": "Indigenous language technologies in canada: Assessment, challenges, and successes", "authors": [ { "first": "Patrick", "middle": [], "last": "Littell", "suffix": "" }, { "first": "Anna", "middle": [], "last": "Kazantseva", "suffix": "" }, { "first": "Roland", "middle": [], "last": "Kuhn", "suffix": "" }, { "first": "Aidan", "middle": [], "last": "Pine", "suffix": "" }, { "first": "Antti", "middle": [], "last": "Arppe", "suffix": "" }, { "first": "Christopher", "middle": [], "last": "Cox", "suffix": "" }, { "first": "Marie-Odile", "middle": [], "last": "Junker", "suffix": "" } ], "year": 2018, "venue": "Proceedings of the 27th International Conference on Computational Linguistics", "volume": "", "issue": "", "pages": "2620--2632", "other_ids": {}, "num": null, "urls": [], "raw_text": "Patrick Littell, Anna Kazantseva, Roland Kuhn, Aidan Pine, Antti Arppe, Christopher Cox, and Marie- Odile Junker. 2018. Indigenous language technolo- gies in canada: Assessment, challenges, and suc- cesses. In Proceedings of the 27th International Conference on Computational Linguistics, pages 2620-2632.", "links": null }, "BIBREF11": { "ref_id": "b11", "title": "Basic Siglit Inuvialuit Eskimo Grammar", "authors": [ { "first": "Ronald", "middle": [], "last": "Lowe", "suffix": "" } ], "year": 1985, "venue": "", "volume": "6", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Ronald Lowe. 1985. Basic Siglit Inuvialuit Eskimo Grammar, volume 6. Inuvik, NWT: Committee for Original Peoples Entitlement.", "links": null }, "BIBREF12": { "ref_id": "b12", "title": "Challenges of language technologies for the indigenous languages of the Americas", "authors": [ { "first": "Manuel", "middle": [], "last": "Mager", "suffix": "" }, { "first": "Ximena", "middle": [], "last": "Gutierrez-Vasques", "suffix": "" }, { "first": "Gerardo", "middle": [], "last": "Sierra", "suffix": "" }, { "first": "Ivan", "middle": [], "last": "Meza-Ruiz", "suffix": "" } ], "year": 2018, "venue": "Proceedings of the 27th International Conference on Computational Linguistics", "volume": "", "issue": "", "pages": "55--69", "other_ids": {}, "num": null, "urls": [], "raw_text": "Manuel Mager, Ximena Gutierrez-Vasques, Gerardo Sierra, and Ivan Meza-Ruiz. 2018. Challenges of language technologies for the indigenous languages of the Americas. In Proceedings of the 27th Inter- national Conference on Computational Linguistics, pages 55-69, Santa Fe, New Mexico, USA. Associ- ation for Computational Linguistics.", "links": null }, "BIBREF13": { "ref_id": "b13", "title": "Bootstrapping a neural morphological generator from morphological analyzer output for inuktitut", "authors": [ { "first": "Jeffrey", "middle": [], "last": "Micher", "suffix": "" } ], "year": 2019, "venue": "Proceedings of the Workshop on Computational Methods for Endangered Languages", "volume": "2", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Jeffrey Micher. 2019. Bootstrapping a neural morpho- logical generator from morphological analyzer out- put for inuktitut. In Proceedings of the Workshop on Computational Methods for Endangered Languages, volume 2, page 7.", "links": null }, "BIBREF14": { "ref_id": "b14", "title": "The two-parameter poisson-dirichlet distribution derived from a stable subordinator. The Annals of Probability", "authors": [ { "first": "Jim", "middle": [], "last": "Pitman", "suffix": "" }, { "first": "Marc", "middle": [], "last": "Yor", "suffix": "" } ], "year": 1997, "venue": "", "volume": "", "issue": "", "pages": "855--900", "other_ids": {}, "num": null, "urls": [], "raw_text": "Jim Pitman and Marc Yor. 1997. The two-parameter poisson-dirichlet distribution derived from a stable subordinator. The Annals of Probability, pages 855- 900.", "links": null }, "BIBREF15": { "ref_id": "b15", "title": "Minimallysupervised morphological segmentation using adaptor grammars", "authors": [ { "first": "Kairit", "middle": [], "last": "Sirts", "suffix": "" }, { "first": "Sharon", "middle": [], "last": "Goldwater", "suffix": "" } ], "year": 2013, "venue": "Transactions of the Association for Computational Linguistics", "volume": "1", "issue": "", "pages": "255--266", "other_ids": {}, "num": null, "urls": [], "raw_text": "Kairit Sirts and Sharon Goldwater. 2013. Minimally- supervised morphological segmentation using adap- tor grammars. Transactions of the Association for Computational Linguistics, 1:255-266.", "links": null }, "BIBREF16": { "ref_id": "b16", "title": "Morfessor 2.0: Python implementation and extensions for morfessor baseline", "authors": [ { "first": "Sami", "middle": [], "last": "Virpioja", "suffix": "" }, { "first": "Peter", "middle": [], "last": "Smit", "suffix": "" }, { "first": "Stig-Arne", "middle": [], "last": "Gr\u00f6nroos", "suffix": "" }, { "first": "Mikko", "middle": [], "last": "Kurimo", "suffix": "" } ], "year": 2013, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Sami Virpioja, Peter Smit, Stig-Arne Gr\u00f6nroos, Mikko Kurimo, et al. 2013. Morfessor 2.0: Python imple- mentation and extensions for morfessor baseline.", "links": null } }, "ref_entries": { "TABREF1": { "html": null, "text": "Illustrations of morpheme segmentation predictions on the test set using the different settings such as Standard (AG-Standard), Scholar seeded (AG-Scholar) and Morfessor.", "type_str": "table", "num": null, "content": "" }, "TABREF3": { "html": null, "text": "The results on the test set using the different settings such as Standard (AG-Standard), Scholar seeded (AG-Scholar) and Morfessor.", "type_str": "table", "num": null, "content": "
" } } } }