| { |
| "paper_id": "2012", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T09:40:16.060417Z" |
| }, |
| "title": "A rule-based machine translation system from Serbo-Croatian to Macedonian", |
| "authors": [ |
| { |
| "first": "Hrvoje", |
| "middle": [], |
| "last": "Peradin", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Universitat d'Alacant", |
| "location": {} |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Francis", |
| "middle": [], |
| "last": "Tyers", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Universitat d'Alacant", |
| "location": {} |
| }, |
| "email": "" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "This paper describes the development of a one-way machine translation system from Serbo-Croatian to Macedonian on the Apertium platform. Details of resources and development methods are given, as well as an evaluation, and general directives for future work.", |
| "pdf_parse": { |
| "paper_id": "2012", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "This paper describes the development of a one-way machine translation system from Serbo-Croatian to Macedonian on the Apertium platform. Details of resources and development methods are given, as well as an evaluation, and general directives for future work.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "The modern Macedonian language was standardised in 1944. and is the official language of the Republic of Macedonia.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "Serbo-Croatian is a term that encompasses four standard languages (Bosnian, Croatian, Montenegrin and Serbian) based on the neoshtokavian dialect. The standardisation of the language started in the 19th century, as an attempt to unify the literary and linguistic traditions of the south Slavic area. The standard remained pluricentric until the dissolution of Yugoslavia. Due to the large similarities between the standards we have decided to group them into one module, with a common mode for analysis. Having in mind future work we have added separate modes for generation of Bosnian, Croatian and Serbian. 1 Serbo-Croatian and Macedonian are largely mutually intelligible, however despite their close relation the differences in morphology create difficulties in translation. For this reason the system is currently mono-directional (sh\u2192mk). The direction was chosen since it is easier to construct a system translating from a more detailed morphology (e.g. Macedonian \"\u0432\u043e \u043a\u0443\u043a\u0430\" can be translated both as \"u ku\u0107i\" [in the house.loc] and \"u ku\u0107u\"[into the house.acc]).", |
| "cite_spans": [ |
| { |
| "start": 609, |
| "end": 610, |
| "text": "1", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "Other systems currently supporting the languages are notably Google Translate 2 and Systran. 3 The language pair apertium-sh-mk 4 is available under GNU GPL.", |
| "cite_spans": [ |
| { |
| "start": 93, |
| "end": 94, |
| "text": "3", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "The Apertium platform", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Design", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "The Apertium 5 platform follows a modular machine translation model. Morphological analysis of the source text is performed by a letter transducer compiled from a morphological lexicon, 6 and cohorts 7 obtained in this manner go through a disambiguation process. Disambiguated readings proceed to a bilingual dictionary also performed by a letter transducer and through a two-level syntactic transfer, which performs word reordering, deletions, insertions, and basic syntactic chunking. The final module is a letter transducer that generates surface forms in the target language from the bilingual transfer output.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Design", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "The disambiguation in this language pair is performed by a Constraint Grammar (CG) module 8 . CG is a paradigm that uses hand-written rules to reduce the problem of linguistic ambiguity. A series of context-dependent rules are applied to a stream of tokens and readings for a given surface form are excluded, selected or assigned additional tags.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Constraint Grammar", |
| "sec_num": null |
| }, |
| { |
| "text": "Although some resources for morphological analysis of Serbian and Croatian exist (Vitas and Krstev, 2004 , Vitas et al., 2003 , Agi\u0107 et al., 2008 ,\u0160najder et al., 2008 , to our knowledge there are none freely available for either Serbian, Bosnian or Croatian. Thus the monolingual dictionary for Serbo-Croatian has been developed almost from scratch, with the aid of a Croatian grammar (Bari\u0107 et al., 1997) , and on-line resources such as Hrvatski jezi\u010dni portal, 9", |
| "cite_spans": [ |
| { |
| "start": 81, |
| "end": 104, |
| "text": "(Vitas and Krstev, 2004", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 105, |
| "end": 125, |
| "text": ", Vitas et al., 2003", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 126, |
| "end": 145, |
| "text": ", Agi\u0107 et al., 2008", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 146, |
| "end": 167, |
| "text": ",\u0160najder et al., 2008", |
| "ref_id": null |
| }, |
| { |
| "start": 386, |
| "end": 406, |
| "text": "(Bari\u0107 et al., 1997)", |
| "ref_id": "BIBREF1" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Resources", |
| "sec_num": null |
| }, |
| { |
| "text": "2 Supports Croatian, Serbian and Macedonian.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Resources", |
| "sec_num": null |
| }, |
| { |
| "text": "3 Language pairs Serbian\u2192English, Croatian\u2192English. 4 http://wiki.apertium.org/wiki/Serbo-Croatian_and_Macedonian 5 http://wiki.apertium.org/ 6 A morphological lexicon contains ordered pairs of word surface forms and their lemmatised analyses. 7 A cohort consists of a surface form and one or more readings containing the lemma of the word and the morphological analysis.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Resources", |
| "sec_num": null |
| }, |
| { |
| "text": "8 Implemented in the CG3 formalism, using the vislcg3 compiler, available under GNU GPL. For a detailed reference see: http://beta.visl.sdu.dk/cg3.html wiktionaries and Wikipedia, as well as an SETimes corpus 10 (Tyers and Alperen, 2010) and a corpus composed from the Serbian, Bosnian, Croatian and Serbo-Croatian Wikipedias.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Resources", |
| "sec_num": null |
| }, |
| { |
| "text": "Bilingual resources available were also scarce. We used a parallel corpus obtained from SETimes, and a Serbian-Macedonian dictionary. 11", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Resources", |
| "sec_num": null |
| }, |
| { |
| "text": "The morphological analyser/generator for Macedonian was taken from apertium-mk-bg (Rangelov, 2011) , which is freely available under GNU GPL. For reference on the Macedonian language we used the SEELRC reference grammar 12 and \u0414\u0438\u0433\u0438\u0442\u0430\u043b\u0435\u043d \u0440\u0435\u0447\u043d\u0438\u043a \u043d\u0430 \u043c\u0430\u043a\u0435\u0434\u043e\u043d\u0441\u043a\u0438\u043e\u0442 j\u0430\u0437\u0438\u043a. 13", |
| "cite_spans": [ |
| { |
| "start": 82, |
| "end": 98, |
| "text": "(Rangelov, 2011)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Resources", |
| "sec_num": null |
| }, |
| { |
| "text": "The morphological analyser for Serbo-Croatian was written in the XML formalism of lttoolbox 14 (Ortiz-Rojas et al., 2005) , almost entirely from scratch, with the aim to match the lexicon of the analyser from apertium-mk-bg. Since we intended to create a resource for all three standards, a paradigm was assigned to the reflex of the vowel yat 15 to enable analysis of both ekavian and ijekavian dialects (for a more detailed reference on Serbo-Croatian dialects see Brown and Alt, 2004) , and the extended metadix format was used to enable separating different standards by analysis and generation modes.", |
| "cite_spans": [ |
| { |
| "start": 95, |
| "end": 121, |
| "text": "(Ortiz-Rojas et al., 2005)", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 467, |
| "end": 487, |
| "text": "Brown and Alt, 2004)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Analysis and generation", |
| "sec_num": null |
| }, |
| { |
| "text": "The basic inflectional paradigms were taken from the Croatian grammar (Bari\u0107 et al., 1997) , and further refined according to new entries (e.g. with voice changes not covered by basic declension patterns).", |
| "cite_spans": [ |
| { |
| "start": 70, |
| "end": 90, |
| "text": "(Bari\u0107 et al., 1997)", |
| "ref_id": "BIBREF1" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Analysis and generation", |
| "sec_num": null |
| }, |
| { |
| "text": "The entries were made mostly manually, with some proper nouns obtained semi-automatically from the Macedonian dictionary.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Analysis and generation", |
| "sec_num": null |
| }, |
| { |
| "text": "As there was no reliable, free training corpus, and the target-language based training of S\u00e1nchez-Mart\u00ednez et al. (2008) only supports 1-stage transfer, we elected to do the disambiguation solely by a Constraint Grammar module, and omit the statistical tagger component standardly used in Apertium language pairs. In case of remaining ambiguity, the system picks the first analysis from the output of the disambiguation module.", |
| "cite_spans": [ |
| { |
| "start": 90, |
| "end": 120, |
| "text": "S\u00e1nchez-Mart\u00ednez et al. (2008)", |
| "ref_id": "BIBREF6" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Disambiguation", |
| "sec_num": null |
| }, |
| { |
| "text": "The following are examples of disambiguation rules:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Disambiguation", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 Preposition-based case disambiguation: 10 http://opus.lingfil.uu.se/SETIMES.php 11 http://rechnik.on.net.mk/ 12 http://slaviccenters.duke.edu/projects/grammars 13 A digital dictionary of the Macedonian language, http://www.makedonski.info/ 14 http://wiki.apertium.org/wiki/Lttoolbox 15 Typically in ekavian it is either a long or short \"e\", while in ijekavian the long variant is reflected as \"ije\", and the short as \"je\". REMOVE Prep + $$Case IF (1 Nominal -$$Case) REMOVE Nominal + $$Case IF (NOT -1 Prep + $$Case) (NOT -1 Modifier + $$Case)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Disambiguation", |
| "sec_num": null |
| }, |
| { |
| "text": "The first rule cleans a grammatical case from a preposition 16 if it is not followed by a noun, pronoun or adjective in the same case. The second rule, similarly, cleans a case from a noun, pronoun or adjective if it is not preceded directly either by a preposition which governs the case or a modifier (e.g. adjective or demonstrative pronoun) in the same case. 17 Thus the whole phrase is correctly disambiguated as locative. These rules operate on noun phrases, and use the gender and number agreement to eliminate grammatically impossible readings. In this example the first rule removes the neuter reading from the adjective, since the noun it agrees with does not have the neuter gender. The adjective is then left only with the singular reading and the second rule proceeds to remove the plural reading from the noun.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Disambiguation", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 Adverb / adjective ambiguity: This simple rule resolves a common ambiguity by selecting the adverb reading if the word is followed by a verb.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Disambiguation", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 Dative / locative ambiguity: The cases are orthographically identical, however locative is purely prepositional, so in most cases the ambiguity is easily resolved by selecting dative if the phrase is not preceded by a locative preposition.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Disambiguation", |
| "sec_num": null |
| }, |
| { |
| "text": "The bilingual lexicon was written using the lttoolbox format, and composed mostly manually, with paradigms added to compensate the tag set differences. Translation entries were added according to the lexicon from the Macedonian analyser. Having in mind future work, translations specific solely to Bosnian, Croatian or Serbian standard were grouped in respective sections.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Lexical transfer", |
| "sec_num": null |
| }, |
| { |
| "text": "Despite the close relation of the two languages, there are substantial differences in morphology, and structures with analogous functionality are not necessarily morphologically cognate. Therefore we have used a two level syntactic transfer. The first level performs tag mappings, normalisation (e.g. case to nominative, infinitive to present), rudimentary transformations, and packing of phrases in syntactic chunks.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Syntactic transfer", |
| "sec_num": null |
| }, |
| { |
| "text": "Examples of transfer rules:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Syntactic transfer", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 The future tense: The order of clitics in both languages is different, so a series of rules was written to rearrange them.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Syntactic transfer", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 Cases as prepositional phrases: While Serbo-Croatian has seven morphological cases, Macedonian has completely replaced its declension system with analytic, prepositional and clitic constructions. The second level of transfer replaces simple noun and adjective phrases with prepositional constructions.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Syntactic transfer", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 Inference of definiteness: The definite article in Macedonian has no analogy in Serbo-Croatian (except to some extent the definiteness of adjectives). This transfer rule infers definiteness for a common noun preceding a proper noun in genitive.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Syntactic transfer", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 A clear definiteness transfer: For a class of adjectives in Serbo-Croatian definiteness can be distinctly marked. In such cases it can be directly used in translation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Syntactic transfer", |
| "sec_num": null |
| }, |
| { |
| "text": "The current status of the language pair is given in Table 5 .1.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 52, |
| "end": 59, |
| "text": "Table 5", |
| "ref_id": "TABREF7" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Status", |
| "sec_num": null |
| }, |
| { |
| "text": "This section presents an evaluation of the system performance, with coverage measured on two corpora, and a quantitative analysis. ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation", |
| "sec_num": "5.4" |
| }, |
| { |
| "text": "The data for coverage of the Serbo-Croatian analyser is given in Table 5 .2. Coverage is naive, it means that for any given form in the source language at least one analysis has been given. The analyser has been tested on a combined Wikipedia corpus, and on a corpus of Serbian and Croatian SETimes articles. The corpora was divided in four parts and average coverage calculated.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 65, |
| "end": 72, |
| "text": "Table 5", |
| "ref_id": "TABREF7" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Coverage", |
| "sec_num": null |
| }, |
| { |
| "text": "Quantitative evaluation has been performed on four articles from SETimes. The articles were translated by Apertium, and post-edited by a human translator. The first two articles were selected with nearly full coverage to get an idea of how disambiguation and transfer rules work in ideal circumstances, while the remaining two provide an assessment of the system's practical quality.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Quantitative evaluation", |
| "sec_num": null |
| }, |
| { |
| "text": "The word error rate (WER) and the position-independent error rate (PER) were calculated by the number of changes the human editor needed to make. Results are given in Table 5 .3. ", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 167, |
| "end": 174, |
| "text": "Table 5", |
| "ref_id": "TABREF7" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Quantitative evaluation", |
| "sec_num": null |
| }, |
| { |
| "text": "Although CG rules successfully rule out quite a lot of grammatically impossible analyses, the number of rules for this language pair is quite low, so disambiguation is not always correct. Another obvious source of errors are unknown words, which typically disrupt the flow of disambiguation, especially when they occur inside noun phrases.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Common problems", |
| "sec_num": null |
| }, |
| { |
| "text": "The definite article is quite difficult to infer. Though in limited cases it can be transferred from definite adjectives, or guessed from specific context, there is e.g. no straightforward way to mark a subject previously introduced in discourse as definite.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Common problems", |
| "sec_num": null |
| }, |
| { |
| "text": "Serbo-Croatian cases do not translate consistently to prepositional constructions. A notable example is the partitive vs. possessive genitive. The phrase \"\u010da\u0161a vode\" can be translated as \"\u0447\u0430\u0448\u0430 \u0432\u043e\u0434\u0430\" (\"a glass of water\") or \"\u0447\u0430\u0448\u0430\u0442\u0430 \u043d\u0430 \u0432\u043e\u0434\u0430\" (the water's glass).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Common problems", |
| "sec_num": null |
| }, |
| { |
| "text": "Both languages have a very free word order of the main constituents. For instance, an adjective can agree with a noun arbitrarily far to the left: If the noun changes gender in translation, the adjective is not matched to it, and retains the source language gender.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Common problems", |
| "sec_num": null |
| }, |
| { |
| "text": "This paper presented the design and an evaluation of a language pair for the Apertium platform. It is the first rule-based MT system between Serbo-Croatian 21 and Macedonian, and the morphological analyser and CG module are currently only such open-source resources for the languages.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "5.5" |
| }, |
| { |
| "text": "The system was dubbed by a native speaker as overall fine, there are obvious errors, but the output is legible and easily post-editable.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "5.5" |
| }, |
| { |
| "text": "A significant part of the problems is typical for a system in such an early phase of development. The morphological lexicons for both languages are small, and the same remark can be made for the number of disambiguation rules.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "5.5" |
| }, |
| { |
| "text": "Some ambiguities that arise in analysis of the source language are difficult or impossible to resolve in a simple rule-based manner, which suggests that the system should be combined with machine learning and statistical methods.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "5.5" |
| }, |
| { |
| "text": "In terms of future work the essential task is to increase coverage, to enable working with larger corpora, and to improve the disambiguation rules, which make a significant contribution to translation quality.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "5.5" |
| }, |
| { |
| "text": "The standardisation process of Montenegrin is under way, and we are awaiting the outcome to implement a separate mode.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "http://hjp.srce.hr", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "The cases the prepositions govern are marked on the analyses of the prepositions.17 The $$ prefix signifies unification, i.e. iteration over the set of all grammatical cases.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "The encliticised future tense forms (gledat\u0107u / gleda\u0107u) are handled equally.19 The Croatian normative 'zrakoplov' is also accepted and translated equally.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "The article in Macedonian attaches to the first constituent of the noun phrase.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "It is to our knowledge the first MT system supporting Bosnian. 22 http://code.google.com/soc/", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "The development of this language pair was funded as a part of the Google Summer of Code. 22 Many thanks to Jimmy O'Regan, Kevin Unhammer and other Apertium contributors for their help on Apertium, to Tino Didriksen for his help on CG, to Tihomir Rangelov for his advice in the initial phase of this work, and to Dime Mitrevski for his input on the Macedonian language.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgements", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Improving part-of-speech tagging accuracy for Croatian by morphological analysis", |
| "authors": [ |
| { |
| "first": "\u017d", |
| "middle": [], |
| "last": "Agi\u0107", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Tadi\u0107", |
| "suffix": "" |
| }, |
| { |
| "first": "Z", |
| "middle": [], |
| "last": "Dovedan", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Informatica", |
| "volume": "32", |
| "issue": "4", |
| "pages": "445--451", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Agi\u0107,\u017d., M. Tadi\u0107, and Z. Dovedan. 2008. Improving part-of-speech tagging accuracy for Croatian by morphological analysis. Informatica 32(4):445-451.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Hrvatska gramatika. Zagreb:\u0160kolska knjiga", |
| "authors": [ |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Bari\u0107", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Lon\u010dari\u0107", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Mali\u0107", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Pave\u0161i\u0107", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Peti", |
| "suffix": "" |
| }, |
| { |
| "first": "V", |
| "middle": [], |
| "last": "Ze\u010devi\u0107", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Znika", |
| "suffix": "" |
| } |
| ], |
| "year": 1997, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Bari\u0107, E., M. Lon\u010dari\u0107, D. Mali\u0107, S. Pave\u0161i\u0107, M. Peti, V. Ze\u010devi\u0107, M. Znika, et al. 1997. Hrvatska gramatika. Zagreb:\u0160kolska knjiga.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "A handbook of Bosnian", |
| "authors": [ |
| { |
| "first": "W", |
| "middle": [], |
| "last": "Brown", |
| "suffix": "" |
| }, |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Alt ; Serbian", |
| "suffix": "" |
| }, |
| { |
| "first": "Croatian", |
| "middle": [], |
| "last": "Seelrc", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Brown, W. and T. Alt. 2004. A handbook of Bosnian, Serbian, and Croatian. SEELRC.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Apertium: a free/opensource platform for rule-based machine translation. Machine translation pages", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [ |
| "L" |
| ], |
| "last": "Forcada", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Ginest\u00ed-Rosell", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Nordfalk", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "O'regan", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Ortiz-Rojas", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [ |
| "A" |
| ], |
| "last": "P\u00e9rez-Ortiz", |
| "suffix": "" |
| }, |
| { |
| "first": "F", |
| "middle": [], |
| "last": "S\u00e1nchez-Mart\u00ednez", |
| "suffix": "" |
| }, |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Ram\u00edrez-S\u00e1nchez", |
| "suffix": "" |
| }, |
| { |
| "first": "F", |
| "middle": [ |
| "M" |
| ], |
| "last": "Tyers", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "1--18", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Forcada, M.L., M. Ginest\u00ed-Rosell, J. Nordfalk, J. O'Regan, S. Ortiz-Rojas, J.A. P\u00e9rez-Ortiz, F. S\u00e1nchez-Mart\u00ednez, G. Ram\u00edrez-S\u00e1nchez, and F.M. Tyers. 2011. Apertium: a free/open- source platform for rule-based machine translation. Machine translation pages 1-18.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Construcci\u00f3n y minimizaci\u00f3n eficiente de transductores de letras a partir de diccionarios con paradigmas", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [ |
| "O" |
| ], |
| "last": "Ortiz-Rojas", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [ |
| "L" |
| ], |
| "last": "Forcada", |
| "suffix": "" |
| }, |
| { |
| "first": "G", |
| "middle": [ |
| "R" |
| ], |
| "last": "S\u00e1nchez", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Procesamiento de Lenguaje Natural", |
| "volume": "35", |
| "issue": "", |
| "pages": "51--57", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ortiz-Rojas, S.O., M.L. Forcada, and G.R. S\u00e1nchez. 2005. Construcci\u00f3n y minimizaci\u00f3n eficiente de transductores de letras a partir de diccionarios con paradigmas. Procesamiento de Lenguaje Natural 35:51-57.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Rule-based machine translation between Bulgarian and Macedonian", |
| "authors": [ |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Rangelov", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proceedings of the Second International Workshop on Free/Open-Source Rule-Based Machine Translation", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Rangelov, T. 2011. Rule-based machine translation between Bulgarian and Macedonian. In Proceedings of the Second International Workshop on Free/Open-Source Rule-Based Machine Translation (2011: Barcelona).", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Using target-language information to train part-of-speech taggers for machine translation", |
| "authors": [ |
| { |
| "first": "F", |
| "middle": [], |
| "last": "S\u00e1nchez-Mart\u00ednez", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [ |
| "A" |
| ], |
| "last": "P\u00e9rez-Ortiz", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [ |
| "L" |
| ], |
| "last": "Forcada", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Machine Translation", |
| "volume": "22", |
| "issue": "1", |
| "pages": "29--66", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "S\u00e1nchez-Mart\u00ednez, F., J.A. P\u00e9rez-Ortiz, and M.L. Forcada. 2008. Using target-language information to train part-of-speech taggers for machine translation. Machine Translation 22(1):29-66.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "South-East European times: A parallel corpus of Balkan languages", |
| "authors": [ |
| { |
| "first": "F", |
| "middle": [], |
| "last": "Tyers", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [ |
| "S" |
| ], |
| "last": "Alperen", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Forthcoming in the proceedings of the LREC workshop on \"Exploitation of multilingual resources and tools for Central and (South) Eastern European Languages", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Tyers, F. and M.S. Alperen. 2010. South-East European times: A parallel corpus of Balkan languages. In Forthcoming in the proceedings of the LREC workshop on \"Exploitation of multilingual resources and tools for Central and (South) Eastern European Languages.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Intex and Slavonic morphology. INTEX pour la linguistique et le traitement automatique des langues", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Vitas", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Krstev", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "19--33", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Vitas, D. and C. Krstev. 2004. Intex and Slavonic morphology. INTEX pour la linguistique et le traitement automatique des langues, Presses Universitaires de Franche-Comt\u00e9 pages 19-33.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Processing Serbian written texts: An overview of resources and basic tools", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Vitas", |
| "suffix": "" |
| }, |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Pavlovi\u0107-La\u017eeti\u0107", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Krstev", |
| "suffix": "" |
| }, |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Popovi\u0107", |
| "suffix": "" |
| }, |
| { |
| "first": "I", |
| "middle": [], |
| "last": "Obradovi\u0107", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Workshop on Balkan Language Resources and Tools", |
| "volume": "21", |
| "issue": "", |
| "pages": "97--104", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Vitas, D., G. Pavlovi\u0107-La\u017eeti\u0107, C. Krstev, L. Popovi\u0107, and I. Obradovi\u0107. 2003. Processing Serbian written texts: An overview of resources and basic tools. In Workshop on Balkan Language Resources and Tools, vol. 21, pages 97-104.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Automatic acquisition of inflectional lexica for morphological normalisation", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Snajder", |
| "suffix": "" |
| }, |
| { |
| "first": "B", |
| "middle": [ |
| "Dalbelo" |
| ], |
| "last": "Bojana", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Ba\u0161i\u0107", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Tadi\u0107", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Information Processing and Management", |
| "volume": "44", |
| "issue": "5", |
| "pages": "1720--1731", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Snajder, J., Bojana B. Dalbelo Ba\u0161i\u0107, and M. Tadi\u0107. 2008. Automatic acquisition of inflec- tional lexica for morphological normalisation. Information Processing and Management 44(5):1720-1731.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "num": null, |
| "type_str": "figure", |
| "uris": null, |
| "text": "Noun phrases: (10) ...lijepa\u017eena... [pretty.adj.(nt.pl)/(f.sg)] [woman.n.(f.sg)/(f.pl)] (a pretty woman) REMOVE Modifier + $$GenNum IF (1 Nominal -$$GenNum) REMOVE Nominal + $$GenNum IF (-1 Modifier -$$GenNum)" |
| }, |
| "TABREF0": { |
| "num": null, |
| "content": "<table/>", |
| "html": null, |
| "type_str": "table", |
| "text": "...u mojoj ku\u0107i... [in.pr.gen/acc/loc] [my.prn.dat/loc] [house.dat/loc] (in my house)" |
| }, |
| "TABREF7": { |
| "num": null, |
| "content": "<table><tr><td colspan=\"2\">.2: Coverage</td><td/></tr><tr><td>Corpus</td><td colspan=\"2\">Coverage Std. dev.</td></tr><tr><td>Wikipedia (sh+bs+sr+hr)</td><td>73.12%</td><td>0.36</td></tr><tr><td>SETimes (sr + hr)</td><td>82.64%</td><td>0.38</td></tr></table>", |
| "html": null, |
| "type_str": "table", |
| "text": "" |
| }, |
| "TABREF8": { |
| "num": null, |
| "content": "<table><tr><td/><td colspan=\"3\">.3: Quantitative evaluation</td><td/></tr><tr><td>Article</td><td colspan=\"3\">OOV 1 Words WER</td><td colspan=\"2\">PER Translit. 2</td></tr><tr><td>setimes.pilots.txt</td><td>0.4%</td><td>454</td><td colspan=\"2\">29.9% 20.5%</td><td>97.5%</td></tr><tr><td>setimes.tablice.txt</td><td>0.4%</td><td>470</td><td colspan=\"2\">48.1% 34.6%</td><td>85.2%</td></tr><tr><td>setimes.klupa.txt</td><td>18.1%</td><td>480</td><td colspan=\"2\">60.4% 46.8%</td><td>82.7%</td></tr><tr><td colspan=\"2\">setimes.povijest.txt 14.2%</td><td>529</td><td colspan=\"2\">53.4% 40.5%</td><td>84.8%</td></tr></table>", |
| "html": null, |
| "type_str": "table", |
| "text": "" |
| }, |
| "TABREF9": { |
| "num": null, |
| "content": "<table/>", |
| "html": null, |
| "type_str": "table", |
| "text": "18) Vo\u017enja.n.fem zrakoplovom ... bila je odlu\u010duju\u0107a.adj.fem \u2192 \u0412\u043e\u0437\u0435\u043dj\u0435.n.neut \u0441\u043e \u0430\u0432\u0438\u043e\u043d\u043e\u0442 ... \u0431\u0435\u0448\u0435 \u0440\u0435\u0448\u0430\u0432\u0430\u0447\u043a\u0430.adj.fem [The airplane ride ... was decisive]" |
| } |
| } |
| } |
| } |