|
{ |
|
"paper_id": "2020", |
|
"header": { |
|
"generated_with": "S2ORC 1.0.0", |
|
"date_generated": "2023-01-19T12:26:52.055003Z" |
|
}, |
|
"title": "Adding a Syntactic Annotation Level to the Corpus of Contemporary Romanian Language", |
|
"authors": [ |
|
{ |
|
"first": "Andrei", |
|
"middle": [], |
|
"last": "Scutelnicu", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "\"Alexandru Ioan Cuza\" University of Ia\u0219i", |
|
"location": {} |
|
}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "C\u0103t\u0103lina", |
|
"middle": [], |
|
"last": "M\u0103r\u0103nduc", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "\"Alexandru Ioan Cuza\" University of Ia\u0219i", |
|
"location": {} |
|
}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Dan", |
|
"middle": [], |
|
"last": "Cristea", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "\"Alexandru Ioan Cuza\" University of Ia\u0219i", |
|
"location": {} |
|
}, |
|
"email": "" |
|
} |
|
], |
|
"year": "", |
|
"venue": null, |
|
"identifiers": {}, |
|
"abstract": "In this paper we present an experiment of augmenting the Corpus of Contemporary Romanian Language (CoRoLa) with the syntactic level of annotations, which would allow users to address queries about the syntax of Romanian sentences, in the Universal Dependency model. After a short introduction of CoRoLa, we describe the treebanks used to train the dependency parser, we show the evaluation results and the process of upgrading CoRoLa with the new level of annotations. Out of three variants of parsers trained on manually built treebanks, the one displaying the best accuracy with respect to the recognition of heads and relations was chosen. A number of examples showing types of queries addressing the syntactic level are also presented.", |
|
"pdf_parse": { |
|
"paper_id": "2020", |
|
"_pdf_hash": "", |
|
"abstract": [ |
|
{ |
|
"text": "In this paper we present an experiment of augmenting the Corpus of Contemporary Romanian Language (CoRoLa) with the syntactic level of annotations, which would allow users to address queries about the syntax of Romanian sentences, in the Universal Dependency model. After a short introduction of CoRoLa, we describe the treebanks used to train the dependency parser, we show the evaluation results and the process of upgrading CoRoLa with the new level of annotations. Out of three variants of parsers trained on manually built treebanks, the one displaying the best accuracy with respect to the recognition of heads and relations was chosen. A number of examples showing types of queries addressing the syntactic level are also presented.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Abstract", |
|
"sec_num": null |
|
} |
|
], |
|
"body_text": [ |
|
{ |
|
"text": "Introducing syntactic annotation in existing corpora is useful for many endeavours: as training data for parsers, as a support layer for addressing syntactic queries to the corpus, as a source for extracting patterns of noun phrases, verb phrases and other types of sub-syntactic compounds, as a complement layer for extracting verb roles, semantic relations, etc. In this paper we describe the process of upgrading the Computational Corpus of Contemporary Romanian Language (CoRoLa 1 ) with the syntax level. At the end of the project, in November 2017, the CoRoLa Corpus had the following parameters:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1." |
|
}, |
|
{ |
|
"text": "\u2022 almost 400,000 files, \u2022 around 1.26 billion tokens (including punctuation), \u2022 approx. 900 million word occurrences, \u2022 more than 3 million surface unique forms, \u2022 198,800 words with frequency higher than 50, \u2022 121,091 lemmas with frequency higher than 50, \u2022 2,346,546 unique lemma forms, out of which 2,136,391 were lowercase lemmas. In CoRoLa each document is paired with a metadata file (marking title, authors, year of publication, publishing house, document style, domain, ISBN/ISSN, etc.). The annotations include segmentation to paragraphs, sentences and tokens, while lemmas, POS and morphological features are indicated for each token, and have been obtained with the NLPCube annotator, an end-to-end Natural Language Processing framework (Boro\u0219 et al., 2018) . Based on 1 Priority project of the Romanian Academy (RA), realised in collaboration by two institutes of RA: the Research Institute in Artificial Intelligence, in Bucharest, and the Institute of Computer Science, in Ia\u0219i. The query frontend, the project members and a comprehensive list of papers on CoRoLa can be found at http://corola.racai.ro. 2 https://github.com/adobe/NLP-Cube 3 Leibniz-Institut f\u00fcr Deutsche Sprache (IDS) 4 Deutsches Referenzkorpus recurrent neural networks, the framework 2 performs sentence splitting, tokenization, compound word expansion, lemmatization, tagging and parsing. The main search frontend of CoRoLa is KorAP (Ba\u0144ski et al. 2012 (Ba\u0144ski et al. , 2013 Diewald and Margaretha, 2016) . Designed and realised at the Leibniz Institute for the German Language 3 since 2011, KorAP, and its user interface Kalamar, were built with the intention to be used as the corpus analysis platform and query frontend for the Reference Corpus of the German Language, DeReKo 4 , a corpus that in 2018 counted already 43 billion words (Kupietz et al. 2018 ). Kalamar's default query language is Poliqarp 5 (Przepi\u00f3rkowski et al. 2004) , which is both powerful for complex annotation queries and easy to use for non-specialists. Being based on regular expressions, Poliqarp allows the user to combine different features in the query, thus exploiting the internal structure of the tags that accompany the primary tokens. Examples are: queries addressing the lexical level, sensible to the orthographical form of (sequences of) words, including endings, prefixes and inner strings of characters, queries addressing the morphological level, regarding lemmas, part of speeches and any combination of features (in both morphosyntactic description tags and category tags), queries exploiting the metadata level, as well as any combinations of these levels. The infrastructure also allows the generation of subcorpora that observe combinations of search constraints. Our work is a follow up pursuit of a German-Romanian initiative, the DRuKoLa project 6 (Kupietz et al., 2019) , which aimed to create the linguistic data 7 and the 5 Created in the Instytut Podstaw Informatyki Polskiej Akademii Nauk (http://www.ipipan.waw.pl). 6 A project funded by the Alexander von Humboldt Foundation, which run in the period 2016-2018. DRuKoLa is an acronym from Deutsch-Rum\u00e4nische korpuslinguistische Analyse. 7 Actually, the Romanian language data, since the German corpus, DeReKo, was running and in continuous development even before 2010, when it counted 4 billion words -according to Kupietz, and L\u00fcngen (2014) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 748, |
|
"end": 768, |
|
"text": "(Boro\u0219 et al., 2018)", |
|
"ref_id": "BIBREF5" |
|
}, |
|
{ |
|
"start": 1418, |
|
"end": 1437, |
|
"text": "(Ba\u0144ski et al. 2012", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 1438, |
|
"end": 1459, |
|
"text": "(Ba\u0144ski et al. , 2013", |
|
"ref_id": "BIBREF1" |
|
}, |
|
{ |
|
"start": 1460, |
|
"end": 1489, |
|
"text": "Diewald and Margaretha, 2016)", |
|
"ref_id": "BIBREF8" |
|
}, |
|
{ |
|
"start": 1823, |
|
"end": 1843, |
|
"text": "(Kupietz et al. 2018", |
|
"ref_id": "BIBREF13" |
|
}, |
|
{ |
|
"start": 1894, |
|
"end": 1922, |
|
"text": "(Przepi\u00f3rkowski et al. 2004)", |
|
"ref_id": "BIBREF24" |
|
}, |
|
{ |
|
"start": 2834, |
|
"end": 2856, |
|
"text": "(Kupietz et al., 2019)", |
|
"ref_id": "BIBREF10" |
|
}, |
|
{ |
|
"start": 3358, |
|
"end": 3384, |
|
"text": "Kupietz, and L\u00fcngen (2014)", |
|
"ref_id": "BIBREF12" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1." |
|
}, |
|
{ |
|
"text": "technological basis for performing German-Romanian contrastive linguistics analyses, itself part of a larger international undertaking, having as goal the development of a common platform of comparable corpora, EuReKo (Kupietz et al., 2017) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 218, |
|
"end": 240, |
|
"text": "(Kupietz et al., 2017)", |
|
"ref_id": "BIBREF11" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1." |
|
}, |
|
{ |
|
"text": "We use the MaltParser tool (Nivre et al., 2007; G\u00f3mez-Rodr\u00edguez and Nivre, 2010) to train the syntactic parser. Three gold treebanks were used during training. The first represents a Romanian translation of a part of George Orwell's novel \"1984\", with 900 sentences (referred to in the following as the ORWELL set). The annotations, done manually by one of the authors, were in line with the Universal Dependency (UD) conventions 8 (Nivre et al., 2016) . The second is a treebank of 9,524 sentences developed at RACAI (Barbu Mititelu et al., 2016) , also following the UD conventions (here called the RACAI 9 set). Finally, the third is a treebank developed at UAIC 10 , following conventions specific to the Romanian language, which are richer in details than those from UD (M\u0103r\u0103nduc and Perez, 2016) , out of which we have extracted 8,444 sentences that do not include neither old documents nor chats (we will refer here to this corpus as the UAIC set). Apart from a different set of relations names, other major differences between the two sets of conventions are related to structure and granularity. For instance, relational words in UD are subordinated to the full-semantic word, while in UAIC they are placed above them (see Figure 1 11 ). Also, UAIC has 14 types of circumstantial modifiers, while only one type is used in UD.", |
|
"cite_spans": [ |
|
{ |
|
"start": 27, |
|
"end": 47, |
|
"text": "(Nivre et al., 2007;", |
|
"ref_id": "BIBREF19" |
|
}, |
|
{ |
|
"start": 48, |
|
"end": 80, |
|
"text": "G\u00f3mez-Rodr\u00edguez and Nivre, 2010)", |
|
"ref_id": "BIBREF9" |
|
}, |
|
{ |
|
"start": 432, |
|
"end": 452, |
|
"text": "(Nivre et al., 2016)", |
|
"ref_id": "BIBREF20" |
|
}, |
|
{ |
|
"start": 518, |
|
"end": 547, |
|
"text": "(Barbu Mititelu et al., 2016)", |
|
"ref_id": "BIBREF2" |
|
}, |
|
{ |
|
"start": 775, |
|
"end": 801, |
|
"text": "(M\u0103r\u0103nduc and Perez, 2016)", |
|
"ref_id": "BIBREF15" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 1232, |
|
"end": 1243, |
|
"text": "Figure 1 11", |
|
"ref_id": "FIGREF0" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Training the Parsers", |
|
"sec_num": "2." |
|
}, |
|
{ |
|
"text": "Different front-ends have been used to develop these gold treebanks. Sometimes they have been expanded iteratively, using a bootstrapping approach: at each step, an initial corpus, manually annotated, was used to train the parser and then the errors were corrected, producing the next step of the corpus; see details in (Popa, 2010; Perez, 2014) . The annotations created by the interfaces are represented as XML files (Moruz, 2008; M\u0103r\u0103nduc et al., 2017) and a script was developed for transforming the gold files from the XML format into the CONLL-U format, used by MaltParser. Then, the MaltParser service was called and its output was converted back into XML, the format supported by both the front-ends and the CoRoLa corpus. Moreover, a script named Treeops 12 (M\u0103r\u0103nduc et al., 2018) was used for transforming the Romanian annotation format into the UD one (mainly by performing surgery operations on the structure, merging more relations into one and renaming relations). Treeops runs error free. In order to derive training data for the classifier, an oracle is used to reconstruct a valid transition sequence for every dependency structure in the training set. The learning problem in transition-based parsing, as implemented in MaltParser, is to induce a classifier for predicting the next transition, given a feature representation of the current parser configuration. The training is optimised using the LIBLINEAR built-in machine learning package 13 .", |
|
"cite_spans": [ |
|
{ |
|
"start": 320, |
|
"end": 332, |
|
"text": "(Popa, 2010;", |
|
"ref_id": "BIBREF23" |
|
}, |
|
{ |
|
"start": 333, |
|
"end": 345, |
|
"text": "Perez, 2014)", |
|
"ref_id": "BIBREF22" |
|
}, |
|
{ |
|
"start": 419, |
|
"end": 432, |
|
"text": "(Moruz, 2008;", |
|
"ref_id": "BIBREF18" |
|
}, |
|
{ |
|
"start": 433, |
|
"end": 455, |
|
"text": "M\u0103r\u0103nduc et al., 2017)", |
|
"ref_id": "BIBREF17" |
|
}, |
|
{ |
|
"start": 767, |
|
"end": 790, |
|
"text": "(M\u0103r\u0103nduc et al., 2018)", |
|
"ref_id": "BIBREF16" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Training the Parsers", |
|
"sec_num": "2." |
|
}, |
|
{ |
|
"text": "Before actually upgrading the corpus on the public server with the new level of annotations, a number of tests were performed locally in order to select the most appropriate training data, to prove the accuracy of the new level of annotation and to test how it responds to queries. All evaluations were done by using a 10-fold strategy for assessing the accuracy of the dependency parser, actually by comparing its output against parts of the gold corpora. As already shown, we used three different gold corpora, two respecting the UD annotation format (ORWELL and RACAI) and one adopting stipulations specific to the Romanian language (UAIC). We notice as well that, at the moment these experiments were performed, the three mentioned gold corpora we used to train the parser were not yet part of CoRoLa. In principle, at least, there are no major differences between the criteria used in gathering the 11 All figures of dependency trees are generated with Treebank Annotator (M\u0103r\u0103nduc et al., 2017) 12 https://ufal.mff.cuni.cz/tlt16/ 13 http://www.maltparser.org/api/index.html texts for inclusion in CoRoLa, as a corpus of contemporary Romanian, and the texts used for training the parsers, which would hamper to include in CoRoLa also these textual data. Indeed, literary styles, domains, years of writing and other criteria are rather similar, and IPR constraints are also observed, so this will be the next step to proceed. The accuracy of the parser for different training data is presented in Table 1 . The results reported for UAIC refer to the original tag set, not the version mapped to universal dependencies. We did also a comparison with another dependency parser, which runs as a component of the NLP-Cube, evaluated in CoNLL's \"Multilingual Parsing from Raw Text to Universal Dependencies 2018\" Shared Task (Boro\u0219 et al., 2018) . The accuracy of the parser, as reported in the competition, showed lower values than our UAIC-trained parser: for the head -an accuracy of 0.850 and for the syntactic relation -0.701 (with an average of 0.775).", |
|
"cite_spans": [ |
|
{ |
|
"start": 977, |
|
"end": 1000, |
|
"text": "(M\u0103r\u0103nduc et al., 2017)", |
|
"ref_id": "BIBREF17" |
|
}, |
|
{ |
|
"start": 1823, |
|
"end": 1843, |
|
"text": "(Boro\u0219 et al., 2018)", |
|
"ref_id": "BIBREF5" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 1501, |
|
"end": 1508, |
|
"text": "Table 1", |
|
"ref_id": "TABREF1" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Evaluating the Parsers", |
|
"sec_num": "3." |
|
}, |
|
{ |
|
"text": "Having these results, it became clear that the best choice for the syntactic annotation of CoRoLa is to use the solution given by the MaltParser tool trained on the non-UD conventions (the UAIC corpus). Let us also note that we can think of two different syntactic annotations of CoRoLa: one following the Romanian conventions and the secondthe UD conventions.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Upgrading the Syntactic Level in CoRoLa", |
|
"sec_num": "4." |
|
}, |
|
{ |
|
"text": "To proceed with the addition of this new annotation level in the query platform of the CoRoLa corpus, the steps we must follow are: 1. transposing of already annotated text (token, POS, lemma) from the XML format into the CONLL-U format; 2. parsing the corpus with MaltParser trained on the UAIC treebank; 3. transforming the CONLL-U format that is returned in output by this process back into XML, and 4. converting this format to the one accepted by KoRAP 14 , the query platform of the corpus. This pipeline will upgrade CoRoLa with the UAIC syntactic format. To take advantage of the better accuracy of the parser when trained with UAIC data, in order to build the variant following the UD format, a conversion from the UAIC format into the UD format (actually, a simplification) is preferred to the solution of directly adopting a UD-trained", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Upgrading the Syntactic Level in CoRoLa", |
|
"sec_num": "4." |
|
}, |
|
{ |
|
"text": "14 https://korap.ids-mannheim.de/", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Upgrading the Syntactic Level in CoRoLa", |
|
"sec_num": "4." |
|
}, |
|
{ |
|
"text": "parser. The supplementary conversion should be introduced as a step 2', included between steps 2 and 3. Figure 2 shows an extract from the corpus including both UD and UAIC attributes.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 104, |
|
"end": 112, |
|
"text": "Figure 2", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Upgrading the Syntactic Level in CoRoLa", |
|
"sec_num": "4." |
|
}, |
|
{ |
|
"text": "<S id=\"1\" offset=\"0\"> <W LEMMA=\"lui\" MSD=\"Tf-so\" POS=\"DET\" deprel-ud=\"det\" head-ud=\"1.2\" deprel-uaic=\"det.\" head-uaic=\"1.2\" id=\"1.1\">Lui</W> <W LEMMA=\"Winston\" MSD=\"Np\" POS=\"PROPN\" deprel-ud=\"iobj\" head-ud=\"1.4\" deprel-uaic=\"c.i.\" head-uaic=\"1.4\" id=\"1.2\">Winston</W> <W LEMMA=\"el\" MSD=\"Pp3-sd--------w\" POS=\"PRON\" deprel-ud=\"expl\" head-ud=\"1.4\" deprel-uaic=\"c.i.\" head-uaic=\"1.4\" id=\"1.3\">\u00eei</W> <W LEMMA=\"displ\u0103cea\" MSD=\"Vmil3s\" POS=\"VERB\" deprel-ud=\"root\" head-ud=\"1.0\" deprel-uaic=\"null\" head-uaic=\"1.0\" id=\"1.4\">displ\u0103cuse</W> <W LEMMA=\"fat\u0103\" MSD=\"Ncfsry\" POS=\"NOUN\" deprel-ud=\"nsubj\" head-ud=\"1.4\" deprel-uaic=\"sbj.\" head-uaic=\"1.4\" id=\"1.5\">fata</W> <W LEMMA=\"acesta\" MSD=\"Dd3fsr---o\" POS=\"DET\" deprel-ud=\"det\" head-ud=\"1.5\" deprel-uaic=\"a.adj.\" head-uaic=\"1.5\" id=\"1.6\">asta</W> \u2026 </S> Figure 2 : Concatenation of attributes for head and relation in UD and UAIC notation, for the segment Lui Winston \u00eei dipl\u0103cuse fata asta\u2026 (Winston had disliked this girl\u2026)", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 794, |
|
"end": 802, |
|
"text": "Figure 2", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Upgrading the Syntactic Level in CoRoLa", |
|
"sec_num": "4." |
|
}, |
|
{ |
|
"text": "We are currently working to annotate the whole CoRoLa corpus within the described technology. Thus, the syntax level of CoRoLa will become accessible through KoRAP, in the same way this GUI allows addressing queries referring the syntax level in DeReKo, the German reference corpus.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Upgrading the Syntactic Level in CoRoLa", |
|
"sec_num": "4." |
|
}, |
|
{ |
|
"text": "When this endeavour will be finished, linguists will be able to search remotely for verbal, nominal or other kinds of dependencies, querying the corpus for evidences of language use that touch controversary syntactic issues. Some examples follow. Studying linearization of attributive adjectives inside the nominal phrase, linguists try to answer the question: is it that sequences of attributive adjectives are strictly ordered, according to a functional projections rule that sees them as cognitive categories (Sproat and Shih, 1988; Cornilescu and Cosma, 2019) ? As shown in Cristea et al. (2019) , inventorying types of configurations of syntactic subordinates that a particular word can have is important in the process of elaboration of dictionaries of verbal patterns. As such dictionaries put in evidence typical syntactic-semantic structures for verbs (Levin, 1993; Pan\u0103 Dindelegan, 1974; Barbu Mititelu, 2018) , they are useful to both linguists and computational linguists. The patterns revealed by searching the corpus could, for instance, be incorporated into a parser as constraints for determining the dependencies associated to particular words. Another interesting search could be the second-degree dependencies of a word, i.e. the sub-tree linked to a certain word. One example are nested noun dependencies, which are second-degree dependencies that redefine the head (Figure 3 ). Other types of noun dependencies are the appositive dependencies, in which the apposition refers to the same entity as the nominal phrase preceding it. In many types of nominal dependencies, the dependent adds information, narrowing or widening the scope of the head. A search can be restricted to put in evidence solely elements of the core of the clause (subject, direct or indirect object) or optional elements (adverbial modifiers, nominal modifiers, oblique dependencies). Both situations when the dependencies are expressed by a word or by a clause can be evidenced through a query. Searching the corpus for patterns that relate the complexity of construction of the dependent in correlation with its head can configure parser constraints for future enhancements. In researches of pragmatic linguistics one can be interested to know the actors involved in a communication act, and the vocative clearly puts in evidence one such direct actor.", |
|
"cite_spans": [ |
|
{ |
|
"start": 512, |
|
"end": 535, |
|
"text": "(Sproat and Shih, 1988;", |
|
"ref_id": "BIBREF25" |
|
}, |
|
{ |
|
"start": 536, |
|
"end": 563, |
|
"text": "Cornilescu and Cosma, 2019)", |
|
"ref_id": "BIBREF7" |
|
}, |
|
{ |
|
"start": 578, |
|
"end": 599, |
|
"text": "Cristea et al. (2019)", |
|
"ref_id": "BIBREF6" |
|
}, |
|
{ |
|
"start": 861, |
|
"end": 874, |
|
"text": "(Levin, 1993;", |
|
"ref_id": "BIBREF14" |
|
}, |
|
{ |
|
"start": 875, |
|
"end": 897, |
|
"text": "Pan\u0103 Dindelegan, 1974;", |
|
"ref_id": "BIBREF21" |
|
}, |
|
{ |
|
"start": 898, |
|
"end": 919, |
|
"text": "Barbu Mititelu, 2018)", |
|
"ref_id": "BIBREF3" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 1386, |
|
"end": 1395, |
|
"text": "(Figure 3", |
|
"ref_id": "FIGREF1" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Querying the Syntactic Level of CoRoLa", |
|
"sec_num": "5." |
|
}, |
|
{ |
|
"text": "Here, again, UD conventions differ from UAIC, in UD the words in the vocative case being clearly annotated as belonging to a different syntactic structure. A whole class of queries and their relevance for linguistic research addressing Romanian syntax is described in (Cristea et al., 2019) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 268, |
|
"end": 290, |
|
"text": "(Cristea et al., 2019)", |
|
"ref_id": "BIBREF6" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Querying the Syntactic Level of CoRoLa", |
|
"sec_num": "5." |
|
}, |
|
{ |
|
"text": "The paper presents an experiment of upgrading CoRoLa, the Corpus of Contemporary Romanian Language, with a new level of annotations. To the one already existent, which refers to morphology, the syntactic level will allow users to address queries in terms of heads and dependency relations. Syntax annotation in corpora, following the Universal Dependency model or other models, has been extensively described in the literature. This paper insists on the elaboration strategy of such a level of annotation by making heavy use of the NLP technology. To suggest the degree of applicability of the upgraded corpus, a number of possible queries addressing syntactic dependency structures of Romanian language are also sketched. There remain many issues to be solved, on which we will concentrate in the near future. First, the technology that we describe here should be made functional on KoRAP, the query infrastructure that supports CoRoLa. Then, we ought to verify to what extend CoRoLa will be now even more useful as an empirical basis for syntactic studies, a question that has been uttered already when CoRoLa had no syntax inside (Cornilescu and Cosma, 2019) and which should be put again now when the corpus is enriched with the dependency syntax, while we are also aware that errors are inherently left behind by the annotation technology. Because of the extremely free word order in Romanian, it is possible for the syntactic head to be separated from some of its dependents by various other subordinates. However, being extremely difficult to parse, with an error rate still high for these long-distance dependencies, we might consider leaving them unparsed. Then the issue is to implement a filtering decision criterion. One possible criterion for this filter could be the computation of a confidence score for a parsed sentence, that would take into consideration individual accuracy scores for different types of relations and the relative word-head distance. The calibration of such a score can easily be done by comparing automatic parses with their equivalents in the gold files. Finally, we want to keep our promise to augment the corpus itself with the texts used in training. It is our sincere belief that the addition of this level of annotation will create new opportunities for Romanian language research. Moreover, we hope that the experience described here for the implementation of syntax in this large Romanian corpus could be inspiring for similar endeavours addressing other languages.", |
|
"cite_spans": [ |
|
{ |
|
"start": 1133, |
|
"end": 1161, |
|
"text": "(Cornilescu and Cosma, 2019)", |
|
"ref_id": "BIBREF7" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusions", |
|
"sec_num": "6." |
|
}, |
|
{ |
|
"text": "https://universaldependencies.org/u/overview/syntax.html 9 Romanian Academy Institute for Artificial Intelligence \"Mihai Dr\u0103g\u0103nescu\" 10 University \"Alexandru Ioan Cuza\" of Ia\u0219i", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
} |
|
], |
|
"back_matter": [ |
|
{ |
|
"text": "The work described in this paper was performed as part of the research plan of the NLP team in the Institute of Computer Science of the Romanian Academy, Ia\u0219i branch, and was partially supported by a grant of the Ministry of Research and Innovation, Program PN-III-P1-1.2.-PCCDI, nr. 73/2018 -the ReTeRom project.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Acknowledgements", |
|
"sec_num": "7." |
|
}, |
|
{ |
|
"text": "Ba\u0144ski, P., Fischer, P. M., Frick, E., Ketzan, E., Kupietz, M., Schnober, C., Schonefeld, O. and Witt, A. (2012). The New IDS Corpus Analysis Platform: Challenges and", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "References", |
|
"sec_num": "8." |
|
} |
|
], |
|
"bib_entries": { |
|
"BIBREF0": { |
|
"ref_id": "b0", |
|
"title": "Proceedings of the 8th International Conference on Language Resources and Evaluation (LREC 2012)", |
|
"authors": [ |
|
{ |
|
"first": "In", |
|
"middle": [ |
|
"N" |
|
], |
|
"last": "Prospects", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "K", |
|
"middle": [], |
|
"last": "Calzolari", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "T", |
|
"middle": [], |
|
"last": "Choukri", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Declerck", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "B", |
|
"middle": [], |
|
"last": "Do\u011fan", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Maegaard", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Mariani", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2012, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "2905--2911", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Prospects. In N. Calzolari, K. Choukri, T. Declerck, M. Do\u011fan, B. Maegaard, J. Mariani, J. Odijk, S. Piperidis (Eds.), Proceedings of the 8th International Conference on Language Resources and Evaluation (LREC 2012), Istanbul, Turkey, May 2012. European Language Resources Association (ELRA), p. 2905-2911.", |
|
"links": null |
|
}, |
|
"BIBREF1": { |
|
"ref_id": "b1", |
|
"title": "Human Language Technologies as a Challenge for Computer Science and Linguistics", |
|
"authors": [ |
|
{ |
|
"first": "P", |
|
"middle": [], |
|
"last": "Ba\u0144ski", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Bingel", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "N", |
|
"middle": [], |
|
"last": "Diewald", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "E", |
|
"middle": [], |
|
"last": "Frick", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Hanl", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Kupietz", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "P", |
|
"middle": [], |
|
"last": "P\u0119zik", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "C", |
|
"middle": [], |
|
"last": "Schnober", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Witt", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2013, |
|
"venue": "Proceedings of the 6th Language and Technology Conference", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "586--587", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Ba\u0144ski, P., Bingel, J., Diewald, N., Frick, E., Hanl, M., Kupietz, M., P\u0119zik, P., Schnober, C. and Witt, A. (2013). KorAP: the new corpus analysis platform at IDS Mannheim. In Z. Vetulani, H. Uszkoreit (Eds.), Human Language Technologies as a Challenge for Computer Science and Linguistics, Proceedings of the 6th Language and Technology Conference, Pozna\u0144, Fundacja Uniwersytetuim. A., p. 586-587.", |
|
"links": null |
|
}, |
|
"BIBREF2": { |
|
"ref_id": "b2", |
|
"title": "The Romanian Treebank Annotated According to Universal Dependencies", |
|
"authors": [ |
|
{ |
|
"first": "V", |
|
"middle": [], |
|
"last": "Barbu Mititelu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "R", |
|
"middle": [], |
|
"last": "Ion", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "R", |
|
"middle": [], |
|
"last": "Simionescu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "E", |
|
"middle": [], |
|
"last": "Irimia", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "C.-A", |
|
"middle": [], |
|
"last": "Perez", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2016, |
|
"venue": "Proceedings of HrTAL2016", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Barbu Mititelu, V., Ion, R., Simionescu, R., Irimia, E. and Perez, C.-A. (2016). The Romanian Treebank Annotated According to Universal Dependencies. Proceedings of HrTAL2016, Dubrovnik, Croatia, 29 Sept. -1 Oct.", |
|
"links": null |
|
}, |
|
"BIBREF3": { |
|
"ref_id": "b3", |
|
"title": "Valence Dictionary For Romanian Language In Printed Version And Xml Format", |
|
"authors": [ |
|
{ |
|
"first": "A", |
|
"middle": [ |
|
"M" |
|
], |
|
"last": "Barbu Mititelu", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2018, |
|
"venue": "Proceedings of The 13 th International Conference \"Linguistic Resources And Tools For Processing The Romanian Language", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "101--112", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Barbu Mititelu, A.M. (2018). Valence Dictionary For Romanian Language In Printed Version And Xml Format. In V. P\u0103i\u015f, D. G\u00eefu, D. Trandab\u0103\u0163, D. Cristea, D. Tufi\u015f (eds), Proceedings of The 13 th International Conference \"Linguistic Resources And Tools For Processing The Romanian Language\", Ia\u015fi, November 22-23, p. 101-112.", |
|
"links": null |
|
}, |
|
"BIBREF4": { |
|
"ref_id": "b4", |
|
"title": "Statistical parsing", |
|
"authors": [ |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Nivre", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2010, |
|
"venue": "Handbook of Natural Language Processing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "237--266", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Nivre, J. (2010). Statistical parsing. In Nitin Indurkhya and Fred J. Damerau (Eds.), Handbook of Natural Language Processing. Second Edition, CRC Press, Taylor and Francis Group, p. 237-266.", |
|
"links": null |
|
}, |
|
"BIBREF5": { |
|
"ref_id": "b5", |
|
"title": "NLP-Cube: End-to-End Raw Text Processing With Neural Networks", |
|
"authors": [ |
|
{ |
|
"first": "T", |
|
"middle": [], |
|
"last": "Boro\u0219", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "\u0218", |
|
"middle": [], |
|
"last": "Dumitrescu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "R", |
|
"middle": [], |
|
"last": "Burtic\u0103", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2018, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.18653/v1/K18-2017" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Boro\u0219, T., Dumitrescu, \u0218. and Burtic\u0103 R. (2018). NLP- Cube: End-to-End Raw Text Processing With Neural Networks. 10.18653/v1/K18-2017.", |
|
"links": null |
|
}, |
|
"BIBREF6": { |
|
"ref_id": "b6", |
|
"title": "How to Find a Shining Needle in the Haystack. Querying CoRoLa: Solutions and Perspectives", |
|
"authors": [ |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Cristea", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "N", |
|
"middle": [], |
|
"last": "Diewald", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "G", |
|
"middle": [], |
|
"last": "Haja", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "C", |
|
"middle": [], |
|
"last": "M\u0103r\u0103nduc", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "V", |
|
"middle": [], |
|
"last": "Barbu-Mititelu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Onofrei", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2019, |
|
"venue": "Revue Roumaine de Linguistique, Bucure\u0219ti", |
|
"volume": "64", |
|
"issue": "", |
|
"pages": "279--292", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Cristea, D., Diewald, N., Haja, G., M\u0103r\u0103nduc, C., Barbu- Mititelu, V. and Onofrei, M. (2019). How to Find a Shining Needle in the Haystack. Querying CoRoLa: Solutions and Perspectives. In Revue Roumaine de Linguistique, Bucure\u0219ti, vol. 64, no. 3, p. 279-292.", |
|
"links": null |
|
}, |
|
"BIBREF7": { |
|
"ref_id": "b7", |
|
"title": "Linearization of attributive adjectives in Romanian", |
|
"authors": [ |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Cornilescu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "R", |
|
"middle": [], |
|
"last": "Cosma", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2019, |
|
"venue": "Revue Roumaine de Linguistique, Bucure\u0219ti", |
|
"volume": "64", |
|
"issue": "", |
|
"pages": "307--323", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Cornilescu, A. and Cosma R. (2019). Linearization of attributive adjectives in Romanian. In Revue Roumaine de Linguistique, Bucure\u0219ti, vol. 64, no. 3, p. 307-323.", |
|
"links": null |
|
}, |
|
"BIBREF8": { |
|
"ref_id": "b8", |
|
"title": "Krill: KorAP search and analysis engine", |
|
"authors": [ |
|
{ |
|
"first": "N", |
|
"middle": [], |
|
"last": "Diewald", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "E", |
|
"middle": [], |
|
"last": "Margaretha", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2016, |
|
"venue": "Corpus Linguistic Software Tools", |
|
"volume": "31", |
|
"issue": "", |
|
"pages": "73--90", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Diewald, N. and Margaretha, E. (2016), Krill: KorAP search and analysis engine. In M. Kupietz, A. Geyken (Eds.), Corpus Linguistic Software Tools, Journal for language technology and computational linguistics (JLCL) 31 (1), Berlin, GSCL, p. 73-90.", |
|
"links": null |
|
}, |
|
"BIBREF9": { |
|
"ref_id": "b9", |
|
"title": "A transitionbased parser for 2-planar dependency structures", |
|
"authors": [ |
|
{ |
|
"first": "C", |
|
"middle": [], |
|
"last": "G\u00f3mez-Rodr\u00edguez", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Nivre", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2010, |
|
"venue": "Proceedings of the 48th Annual Meeting of the Association for Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1492--1501", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "G\u00f3mez-Rodr\u00edguez, C. and Nivre J. (2010). A transition- based parser for 2-planar dependency structures. In Proceedings of the 48th Annual Meeting of the Association for Computational Linguistics, p. 1492- 1501.", |
|
"links": null |
|
}, |
|
"BIBREF10": { |
|
"ref_id": "b10", |
|
"title": "The Drukola Project", |
|
"authors": [ |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Kupietz", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "R", |
|
"middle": [], |
|
"last": "Cosma", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Witt", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2019, |
|
"venue": "Revue Roumaine de Linguistique", |
|
"volume": "64", |
|
"issue": "", |
|
"pages": "255--263", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Kupietz, M., Cosma, R. and Witt, A. (2019). The Drukola Project. In Revue Roumaine de Linguistique, Bucharest, vol. 64, no. 3., p. 255-263.", |
|
"links": null |
|
}, |
|
"BIBREF11": { |
|
"ref_id": "b11", |
|
"title": "EuReCo -Joining Forces for a European Reference Corpus as a sustainable base for cross-linguistic research", |
|
"authors": [ |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Kupietz", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Witt", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "P", |
|
"middle": [], |
|
"last": "Ba\u0144ski", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Tufi\u015f", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Cristea", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "T", |
|
"middle": [], |
|
"last": "V\u00e1radi", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2017, |
|
"venue": "Proceedings of the Workshop on Challenges in the Management of Large Corpora and Big Data and Natural Language Processing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "15--19", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Kupietz, M., Witt, A., Ba\u0144ski, P., Tufi\u015f, D., Cristea, D. and V\u00e1radi, T. (2017), EuReCo -Joining Forces for a European Reference Corpus as a sustainable base for cross-linguistic research. In P. Ba\u0144ski, M. Kupietz, H. L\u00fcngen, P. Rayson, H. Biber, E. Breiteneder, S. Clematide, J. Mariani, M. Stevenson, T. Sick (Eds.), Proceedings of the Workshop on Challenges in the Management of Large Corpora and Big Data and Natural Language Processing, Mannheim, IDS, p. 15-19.", |
|
"links": null |
|
}, |
|
"BIBREF12": { |
|
"ref_id": "b12", |
|
"title": "Recent developments in DeReKo", |
|
"authors": [ |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Kupietz", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "H", |
|
"middle": [], |
|
"last": "L\u00fcngen", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2014, |
|
"venue": "Proceedings of the 9th International Conference on Language Resources and Evaluation (LREC 2014)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "2378--2385", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Kupietz, M. and L\u00fcngen, H. (2014). Recent developments in DeReKo. In N. Calzolari, K. Choukri, T. Declerck, H. Loftsson, B. Maegaard, J. Mariani, A. Moreno, J. Odijk, S. Piperidis (Eds.), Proceedings of the 9th International Conference on Language Resources and Evaluation (LREC 2014), Reykjavik, p. 2378-2385.", |
|
"links": null |
|
}, |
|
"BIBREF13": { |
|
"ref_id": "b13", |
|
"title": "The German Reference Corpus DeReKo: New Developments -New Opportunities", |
|
"authors": [ |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Kupietz", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "H", |
|
"middle": [], |
|
"last": "L\u00fcngen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "P", |
|
"middle": [], |
|
"last": "Kamocki", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "A", |
|
"middle": [ |
|
"N" |
|
], |
|
"last": "Witt", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "K", |
|
"middle": [], |
|
"last": "Calzolari", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "C", |
|
"middle": [], |
|
"last": "Choukri", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "T", |
|
"middle": [], |
|
"last": "Cieri", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "S", |
|
"middle": [], |
|
"last": "Declerck", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "K", |
|
"middle": [], |
|
"last": "Goggi", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "H", |
|
"middle": [], |
|
"last": "Hasida", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "B", |
|
"middle": [], |
|
"last": "Isahara", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Maegaard", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "H", |
|
"middle": [], |
|
"last": "Mariani", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Mazo", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Moreno", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2018, |
|
"venue": "Proceedings of the Eleventh International Conference on Language Resources and Evaluation (LREC 2018)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "4353--4360", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Kupietz, M., L\u00fcngen, H., Kamocki, P., and Witt, A. (2018). The German Reference Corpus DeReKo: New Developments -New Opportunities. In N. Calzolari, K. Choukri, C. Cieri, T. Declerck, S. Goggi, K. Hasida, H. Isahara, B. Maegaard, J. Mariani, H. Mazo, A. Moreno, J. Odijk, S. Piperidis, T. Tokunaga (Eds.), Proceedings of the Eleventh International Conference on Language Resources and Evaluation (LREC 2018), Miyazaki, European Language Resources Association (ELRA), p. 4353-4360.", |
|
"links": null |
|
}, |
|
"BIBREF14": { |
|
"ref_id": "b14", |
|
"title": "English Verb Class and Alternations: A Preliminary Investigation", |
|
"authors": [ |
|
{ |
|
"first": "B", |
|
"middle": [], |
|
"last": "Levin", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1993, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Levin, B. (1993). English Verb Class and Alternations: A Preliminary Investigation, University of Chicago Press.", |
|
"links": null |
|
}, |
|
"BIBREF15": { |
|
"ref_id": "b15", |
|
"title": "A Resource for the Written Romanian: the UAIC Dependency Treebank", |
|
"authors": [ |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "M\u0103r\u0103nduc", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "C.-A", |
|
"middle": [], |
|
"last": "Perez", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2016, |
|
"venue": "Proceedings of ConsILR, M\u0103lini", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "79--90", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "M\u0103r\u0103nduc, M. and Perez, C.-A. (2016). A Resource for the Written Romanian: the UAIC Dependency Treebank. In Proceedings of ConsILR, M\u0103lini, 27-29 Oct., p. 79-90.", |
|
"links": null |
|
}, |
|
"BIBREF16": { |
|
"ref_id": "b16", |
|
"title": "Syntactic Semantic Correspondence in Dependency Grammar", |
|
"authors": [ |
|
{ |
|
"first": "C", |
|
"middle": [], |
|
"last": "M\u0103r\u0103nduc", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "C", |
|
"middle": [], |
|
"last": "Mititelu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "V", |
|
"middle": [], |
|
"last": "Bobicev", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2018, |
|
"venue": "Proceeding of 16th International Workshop on Treebanks and Linguistic Theories Prague", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "167--180", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "M\u0103r\u0103nduc, C., Mititelu, C. and Bobicev, V. (2018). Syntactic Semantic Correspondence in Dependency Grammar. In Proceeding of 16th International Workshop on Treebanks and Linguistic Theories Prague, p. 167- 180.", |
|
"links": null |
|
}, |
|
"BIBREF17": { |
|
"ref_id": "b17", |
|
"title": "Treebank Annotator for multiple formats and conventions", |
|
"authors": [ |
|
{ |
|
"first": "C", |
|
"middle": [], |
|
"last": "M\u0103r\u0103nduc", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "F", |
|
"middle": [], |
|
"last": "Hociung", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "V", |
|
"middle": [], |
|
"last": "Bobicev", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2017, |
|
"venue": "Proceedings of the 4th Conference of Mathematical and Computer Science Society of the Republic of Moldova", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "529--534", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "M\u0103r\u0103nduc, C., Hociung, F., Bobicev, V. (2017). Treebank Annotator for multiple formats and conventions. In Proceedings of the 4th Conference of Mathematical and Computer Science Society of the Republic of Moldova, Chi\u0219in\u0103u, June 28 -July 2, p. 529-534.", |
|
"links": null |
|
}, |
|
"BIBREF18": { |
|
"ref_id": "b18", |
|
"title": "Developing a Functional Dependency Grammar (FDG) annotator for Romanian", |
|
"authors": [ |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Moruz", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2008, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Moruz, A. (2008). Developing a Functional Dependency Grammar (FDG) annotator for Romanian. Master thesis, A. I. Cuza University, Faculty of Computer Science, Ia\u0219i.", |
|
"links": null |
|
}, |
|
"BIBREF19": { |
|
"ref_id": "b19", |
|
"title": "MaltParser: A language-independent system for datadriven dependency parsing", |
|
"authors": [ |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Nivre", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Hall", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Nilsson", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Chanev", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2007, |
|
"venue": "Natural Language Engineering", |
|
"volume": "13", |
|
"issue": "", |
|
"pages": "95--135", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Nivre, J., Hall, J., Nilsson, J. and Chanev, A. (2007). MaltParser: A language-independent system for data- driven dependency parsing. Natural Language Engineering, Cambridge University Press, volume 13, p. 95-135.", |
|
"links": null |
|
}, |
|
"BIBREF20": { |
|
"ref_id": "b20", |
|
"title": "Universal Dependencies v1: A Multilingual Treebank Collection", |
|
"authors": [ |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Nivre", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [ |
|
"C" |
|
], |
|
"last": "De Marneffe", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "F", |
|
"middle": [], |
|
"last": "Ginter", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Y", |
|
"middle": [], |
|
"last": "Goldberg", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Hajic", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "C", |
|
"middle": [ |
|
"D" |
|
], |
|
"last": "Manning", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "R", |
|
"middle": [], |
|
"last": "Mc Donald", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "S", |
|
"middle": [], |
|
"last": "Petrov", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "S", |
|
"middle": [], |
|
"last": "Pyysalo", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "N", |
|
"middle": [], |
|
"last": "Silveira", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "R", |
|
"middle": [], |
|
"last": "Tsarfaty", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Zeman", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2016, |
|
"venue": "Proceedings of the Tenth International Conference on Language Resources and Evaluation (LREC-2016)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1659--1666", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Nivre, J., de Marneffe, M.C., Ginter, F., Goldberg, Y., Hajic, J., Manning, C.D., Mc Donald R., Petrov, S., Pyysalo, S., Silveira, N., Tsarfaty, R. and Zeman, D. (2016). Universal Dependencies v1: A Multilingual Treebank Collection. In Proceedings of the Tenth International Conference on Language Resources and Evaluation (LREC-2016), European Language Resources Association (ELRA), Portoroz Slovenia, p. 1659-1666.", |
|
"links": null |
|
}, |
|
"BIBREF21": { |
|
"ref_id": "b21", |
|
"title": "Sintaxa transforma\u0163ional\u0103 a grupului verbal \u00een limba rom\u00e2n\u0103", |
|
"authors": [ |
|
{ |
|
"first": "G", |
|
"middle": [], |
|
"last": "Pan\u0103 Dindelegan", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1974, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Pan\u0103 Dindelegan, G. (1974). Sintaxa transforma\u0163ional\u0103 a grupului verbal \u00een limba rom\u00e2n\u0103, Bucure\u015fti, Editura Academiei.", |
|
"links": null |
|
}, |
|
"BIBREF22": { |
|
"ref_id": "b22", |
|
"title": "Linguistic Resources for Natural Language Processing", |
|
"authors": [ |
|
{ |
|
"first": "C.-A", |
|
"middle": [], |
|
"last": "Perez", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2014, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Perez, C.-A. (2014). Linguistic Resources for Natural Language Processing. Ph.D. dissertation, A. I. Cuza University, Faculty of Computer Science, Ia\u0219i.", |
|
"links": null |
|
}, |
|
"BIBREF23": { |
|
"ref_id": "b23", |
|
"title": "FDG Parser for Romanian language", |
|
"authors": [ |
|
{ |
|
"first": "C", |
|
"middle": [], |
|
"last": "Popa", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2010, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Popa, C. (2010). FDG Parser for Romanian language. Master thesis, A. I. Cuza University, Faculty of Computer Science.", |
|
"links": null |
|
}, |
|
"BIBREF24": { |
|
"ref_id": "b24", |
|
"title": "A search tool for corpora with positional tagsets and ambiguities", |
|
"authors": [ |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Przepi\u00f3rkowski", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Z", |
|
"middle": [], |
|
"last": "Krynicki", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "L", |
|
"middle": [], |
|
"last": "D\u0119bowski", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Woli\u0144ski", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Janus", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "P", |
|
"middle": [], |
|
"last": "Ba\u0144ski", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2004, |
|
"venue": "Proceedings of the Fourth International Conference on Language Resources and Evaluation", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1235--1238", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Przepi\u00f3rkowski, A., Krynicki, Z., D\u0119bowski, L., Woli\u0144ski, M., Janus, D. and Ba\u0144ski, P. (2004). A search tool for corpora with positional tagsets and ambiguities. In Proceedings of the Fourth International Conference on Language Resources and Evaluation, LREC 2004, p. 1235-1238.", |
|
"links": null |
|
}, |
|
"BIBREF25": { |
|
"ref_id": "b25", |
|
"title": "Prenominal Adjectival Ordering in English and Mandarin", |
|
"authors": [ |
|
{ |
|
"first": "R", |
|
"middle": [], |
|
"last": "Sproat", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "C", |
|
"middle": [], |
|
"last": "Shih", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1988, |
|
"venue": "Proceedings of NELS 18", |
|
"volume": "2", |
|
"issue": "", |
|
"pages": "465--489", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Sproat, R. and Shih, C. (1988). Prenominal Adjectival Ordering in English and Mandarin. In J. Blevins, J. Carter (Eds.), Proceedings of NELS 18, Amherst, MA: GLSA, vol. 2, p. 465-489.", |
|
"links": null |
|
} |
|
}, |
|
"ref_entries": { |
|
"FIGREF0": { |
|
"type_str": "figure", |
|
"num": null, |
|
"uris": null, |
|
"text": "Analysis of the sentence \u00centre ei doi se schimbase un mesaj de necomfundat. (Between them two was exchanged an unmistakable message. -topic kept). The UD (a) and the UAIC (b) notation of prepositions (\u00centre and de): they are headed by the semantic word in UD (ei, respectively neconfundat) and they head the semantic word in UAIC." |
|
}, |
|
"FIGREF1": { |
|
"type_str": "figure", |
|
"num": null, |
|
"uris": null, |
|
"text": "Analyses of the sentence segment: \u2026 enorm\u0103, figura, lat\u0103 de peste un metru,\u2026 (\u2026 enormous, the figure, flat for more than one meter,\u2026), in which un metru (one meter) is a sub-constituent of the adjective lat\u0103 (flat), and this one -a sub-constituent of figura (the figure)." |
|
}, |
|
"TABREF1": { |
|
"type_str": "table", |
|
"num": null, |
|
"html": null, |
|
"text": "Accuracy (number of true positives out of the total number of heads or relations) of the dependency parser trained on different gold treebanks. The last column shows the average of the preceding two numbers", |
|
"content": "<table/>" |
|
} |
|
} |
|
} |
|
} |