Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "W19-0303",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T06:13:52.255043Z"
},
"title": "What does the Nom say? An algorithm for case disambiguation in Hungarian",
"authors": [
{
"first": "No\u00e9mi",
"middle": [],
"last": "Ligeti",
"suffix": "",
"affiliation": {},
"email": "[email protected]"
},
{
"first": "Nagy",
"middle": [],
"last": "Mta-Ppke",
"suffix": "",
"affiliation": {},
"email": ""
},
{
"first": "Andrea",
"middle": [],
"last": "D\u00f6m\u00f6t\u00f6r",
"suffix": "",
"affiliation": {},
"email": "[email protected]"
},
{
"first": "No\u00e9mi",
"middle": [],
"last": "Vad\u00e1sz",
"suffix": "",
"affiliation": {},
"email": "[email protected]"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "In this paper, we present our algorithm called nom-or-not designed for dissolving case-disambiguation in Hungarian. By case, we mean an abstract syntactic case, a kind of syntactic role of the given token. Nouns and proper names, adjectives, participles and numerals without a case suffix are always tagged as Nom, although the lack of case ending may represent various functions: it may mark the subject of the sentence or a possessor or the nominal part of a nominal predicate or the vocative case; on top of that, a modifier of a nominal or a nominal combined with a postposition lacks a case suffix as well; proper names consisting of two or more elements are also caseless. Our algorithm is motivated by the needs of a psycholinguistically motivated parser which aims to process sentences from left to right. Therefore, our case disambiguator follows the basic principles of the parser and analyses the sentences from left to right, always making a decision based on the information of the previously processed elements and the elements in a two token wide look-ahead parsing window. Our preliminary results show that if some modifications and new rules are added and it's run on a more precisely annotated corpus, it can improve the disambiguator algorithm. The preliminary results were obtained from a manually annotated corpora of 500 sentences.",
"pdf_parse": {
"paper_id": "W19-0303",
"_pdf_hash": "",
"abstract": [
{
"text": "In this paper, we present our algorithm called nom-or-not designed for dissolving case-disambiguation in Hungarian. By case, we mean an abstract syntactic case, a kind of syntactic role of the given token. Nouns and proper names, adjectives, participles and numerals without a case suffix are always tagged as Nom, although the lack of case ending may represent various functions: it may mark the subject of the sentence or a possessor or the nominal part of a nominal predicate or the vocative case; on top of that, a modifier of a nominal or a nominal combined with a postposition lacks a case suffix as well; proper names consisting of two or more elements are also caseless. Our algorithm is motivated by the needs of a psycholinguistically motivated parser which aims to process sentences from left to right. Therefore, our case disambiguator follows the basic principles of the parser and analyses the sentences from left to right, always making a decision based on the information of the previously processed elements and the elements in a two token wide look-ahead parsing window. Our preliminary results show that if some modifications and new rules are added and it's run on a more precisely annotated corpus, it can improve the disambiguator algorithm. The preliminary results were obtained from a manually annotated corpora of 500 sentences.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Here we present a rule-based algorithm offering a case disambiguation method designed primarily for the AnaGramma parsing system (Pr\u00f3sz\u00e9ky and Indig, 2015; Pr\u00f3sz\u00e9ky et al., 2016) . Following a brief description of the parsing system and its principles we turn to the discussion of the possible functions of nominals in the sentence and finally we introduce our algorithm disambiguating caseless nominals in Hungarian sentences.",
"cite_spans": [
{
"start": 129,
"end": 155,
"text": "(Pr\u00f3sz\u00e9ky and Indig, 2015;",
"ref_id": "BIBREF12"
},
{
"start": 156,
"end": 178,
"text": "Pr\u00f3sz\u00e9ky et al., 2016)",
"ref_id": "BIBREF14"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The current algorithm is an upgraded and extended version of two previously described algorithms presented in Ligeti-Nagy et al. (2018) and D\u00f6m\u00f6t\u00f6r (2018) , to be described in details below.",
"cite_spans": [
{
"start": 110,
"end": 135,
"text": "Ligeti-Nagy et al. (2018)",
"ref_id": "BIBREF6"
},
{
"start": 140,
"end": 154,
"text": "D\u00f6m\u00f6t\u00f6r (2018)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "It is inevitable to clarify some terminological questions. Throughout this article, by nominals we mean nouns, adjectives, participles and numerals -words able to fill the role of a subject or a possessor, words that may be modifiers of another nominal etc. This also applies to pronouns that substitute these lexical word classes.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "With case, and more specifically, with function in the sentence on the one hand we refer to the set of syntactic roles in the sentence, on the other hand we use function in the sentence to identify nominal positions inside a noun phrase (NP) as well. Therefore, when we aim to specify the function of a caseless nominal in the sentence, we want to determine if it is the argument of a verb. Otherwise we specify its role inside an NP.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Our algorithm fits into the frame of AnaGramma, a psycholinguistically motivated parsing system which tries to model human sentence processing with its left-to-right and word-by-word parsing design. The context of a word often influences its interpretation, therefore AnaGramma uses a two token wide look-ahead window that provides information of the right context of the word, while the information of the previously processed elements is always available in the so-called pool. The theoretical background of AnaGramma is based on a two-phased sentence processing model, the Sausage Machine where the parsing process consists of two main phases. The first phase is -as Frazier and Fodor (Frazier and Fodor (1978) ) calls it -the Preliminary Phrase Packager which assigns the lexical and phrasal nodes to groups of words within the string input. The look-ahead window of AnaGramma implements this first phase. In this phase the components of the sentence are prepared, e.g. disambiguation of case-ambiguous nominals presented in this paper. Then, in the second phase, these packaged phrases get their roles in the sentence by adding non-terminal nodes. The second phase is called the Sentence Structure Supervisor, as the packagesthe pieces of the sausage -receive their role in the sentence.",
"cite_spans": [
{
"start": 688,
"end": 713,
"text": "(Frazier and Fodor (1978)",
"ref_id": "BIBREF4"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Background",
"sec_num": "2"
},
{
"text": "Our basic assumption about caseless nominals is that their function in a sentence may be one of the followings: subject (1a), unmarked possessor (1b), argument of a postposition 1 (1c), element in vocative case (where the noun or the pronoun is used to address a person directly, (1d)), modifier of another nominal (1e), part of a proper name consisting of more than one component (1f) or part of a nominal predicate (discussed in detail later). In the examples (1a)-(1f), the third row illustrates the current morphological annotation of the words. 1 'The previous neighbour was kind. '",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Caseless nominals in Hungarian",
"sec_num": "2.1"
},
{
"text": "1 Considering the noun to be the argument of the postposition is a simplification and is motivated by AnaGramma being a dependency-parser. In our system, the noun is a dependent of the postposition. A detailed argument for this, however, is beyond the scope of this paper. As mentioned above, the emphasised nominals in (1a)-(1f) are either arguments of the verb or parts of an NP. The role of predicative nominals, however, is different. Sentence parsing in computational linguistics is usually based on the verb and its argument frame. However, in Hungarian, it is possible to make well-formed, complete and non-elliptic sentences without a finite verb. This is due to the so-called zero copula phenomenon. The copula in Hungarian can be defined as 'an expletive' which is present \"if and only if its presence is required by a morphophonological constraint\" (\u00c9. Kiss (2002) :72). This morphophonological constraint is related to the Third Person Parameter of Stassen (1994) which means that the (verbal) copula can only be omitted in the third person in present tense. See examples in (2).",
"cite_spans": [
{
"start": 864,
"end": 875,
"text": "Kiss (2002)",
"ref_id": "BIBREF3"
},
{
"start": 961,
"end": 975,
"text": "Stassen (1994)",
"ref_id": "BIBREF16"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Caseless nominals in Hungarian",
"sec_num": "2.1"
},
{
"text": "(2) a. In nominal sentences like (2a) the parsing tool needs to be able to identify whether or not the sentence contains a nominal predicate as the nominal this should be the head of the whole sentence.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Caseless nominals in Hungarian",
"sec_num": "2.1"
},
{
"text": "Predicative nominals can be nouns, adjectives, occasionally numerals, and pronouns that substitute these elements. If the predicate is a noun phrase, then the nominal, which is the head of the phrase, is considered predicative. According to Higgins (1973) and others there are various types of copular clauses. The two main categories are predicative and equative sentences. By the former one, we mean those copular sentences in which the nominal predicate is a bare noun or adjective, an indefinite noun phrase or adjectival phrase which denotes an attribute of the subject. In contrast, the latter sentence type states the equality of two individuals. In this case, both the predicate and the subject must be a referential, therefore a determiner phrase (DP) -which encodes definiteness in Hungarian. DPs can be NPs with definite article, proper names or possessive NPs.",
"cite_spans": [
{
"start": 241,
"end": 255,
"text": "Higgins (1973)",
"ref_id": "BIBREF5"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Caseless nominals in Hungarian",
"sec_num": "2.1"
},
{
"text": "The predicative nominal is morphologically unmarked in both types of copular sentences, therefore it shows no difference in form to nominative, genitive and caseless nominals mentioned above. The issue of the case of predicative nominals could be subject of theoretical debate. There are three main approaches to this question. We could either 1) assume a phonologically zero predicative nominal, 2) claim that the nominal predicate is nominative which gets its case by the agreement with its subject (Sz\u00e9cs\u00e9nyi, 2000) , or 3) simply consider it caseless. This study does not intend to take sides in this issue. With respect to automatic parsing, we may consider the predicative role as a functional feature indicating that the nominal in question needs a subject and optionally a copula as complement. The question of abstract cases does not have special importance for our purposes, therefore in the following, predicative nominals will simply be considered nominals with predicative feature and without case marking. Based on the above described roles it can be stated that caseless nominals either bear a phonologically zero case suffix (when functioning as a subject as in (1a), an unmarked possessor (1b) or being in vocative case (1d)) or bearing nothing (when modifying another nominal (1e), being followed by a postposition (1c), being part of a complex proper name (1f), or functioning as a predicative nominal (2)).",
"cite_spans": [
{
"start": 501,
"end": 518,
"text": "(Sz\u00e9cs\u00e9nyi, 2000)",
"ref_id": "BIBREF17"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Caseless nominals in Hungarian",
"sec_num": "2.1"
},
{
"text": "Throughout this paper the following annotation is used to distinguish the previously detailed functions:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Caseless nominals in Hungarian",
"sec_num": "2.1"
},
{
"text": "\u2022 phonologically zero case suffix (marking either a Nom or a Gen): \u03b1",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Caseless nominals in Hungarian",
"sec_num": "2.1"
},
{
"text": "\u2022 real 'caselessness' (marking the true lack of case ending): 0",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Caseless nominals in Hungarian",
"sec_num": "2.1"
},
{
"text": "\u2022 tag marking the predicative nominal: Pred",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Caseless nominals in Hungarian",
"sec_num": "2.1"
},
{
"text": "\u2022 Nom, Gen, and Voc stands for the nominative, genitive, and vocative case, respectively",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Caseless nominals in Hungarian",
"sec_num": "2.1"
},
{
"text": "nom-or-what presented in (Ligeti-Nagy et al., 2018) is a rule-based algorithm primarily built on the ideas drawn up in (Vad\u00e1sz and Indig, 2018) where a basic method was introduced to identify unmarked possessors in a sentence (nomorgen). nom-or-what aims to identify the roles of caseless nominals in the sentence solely based on the information seen in the two token wide look-ahead window and was essentially planned to be a module of the AnaGramma parser. This algorithm does not disambiguate nouns in vocative case and only operates on sentences with a verb present (meaning that it does not intend to identify nominal predicates). The algorithm was designed by analysing the caseless nominals both inside and in the final position of an NP in a syntactically annotated corpus of Hungarian (Szeged Treebank 2.0, Csendes et al. (2005) ). Three sets of rules were created for nouns, adjectives, and numerals. The rules attempt to define the precise role of the token under examination based on its morphological annotation and on the information gained from the parsing window. If no solid decision can be made and more information is needed to further specify an element, default tags were used. The performance of the algorithm was evaluated on a manually annotated corpus of 500 sentences collected from the Hungarian Gigaword Corpus (Oravecz et al., 2014) . The high precision (97.73%) indicated that the basic principles of the algorithm are correct. The relatively low recall (67.63%) was explained by the authors as a sign of the excessive use of default values.",
"cite_spans": [
{
"start": 119,
"end": 143,
"text": "(Vad\u00e1sz and Indig, 2018)",
"ref_id": "BIBREF19"
},
{
"start": 816,
"end": 837,
"text": "Csendes et al. (2005)",
"ref_id": "BIBREF0"
},
{
"start": 1339,
"end": 1361,
"text": "(Oravecz et al., 2014)",
"ref_id": "BIBREF11"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Previous algorithms",
"sec_num": "2.2"
},
{
"text": "The algorithm described in D\u00f6m\u00f6t\u00f6r (2018) (named is-pred) was also designed to constitute a part of the AnaGramma parser. It follows the principles of the sausage machine model described in section 2. nom-or-what was basically the implementation of the first phase of this two-phased parsing model. The second phase carried out by is-pred uses the whole left context, the so-called pool. Besides, the is-pred algorithm strongly relies on the output of nom-or-what, as there would be little chance to identify predicative nominals based exclusively on the left context without taking into account the local decisions of the first phase.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Previous algorithms",
"sec_num": "2.2"
},
{
"text": "In sum, the input of is-pred is a sequence that consists of the nominal in question and the part of the sentence that precedes it. The left context of the current word is already analysed and disambiguated by nom-or-what (if possible), thus the algorithm can use various pieces of morphosyntactic information from the pool. The output is a value, similar to trivalent logic: Pred if the nominal is obviously a predicate, Nonpred if it is obviously not a predicate, and Undefined if its syntactic role is still unclear from the given information.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Previous algorithms",
"sec_num": "2.2"
},
{
"text": "The is-pred algorithm achieved high precision on its test, however, it has some deficiencies that should be improved. On the one hand, its responses are binary which do not complete the analysis in the Nonpred cases. On the other hand, is-pred only handles the predicative copular clauses, therefore the recognition of nominal predicates in equative sentences is a significant gap that this study intends to fill.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Previous algorithms",
"sec_num": "2.2"
},
{
"text": "The idea behind the current algorithm -called nom-or-not, referring to its role as a synthesis of its antecedents -is, on the one hand, to merge all working and tested rules of the previous algorithms, and, on the other hand, to fill as many gaps left as possible.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Previous algorithms",
"sec_num": "2.2"
},
{
"text": "The method of nom-or-not follows nom-or-what and is-pred in being rule-based which means that the algorithm does not use machine learning approaches rather it is built on linguistically grounded, hand-crafted rules. The main difference among the three is that nom-or-not merges the two phases of parsing and aims to disambiguate each possible role of caseless nominals in one step. For this task, it is necessary to use both the window and the pool at the same time, therefore the algorithm operates with both forward-and back-looking rules. In either case, the principal source of information is the morphological annotation with only a small scent of lexical information. That is, the disambiguation of caseless nominals is carried out primarily based on the syntactic structure.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Method",
"sec_num": "3"
},
{
"text": "The algorithm is designed to process sentences annotated by the emMorph morphological analyser (Nov\u00e1k (2003) , Nov\u00e1k (2014) , Nov\u00e1k et al. (2016) ), where the token, the lemma and the morphological tags are separated by a /, and the morphological tags are in square brackets (USA/USA/[/N][NOM]). The algorithm processes the sentences from left to right, word by word. The rules are only applied if the token under examination is tagged as Nom. As the targeted parsing method has a psycholinguistic motivation, the case disambiguation algorithm first gathers all the information of the given nominal that is deductible from the pool (the collection of the information of the already processed elements). The back-looking rules are used for preliminary disambiguation of predicative nominals, and they are the following:",
"cite_spans": [
{
"start": 95,
"end": 108,
"text": "(Nov\u00e1k (2003)",
"ref_id": "BIBREF7"
},
{
"start": 111,
"end": 123,
"text": "Nov\u00e1k (2014)",
"ref_id": "BIBREF9"
},
{
"start": 126,
"end": 145,
"text": "Nov\u00e1k et al. (2016)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Method",
"sec_num": "3"
},
{
"text": "\u2022 If there is a non-copular finite verb in the pool \u2192 the current token is not Pred",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Method",
"sec_num": "3"
},
{
"text": "\u2022 If there is a nominative in the pool \u2192 the current token is Pred, if other cases will be ruled out based on the window, and only Nom and Pred remains as an option",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Method",
"sec_num": "3"
},
{
"text": "\u2022 If the word is the possible head of a DP and there is no nominative in the pool \u2192 it is not Pred The rule to detect vocative case on nominals is rather simple at the moment: if the pool contains a verb in 1st or 2nd person singular or plural, and now we see a 3rd person singular or plural noun assigned nominative case Nom (see example 3, where the morphological annotation of the words can be seen in the third line), then it is a Voc.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Method",
"sec_num": "3"
},
{
"text": "( Having exploited the left context the algorithm refines its judgment about the nominal in question using the information gathered from the window. The forwardlooking rules are displayed in decision trees in Figures 1-3 . Obviously, only those branches will be activated that are relevant considering the conclusions drawn up from the information coming from the pool; and every non-final decision is finalised if the knowledge based on the pool makes it possible to rule out a part of the outcome. (E.g. an edge leads us to a leaf with the tag nom_or_pred on it, but the pool already made it clear that the actual token cannot be a Pred, therefore here the tag Nom will be assigned to this token.)",
"cite_spans": [],
"ref_spans": [
{
"start": 209,
"end": 220,
"text": "Figures 1-3",
"ref_id": "FIGREF3"
}
],
"eq_spans": [],
"section": "Method",
"sec_num": "3"
},
{
"text": "As the algorithm does not exploit the whole sentence, there necessarily may remain cases where no certain decision can be made. We use the following tags for these cases:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Method",
"sec_num": "3"
},
{
"text": "\u2022 \u03b1: this is the default case of nouns; if no final tag can be assigned to a noun, but the predicative function is ruled out, the token in question is marked with an \u03b1, which can later be further specified as Nom or Gen",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Method",
"sec_num": "3"
},
{
"text": "\u2022 Nom/Pred: a tag signaling that the given word may either be the subject of the sentence or the nominal predicate",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Method",
"sec_num": "3"
},
{
"text": "\u2022 0/Pred: a tag signaling that the given word may either be a modifier element in an NP or the nominal predicate of the sentence",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Method",
"sec_num": "3"
},
{
"text": "We assume that nouns and proper names share the same default role -the one marked by \u03b1 -with the default case of adjectives, participles, and numerals being 0. Figure 1 shows the forward-looking rules activated when the token in question is a noun, a proper name, or a plural adjective or participle. The root of the tree is the POS-tag of the given word. The edges on the first level of the tree contain information gathered from the first element in the parsing window. As an example, if the first token in the window contains the tag of a postposition (Post), the algorithm assigns the tag 0 to the word in question, deleting its original Nom tag. The edges on the second level contain information seen on the second element in the parsing window. These edges are only activated if no final decision could be made based on the first token in the window and only a default tag was assigned to the given token.",
"cite_spans": [],
"ref_spans": [
{
"start": 160,
"end": 168,
"text": "Figure 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "Method",
"sec_num": "3"
},
{
"text": "A special distinction is made during the process not visible on the decision trees. If the given word has a possessive case suffix on it, no Gen tag can be assigned to it based on a possessive suffix on the second element in the window. It is a simplification with which we intend to rule out cases like (4a). The genitive case of a word like the one in bold in (4b) remain identifiable for the algorithm by detecting the possessive suffix on the first element in the window (megb\u00edz\u00e1s\u00e1b\u00f3l ('on behalf of the government')). The rules for singular adjectives and participles are displayed in Figure 2 . The same distinction explained above is valid for the analysis of these tokens as well. Finally, the rules for numerals can be seen in Figure 3 . Throughout the figures we use the macro NPMod for adjectives and participles as nom-or-gen started to tag every adjective and participle as NPMod referring to their ability to modify an NP.",
"cite_spans": [],
"ref_spans": [
{
"start": 590,
"end": 598,
"text": "Figure 2",
"ref_id": null
},
{
"start": 736,
"end": 744,
"text": "Figure 3",
"ref_id": "FIGREF3"
}
],
"eq_spans": [],
"section": "Method",
"sec_num": "3"
},
{
"text": "The algorithm implemented in Python is available with the test corpus containing the gold standard annotation at https://github.com/ppke-nlpg/nom-or-not.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Method",
"sec_num": "3"
},
{
"text": "For the evaluation of the performance of the algorithm we used a randomly composed subcorpus of the Hungarian Gigaword Corpus. The test corpus contains 500 sentences with no restriction to genre, content or quality. We carried out the morphological analysis of the sentences with the emMorph tool integrated in e-magyar language processing system (V\u00e1radi et al. (2018) ).",
"cite_spans": [
{
"start": 347,
"end": 368,
"text": "(V\u00e1radi et al. (2018)",
"ref_id": "BIBREF20"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Results",
"sec_num": "4"
},
{
"text": "The testcorpus contains 2 255 tokens tagged as Nom by the morphological analyser. We manually annotated them with tags from the set described above. The output of the algorithm was compared to this gold standard. It is important to note that the human annotation took the whole sentence into consideration and no default tags were allowed (unless the whole sentence was ambiguous). As the algorithm operates without analysing the whole sentence, it necessarily provides ambiguous responses in some cases meaning that we cannot expect 100% recall. The algorithm was consciously designed to work with high precision instead of high recall.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Results",
"sec_num": "4"
},
{
"text": "The evaluation follows the rules described in Table 1 . The true positive (TP) matches are the correct ones. The erroneous or overspecified results are considered false positives (FP). Finally, we refer to the uncertain (underspecified) responses of the algorithm as false negatives (FN). The results are shown in Table 2 . By precision we mean the percentage of T P /(T P + F P ) and by recall we mean T P /(T P + F P + F N ). Figure 1 : Decision tree summarising the rules concerning nouns, proper names, and plural adjectives, numerals and participles. The root of the tree is the POS-tag of the token under examination. The edges on the first level contain information seen on the first element in the parsing window. The edges on the second level contain information seen on the second element in the parsing window. be_1st_2nd is a macro for the 1st and 2nd person forms of the copula. Not is a macro for negation. be_not_is is a macro for any copula except for the singular and plural 3rd person form of be.",
"cite_spans": [],
"ref_spans": [
{
"start": 46,
"end": 53,
"text": "Table 1",
"ref_id": null
},
{
"start": 314,
"end": 321,
"text": "Table 2",
"ref_id": null
},
{
"start": 428,
"end": 436,
"text": "Figure 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "Results",
"sec_num": "4"
},
{
"text": "As can be seen, the algorithm achieved moderately good recall and a precision lower than expected. We analysed the results in more detail in a confusion matrix (Table 3) Figure 2 : Decision tree summarising the rules concerning (singular) adjectives and participles. The root of the tree is the POS-tag of the token under examination. The edges on the first level contain information seen on the first element in the parsing window. The edges on the second level contain information seen on the second element in the parsing window. be_1st_2nd is a macro for the 1st and 2nd person forms of the copula. Not is a macro for negation. be_not_is is a macro for any copula except for the singular and plural 3rd person form of be. the gold standard annotation.",
"cite_spans": [],
"ref_spans": [
{
"start": 160,
"end": 169,
"text": "(Table 3)",
"ref_id": "TABREF5"
},
{
"start": 170,
"end": 178,
"text": "Figure 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "Results",
"sec_num": "4"
},
{
"text": "A significant part of the errors (102) is due to an erroneous morphological annotation of the surrounding tokens. We eliminated those from the final results.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Results",
"sec_num": "4"
},
{
"text": "As expected, the algorithm performs with a moderately high recall compared to that of nom-or-what (67.63%) which is due to the fact that some of the default tags were eliminated from the algorithm. Recall is influenced by the number of false negative hits (361 in the results). Considering that the algorithm does not have the whole sentence available when deciding, underspecification (resulting in false negative hits) Table 1 : Rules of evaluation. The tags in the result column are the ones assigned by the algorithm. The tags in the standard column are the gold standard annotation.",
"cite_spans": [],
"ref_spans": [
{
"start": 421,
"end": 428,
"text": "Table 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "Discussion",
"sec_num": "5"
},
{
"text": "is comprehensible in many of the cases. These results are not as problematic for the whole parsing task as the false positive ones, since the uncertain tags can still be specified at a later point of parsing with the scanning of further words.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "5"
},
{
"text": "Precision Recall F-measure 77.82% 79.3% 78.55% Table 2 : Test results of the nom-or-not algorithm evaluated on 500 randomly selected and manually annotated sentences The confusion matrix in Table 3 reveals that the majority of FP hits (268) is in connection with Nom or Pred, and more than half of them (162) is caused by a swap of these two tags. This can be explained on the one hand with the fact that our rules detecting predicative nominals are highly dependent on our preceding decisions on nominals: if a Nom was found we assume that no more Nom should be identified. However, our rules do not take clause boundaries into consideration, although a previously found Nom may be the subject of another clause other than the clause under examination . Stopping the backwards-looking rules on clause boundaries is a rather important issue to solve later. Obviously, any erroneously annotated Nom can lead to further mistakes during the analysis, even within the same clause. On the other hand, transposing Nom with Gen or vice versa is often caused by a verb falsely considered a copular verb. Lehet (may be) or lesz (will be) are just two examples of verbs that can either be a copular verb or a normal verb. This distinction is not available in their current morphological annotation, therefore the algorithm always assumes them to be a copular verb.",
"cite_spans": [],
"ref_spans": [
{
"start": 47,
"end": 54,
"text": "Table 2",
"ref_id": null
},
{
"start": 190,
"end": 197,
"text": "Table 3",
"ref_id": "TABREF5"
}
],
"eq_spans": [],
"section": "Discussion",
"sec_num": "5"
},
{
"text": "Another source of errors (159 cases) is the undiscovered inner structure of constructions like (5a) and (5b). Here we assume that there is no case suffix on the first element, therefore a 0 would be the correct tag for it. However, detecting these names is challenging and currently not solved in nom-or-not. There is no visible sign of the connection between the words in these constructions, especially not in their morphological analysis. Therefore, the first element most often receives a default tag. Presumably, these cases should be referred to a module responsible for world knowledge. Finally, cases like (6a) present a challenge to our algorithm as well: these are some kind of exclamations without any particular case suffix on them, as they play no role in the sentence. We would assign a 0 tag for them, but their distinction is quite problematic and at the moment unsolved in a sentence.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "5"
},
{
"text": "(6) a. T\u00e1mad\u00e1s! attack N.Nom 'Attack!'",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "5"
},
{
"text": "Setting the unsolved problems and all the errors aside, we can see that the algorithm performs well with genitive case and with tokens not bearing any suffix at all (tagged with 0). With Pred, on the other hand, nom-or-not is quite uncertain, but never assigns any Gen or 0 tag to the nominal predicates of a sentence.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "5"
},
{
"text": "A part of the underspecification (FN results) may be solved by inserting a final step at the end of the analysis of each sentence: any verb following the tokens tagged as Nom/Pred can clarify its role as Nom.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "5"
},
{
"text": "We presented our rule-based algorithm called nom-or-not designed to disambiguate the role of caseless nominals for Hungarian. It is the successor of some related algorithms, each of which were implemented to solve a small part of the complex problem. Here we intended to provide an algorithm able to deal with every possible role of caseless nominals.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "6"
},
{
"text": "In this paper, we presented the design of the algorithm accompanied by the preliminary results obtained by evaluating the algorithm's performance on a test corpus containing 500 manually annotated sentences. Although we expected a higher precision, the majority of FP results is not a random mistake but a systematic error that can and should be solved by extending our rules or by evaluating the algorithm on a more precisely annotated test corpus. The recall is higher than our expectations proving that eliminating the default tags of adjectives, participles and numerals results in a better performance.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "6"
},
{
"text": "There are numerous tasks ahead of us: we need to revise our rules concerning predicative nominals as they seem to cause a significant amount of FP results. After inserting a final check in the algorithm that makes it able to clarify the role of tokens temporarily annotated with a tag of a default value, nom-or-not will hopefully provide a solution of high precision and recall for this case-disambiguation task for Hungarian.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "6"
}
],
"back_matter": [],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "The Szeged Treebank",
"authors": [
{
"first": "D\u00f3ra",
"middle": [],
"last": "Csendes",
"suffix": ""
},
{
"first": "J\u00e1nos",
"middle": [],
"last": "Csirik",
"suffix": ""
},
{
"first": "Tibor",
"middle": [],
"last": "Gyim\u00f3thy",
"suffix": ""
},
{
"first": "Andr\u00e1s",
"middle": [],
"last": "Kocsor",
"suffix": ""
}
],
"year": 2005,
"venue": "Text, Speech and Dialogue: 8th International Conference, TSD 2005",
"volume": "",
"issue": "",
"pages": "123--131",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "D\u00f3ra Csendes, J\u00e1nos Csirik, Tibor Gyim\u00f3thy, and Andr\u00e1s Kocsor. 2005. The Szeged Treebank. In V\u00e1clav Matou\u0161ek, Pavel Mautner, and Tom\u00e1\u0161 Pavelka, editors, Text, Speech and Dialogue: 8th International Conference, TSD 2005, Karlovy Vary, Czech Republic, September 12-15, 2005. Proceedings. Springer Berlin Heidelberg, Berlin, Heidelberg, pages 123-131.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Nem mind VP, ami \u00e1ll\u00edt -A n\u00e9vsz\u00f3i \u00e1ll\u00edtm\u00e1ny azonos\u00edt\u00e1sa sz\u00e1m\u00edt\u00f3g\u00e9pes elemz\u0151ben [All that Predicates is not VP -The Identification of Nominal Predicate in Automatic Parsing",
"authors": [
{
"first": "Andrea",
"middle": [],
"last": "D\u00f6m\u00f6t\u00f6r",
"suffix": ""
}
],
"year": 2018,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Andrea D\u00f6m\u00f6t\u00f6r. 2018. Nem mind VP, ami \u00e1ll\u00edt -A n\u00e9vsz\u00f3i \u00e1ll\u00edtm\u00e1ny azonos\u00edt\u00e1sa sz\u00e1m\u00edt\u00f3g\u00e9pes elemz\u0151ben [All that Predicates is not VP -The Identification of Nominal Predicate in Automatic Parsing].",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Doktoranduszok tanulm\u00e1nyai az alkalmazott nyelv\u00e9szet k\u00f6r\u00e9b\u0151l 2018",
"authors": [],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "3--10",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "In Zs\u00f3fia Lud\u00e1nyi, Val\u00e9ria Krepsz, and Tekla Etelka Gr\u00e1czi, editors, Doktoranduszok tanulm\u00e1nyai az alkalmazott nyelv\u00e9szet k\u00f6r\u00e9b\u0151l 2018. pages 3-10.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "The Syntax of Hungarian",
"authors": [
{
"first": "Katalin",
"middle": [
"\u00c9"
],
"last": "Kiss",
"suffix": ""
}
],
"year": 2002,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Katalin \u00c9. Kiss. 2002. The Syntax of Hungarian. Cambridge University Press.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "The Sausage Machine: A New Two-stage Parsing Model",
"authors": [
{
"first": "Lyn",
"middle": [],
"last": "Frazier",
"suffix": ""
},
{
"first": "Janet",
"middle": [
"Dean"
],
"last": "Fodor",
"suffix": ""
}
],
"year": 1978,
"venue": "Cognition",
"volume": "6",
"issue": "4",
"pages": "291--325",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Lyn Frazier and Janet Dean Fodor. 1978. The Sausage Machine: A New Two-stage Parsing Model. Cognition 6(4):291-325.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "The Pseudo-Cleft Construction in English",
"authors": [
{
"first": "Francis Roger",
"middle": [],
"last": "Higgins",
"suffix": ""
}
],
"year": 1973,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Francis Roger Higgins. 1973. The Pseudo-Cleft Construction in English. Garland Press, New York.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Nulla vagy semmi? Esetegy\u00e9rtelm\u0171s\u00edt\u00e9s az ablakban",
"authors": [
{
"first": "No\u00e9mi",
"middle": [],
"last": "Ligeti-Nagy",
"suffix": ""
},
{
"first": "No\u00e9mi",
"middle": [],
"last": "Vad\u00e1sz",
"suffix": ""
}
],
"year": 2018,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "No\u00e9mi Ligeti-Nagy, No\u00e9mi Vad\u00e1sz, Andrea D\u00f6m\u00f6t\u00f6r, and Bal\u00e1zs Indig. 2018. Nulla vagy semmi? Esetegy\u00e9rtelm\u0171s\u00edt\u00e9s az ablakban [Zero or Nothing? Case Disam- biguation in the Window].",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Milyen a j\u00f3 Humor?",
"authors": [
{
"first": "Attila",
"middle": [],
"last": "Nov\u00e1k",
"suffix": ""
}
],
"year": 2003,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Attila Nov\u00e1k. 2003. Milyen a j\u00f3 Humor? [What is Good Humor Like?].",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "A New Form of Humor -Mapping Constraint-Based Computational Morphologies to a Finite-State Representation",
"authors": [
{
"first": "Attila",
"middle": [],
"last": "Nov\u00e1k",
"suffix": ""
}
],
"year": 2014,
"venue": "Proceedings of the Ninth International Conference on Language Resources and Evaluation (LREC'14). European Language Resources Association (ELRA)",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Attila Nov\u00e1k. 2014. A New Form of Humor -Mapping Constraint-Based Computa- tional Morphologies to a Finite-State Representation. In Nicoletta Calzolari, Khalid Choukri, Thierry Declerck, Hrafn Loftsson, Bente Maegaard, Joseph Mariani, Asun- cion Moreno, Jan Odijk, and Stelios Piperidis, editors, Proceedings of the Ninth In- ternational Conference on Language Resources and Evaluation (LREC'14). European Language Resources Association (ELRA), Reykjavik, Iceland.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "A New Integrated Opensource Morphological Analyzer for Hungarian",
"authors": [
{
"first": "Attila",
"middle": [],
"last": "Nov\u00e1k",
"suffix": ""
},
{
"first": "Borb\u00e1la",
"middle": [],
"last": "Sikl\u00f3si",
"suffix": ""
},
{
"first": "Csaba",
"middle": [],
"last": "Oravecz ; Khalid",
"suffix": ""
},
{
"first": "Thierry",
"middle": [],
"last": "Choukri",
"suffix": ""
},
{
"first": "Sara",
"middle": [],
"last": "Declerck",
"suffix": ""
},
{
"first": "Marko",
"middle": [],
"last": "Goggi",
"suffix": ""
},
{
"first": "Bente",
"middle": [],
"last": "Grobelnik",
"suffix": ""
},
{
"first": "Joseph",
"middle": [],
"last": "Maegaard",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Mariani",
"suffix": ""
}
],
"year": 2016,
"venue": "Proceedings of the Tenth International Conference on Language Resources and Evaluation (LREC 2016). European Language Resources Association (ELRA)",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Attila Nov\u00e1k, Borb\u00e1la Sikl\u00f3si, and Csaba Oravecz. 2016. A New Integrated Open- source Morphological Analyzer for Hungarian. In Nicoletta Calzolari, Khalid Choukri, Thierry Declerck, Sara Goggi, Marko Grobelnik, Bente Maegaard, Joseph Mariani, Helene Mazo, Asuncion Moreno, Jan Odijk, and Stelios Piperidis, editors, Proceedings of the Tenth International Conference on Language Resources and Evalua- tion (LREC 2016). European Language Resources Association (ELRA), Paris, France.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "The Hungarian Gigaword Corpus",
"authors": [
{
"first": "Csaba",
"middle": [],
"last": "Oravecz",
"suffix": ""
},
{
"first": "Tam\u00e1s",
"middle": [],
"last": "V\u00e1radi",
"suffix": ""
},
{
"first": "B\u00e1lint",
"middle": [],
"last": "Sass",
"suffix": ""
},
{
"first": ";",
"middle": [],
"last": "",
"suffix": ""
},
{
"first": "Khalid",
"middle": [],
"last": "Choukri",
"suffix": ""
},
{
"first": "Thierry",
"middle": [],
"last": "Declerck",
"suffix": ""
},
{
"first": "Hrafn",
"middle": [],
"last": "Loftsson",
"suffix": ""
},
{
"first": "Bente",
"middle": [],
"last": "Maegaard",
"suffix": ""
}
],
"year": 2014,
"venue": "Proceedings of the Ninth International Conference on Language Resources and Evaluation (LREC'14). European Language Resources Association (ELRA)",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Csaba Oravecz, Tam\u00e1s V\u00e1radi, and B\u00e1lint Sass. 2014. The Hungarian Gigaword Cor- pus. In Nicoletta Calzolari (Conference Chair), Khalid Choukri, Thierry Declerck, Hrafn Loftsson, Bente Maegaard, Joseph Mariani, Asuncion Moreno, Jan Odijk, and Stelios Piperidis, editors, Proceedings of the Ninth International Conference on Lan- guage Resources and Evaluation (LREC'14). European Language Resources Associa- tion (ELRA), Reykjavik, Iceland.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Magyar sz\u00f6vegek pszicholingvisztikai ind\u00edttat\u00e1s\u00fa elemz\u00e9se sz\u00e1m\u00edt\u00f3g\u00e9ppel",
"authors": [
{
"first": "G\u00e1bor",
"middle": [],
"last": "Pr\u00f3sz\u00e9ky",
"suffix": ""
},
{
"first": "Bal\u00e1zs",
"middle": [],
"last": "Indig",
"suffix": ""
}
],
"year": 2015,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "G\u00e1bor Pr\u00f3sz\u00e9ky and Bal\u00e1zs Indig. 2015. Magyar sz\u00f6vegek pszicholingvisztikai ind\u00edt- tat\u00e1s\u00fa elemz\u00e9se sz\u00e1m\u00edt\u00f3g\u00e9ppel [Psycholingvistically Motivated Analysis of Hun- garian Texts with Computer].",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Performanciaalap\u00fa elemz\u0151 magyar sz\u00f6vegek sz\u00e1m\u00edt\u00f3g\u00e9pes meg\u00e9rt\u00e9s\u00e9hez",
"authors": [
{
"first": "G\u00e1bor",
"middle": [],
"last": "Pr\u00f3sz\u00e9ky",
"suffix": ""
},
{
"first": "Bal\u00e1zs",
"middle": [],
"last": "Indig",
"suffix": ""
},
{
"first": "No\u00e9mi",
"middle": [],
"last": "Vad\u00e1sz",
"suffix": ""
}
],
"year": 2016,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "G\u00e1bor Pr\u00f3sz\u00e9ky, Bal\u00e1zs Indig, and No\u00e9mi Vad\u00e1sz. 2016. Performanciaalap\u00fa elemz\u0151 magyar sz\u00f6vegek sz\u00e1m\u00edt\u00f3g\u00e9pes meg\u00e9rt\u00e9s\u00e9hez [A Performance-based Parser to the Comprehensive Understanding of Hungarian Texts].",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Szavad ne feledd!\": Tanulm\u00e1nyok B\u00e1nr\u00e9ti Zolt\u00e1n tisztelet\u00e9re",
"authors": [],
"year": null,
"venue": "Original document in Hungarian",
"volume": "",
"issue": "",
"pages": "223--232",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "In Kas Bence, editor, \"Szavad ne feledd!\": Tanulm\u00e1nyok B\u00e1nr\u00e9ti Zolt\u00e1n tisztelet\u00e9re, MTA Nyelvtudom\u00e1nyi Int\u00e9zet, Budapest, pages 223-232. Original document in Hungarian.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Typology Versus Mythology: The Case of the Zero-Copula",
"authors": [
{
"first": "Leon",
"middle": [],
"last": "Stassen",
"suffix": ""
}
],
"year": 1994,
"venue": "Nordic Journal of Linguistics",
"volume": "17",
"issue": "2",
"pages": "105--126",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Leon Stassen. 1994. Typology Versus Mythology: The Case of the Zero-Copula. Nordic Journal of Linguistics 17(2):105-126.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Esetegyeztet\u00e9s a predikat\u00edv f\u0151n\u00e9vi csoportban",
"authors": [
{
"first": "Tibor",
"middle": [],
"last": "Sz\u00e9cs\u00e9nyi",
"suffix": ""
}
],
"year": 2000,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Tibor Sz\u00e9cs\u00e9nyi. 2000. Esetegyeztet\u00e9s a predikat\u00edv f\u0151n\u00e9vi csoportban [Case agreement in the predicative noun phrase].",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "A mai magyar nyelv le\u00edr\u00e1s\u00e1nak \u00fajabb m\u00f3dszerei IV., Szegedi Tudom\u00e1nyegyetem",
"authors": [],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "189--202",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "In L\u00e1szl\u00f3 B\u00fcky and M\u00e1rta Maleczki, editors, A mai magyar nyelv le\u00edr\u00e1s\u00e1nak \u00fajabb m\u00f3dszerei IV., Szegedi Tudom\u00e1nyegyetem, Szeged, pages 189-202.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "A birtokos esete az ablakkal",
"authors": [
{
"first": "No\u00e9mi",
"middle": [],
"last": "Vad\u00e1sz",
"suffix": ""
},
{
"first": "Bal\u00e1zs",
"middle": [],
"last": "Indig",
"suffix": ""
}
],
"year": 2018,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "No\u00e9mi Vad\u00e1sz and Bal\u00e1zs Indig. 2018. A birtokos esete az ablakkal [Possessor's Case with the Window].",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "E-magyar -A Digital Language Processing System",
"authors": [
{
"first": "Tam\u00e1s",
"middle": [],
"last": "V\u00e1radi",
"suffix": ""
},
{
"first": "Eszter",
"middle": [],
"last": "Simon",
"suffix": ""
},
{
"first": "B\u00e1lint",
"middle": [],
"last": "Sass",
"suffix": ""
},
{
"first": "Iv\u00e1n",
"middle": [],
"last": "Mittelholcz",
"suffix": ""
},
{
"first": "Attila",
"middle": [],
"last": "Nov\u00e1k",
"suffix": ""
},
{
"first": "Bal\u00e1zs",
"middle": [],
"last": "Indig",
"suffix": ""
},
{
"first": "Rich\u00e1rd",
"middle": [],
"last": "Farkas",
"suffix": ""
},
{
"first": "Veronika",
"middle": [],
"last": "Vincze",
"suffix": ""
},
{
"first": ";",
"middle": [],
"last": "",
"suffix": ""
},
{
"first": "Khalid",
"middle": [],
"last": "Choukri",
"suffix": ""
},
{
"first": "Christopher",
"middle": [],
"last": "Cieri",
"suffix": ""
},
{
"first": "Thierry",
"middle": [],
"last": "Declerck",
"suffix": ""
},
{
"first": "Sara",
"middle": [],
"last": "Goggi",
"suffix": ""
},
{
"first": "Koiti",
"middle": [],
"last": "Hasida",
"suffix": ""
}
],
"year": 2018,
"venue": "Proceedings of the Eleventh International Conference on Language Resources and Evaluation",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Tam\u00e1s V\u00e1radi, Eszter Simon, B\u00e1lint Sass, Iv\u00e1n Mittelholcz, Attila Nov\u00e1k, Bal\u00e1zs Indig, Rich\u00e1rd Farkas, and Veronika Vincze. 2018. E-magyar -A Digital Language Pro- cessing System. In Nicoletta Calzolari (Conference chair), Khalid Choukri, Christo- pher Cieri, Thierry Declerck, Sara Goggi, Koiti Hasida, Hitoshi Isahara, Bente Mae- gaard, Joseph Mariani, H\u00e9l\u00e8ne Mazo, Asuncion Moreno, Jan Odijk, Stelios Piperidis, and Takenobu Tokunaga, editors, Proceedings of the Eleventh International Confer- ence on Language Resources and Evaluation (LREC 2018). European Language Re- sources Association (ELRA), Miyazaki, Japan.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"num": null,
"uris": null,
"text": "If proper name \u2192 Head of DP -If possessive \u2192 Head of DP -If preceded by a determiner and optionally one or more NP-modifiers \u2192 Head of DP -If demonstrative pronoun ('this', 'that') \u2192 Head of DP",
"type_str": "figure"
},
"FIGREF2": {
"num": null,
"uris": null,
"text": ". The rows display the responses of the algorithm, while the columns show",
"type_str": "figure"
},
"FIGREF3": {
"num": null,
"uris": null,
"text": "Decision tree summarising the rules concerning numerals. The root of the tree is the POS-tag of the token under examination. The edges on the first level contain information seen on the first element in the parsing window. be_not_is is a macro for any copula except for the singular and plural 3rd person form of be.",
"type_str": "figure"
},
"TABREF5": {
"html": null,
"num": null,
"text": "Confusion matrix. The rows refer to the tags assigned by the algorithm. The columns represent the gold standard annotation.",
"type_str": "table",
"content": "<table/>"
}
}
}
}