<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta>
      <journal-title-group>
        <journal-title>ORCID:</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Crowdsourcing for the Russian Morphological Lexicon</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Vladimír Benko</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Victor Zakharov</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>JULS, Slovak Academy of Sciences</institution>
          ,
          <addr-line>Panská 26, Bratislava, 811 01</addr-line>
          ,
          <country country="SK">Slovakia</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>St Petersburg University</institution>
          ,
          <addr-line>Universitetskaya emb. 7-9, Saint Petersburg, 199034</addr-line>
          ,
          <country country="RU">Russia</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2021</year>
      </pub-date>
      <volume>000</volume>
      <fpage>0</fpage>
      <lpage>0002</lpage>
      <abstract>
        <p>We present an on-going experiment aimed at improving the results of Russian PoS tagging by means of increasing the size of morphological lexicon that is used for training the respective tagger(s). The frequency list of out-of-vocabulary (OOV) word forms along with the tags and lemmas assigned by the guesser is manually checked, corrected and classified by students in the framework of assignments, so that valid lexical items candidates for inclusion into the morphological lexicon could be identified. We expect to improve the lexicon coverage by the most frequent proper names and foreign words, as well as to create an auxiliary lexicon containing the most frequent typos.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;crowdsourcing</kwd>
        <kwd>Russian POS-tagging</kwd>
        <kwd>out-of-vocabulary words</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction1</title>
      <p>Identification the language of the downloaded texts, removing the “incorrect” documents
Segmenting the text into paragraphs and sentences
Removing duplicate contents (identical or partially identical text segments)
Tokenization—segmenting the text into words
Linguistic (morphological, and possibly also syntactic) annotation—lemmatization and PoS
Uploading the resulting corpus into the corpus manager (i.e., generating the respective index
structures) that will make the corpus accessible for the users.</p>
      <p>Our paper is devoted to the morphological tagging of input texts and, narrower, to the processing of
out-of-vocabulary (OOV) tokens.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Morphosyntactic annotation</title>
      <p>
        From the very beginning of the Aranea Project, only tools with an open-source or free license have
been used for all processing. As there are many languages to be processed, for morphosyntactic
annotation tools with many language models were preferred. This was especially the case of
TreeTagger, that was easy to integrate into our processing pipeline [
        <xref ref-type="bibr" rid="ref11 ref12">11, 12</xref>
        ].
      </p>
      <p>Despite being a rather old tool, TreeTagger is still being used by many projects. Its main advantage,
from our perspective, is the processing speed than can be even by the order of magnitude faster than
other tools for the same language. There are, however, some disadvantages as well. The quality of
language models provided by its author varies from one language to another, depending on the training
data and morphological lexicon available. Perhaps the greatest deficiency of TreeTagger is absence of
any procedure that would guess lemmas for out-of-vocabulary (OOV) lexical items – those are simply
tagged as “unknown”, leaving decision of further processing to the user.</p>
      <p>Several Russian language models for TreeTaggers are available, for our work we rely on that
provided by Serge Sharoff. Though its coverage, compared to other languages, is fairly high, the
morphological lexicon based on Zaliznyak dictionary and manually disambiguated subcorpus of the
Russian National Corpus naturally cannot cover all lexical items appearing in a “fresh” web-crawled
corpus.</p>
      <p>
        Russian belongs to languages with several taggers available, so an idea of looking for an alternative
is quite straightforward. None of them, however, can be simply declared as “better” – each of them has
some drawbacks as well. In our experiments we were using UDPipe [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], a tool developed in the
framework of the Universal Dependencies Project [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]. It is able to guess lemmas but, unlike
TreeTagger, the UDPipe does not use morphological lexicon at all and all lemmas are guessed, even
for lexical items present in the training data. Out of the language models available, we opted for that
trained on the SynTagRus treebank [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ].
      </p>
      <p>
        The third tool included in our work was CSTlemma [
        <xref ref-type="bibr" rid="ref16 ref17">16, 17</xref>
        ], a high performance lemmatizer with a
language model provided by its author.
      </p>
      <p>In an attempt to improve the results of annotation, we are planning to apply steps as follows.
1 Use the “ensemble tagging” approach, i.e., annotate the corpus by several different tools.
2 Aggregate the results by means of manually written rules.
3 Manually disambiguate the annotations for most frequent OOV lexical items
4 Use the disambiguated list to amend the morphological lexicon for next step of annotation.</p>
      <p>The current paper describes the very first phase of or experiment targeted on correcting the lemma
and PoS tags by means of crowdsourcing.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Crowdsourcing</title>
      <p>
        “Crowdsourcing" is a relatively recent concept that encompasses many practices. This diversity
leads to the blurring of the limits of crowdsourcing that may be identified virtually with any type of
Internet-based collaborative activity, such as co-creation or user innovation [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]. In their paper, authors
define eight characteristics typical for crowdsourcing as follows:
 There is a clearly defined crowd (a)
 There exists a task with a clear goal (b)
 The recompense received by the crowd is clear (c)
 The crowdsourcer is clearly identified (d)
 The compensation to be received by the crowdsourcer is clearly defined (e)
 It is an online assigned process ofparticipative type f)
 It uses an open call of variable extent (g)
 It uses the Internet (h)
      </p>
      <p>From this perspective, language data annotation performed by students in the framework of the
endof-term assignments can well be considered “crowdsourcing”, even if only some of the above
characteristics apply. It is also worth noting that, according to our experience, students appreciate the
feeling that their work may be useful not only as a tool for classification.</p>
    </sec>
    <sec id="sec-4">
      <title>4. The Task</title>
      <p>The OOV lexical items observed in our corpora are of different nature. Besides the “true
neologisms”, i.e., words qualifying for inclusion even into the traditional dictionary, proper nouns (such
as personal and geographical names) and their derivates, we can find also items traditionally not
considered as “words” – various abbreviations, acronyms and symbols, URLs or e-mail addresses, parts
of foreign language quotations and – above all – all sorts of “typos” and “errors”. Inflected word forms
apply to almost all previously mentioned categories, which makes the whole picture even more
complex.</p>
      <p>In the following text we present an experiment aimed at amending the morphological lexicon used
for training the language model(s) by a manually validated list of most frequent OOV items derived
from an annotated web corpus. The annotation is to be performed by graduate students of the
Mathematical Linguistics Departmernt of the Saint-Petersburg University in the framework of
end-ofterm assignment for the “Corpora in NLP” subject.</p>
      <p>Having only limited “human power” (14 students in total) at hand, we decided to follow the
threefold setup (i.e., each item to be annotated by three independent annotators) and make the task as simple
as possible. This is why the annotators were not expected to check all the morphological categories
provided by the respective tags, and they were asked to decide only on two parameters - lemma and
word class (part of speech).</p>
    </sec>
    <sec id="sec-5">
      <title>5. The Data</title>
      <p>In the first step, we used data from and the Aranea TreeTagger pipelines, and subsequently merged
into a single vertical file. Then, we converted the original MTE morphological tags to “PoS- only” tags
and produced a frequency list of all lexical items indicated as OOV by both taggers. After deleting the
unused parameters, the resulting lists contained the frequency, word form, lemma assigned by the
CSTLemma and UDPipe taggers and PoS information derived from the tag assigned by TreeTagger
(aTag, using the AUT notation). This decision has been motivated by an observation that TreeTagger
is typically more successful in assigning morphological categories for unknown words than others.</p>
      <p>As we naturally could expect to be able to process only the rather small part of the list, after some
experimenting with various thresholds, we decided to pass into annotation only the most frequent items.
This meant that each annotator would process approximately 1000 items.</p>
      <p>The example of the source data (in alphabetical order, after applying the frequency cut-off) is shown
in Table 1.</p>
      <p>Word
Росстата
Ростех
Ростехнадзора
Ростова-наДону
Ростове-наДону
Ростове-наДону
Ростов-наДону
ротовую
роуминг
роуминга
роутер
РПЛ
РСА
РСО-Алания
рубцов
руд
руду
рулонных
румяной
РУСАДА
РусГидро
Руссель
ручках
ручном</p>
      <p>aTag
(TreeTagger)</p>
      <p>Nn
Nn
Nn
Nn
Nn
Nn
Nn
Aj
Nn
Nn
Nn
Zz
Nn
Nn
Nn
Nn
Nn
Aj
Aj
Nn
Nn
Nn
Nn
Aj
uLemma
(UDPipe)
Росстат
Ростех
Ростехнадзор
Ростова-наДон
Ростове-наДон
ростов-надону
Ростов-наДон
ротовый
роуминг
роуминг
роутер
РПЛ
РСА
РСО-Алания
рубец
руда
руда
рулонный
румяный
РУСАД
РусГидро
Руссель
ручка
ручной</p>
      <p>uAtag
(UDPipe)</p>
      <p>Nn
Dt
Nn
Nn
Nn
Nn
Nn
Aj
Nn
Nn
Nn
Nn
Nn
Nn
Nn
Nn
Nn
Aj
Aj
Nn
Nn
Nn
Nn
Aj</p>
      <p>CLemma
(CSTLemma)
Росстат
Ростеха
Ростехнадзор
ростова-надон
ростове-надон
ростове-надон
ростов-на-дон
ротовый
роуминг
роуминг
роутер
рплый
РС
РСО-Алания
рубец
руд
руда
рулонный
румяный
РУСАДА
русгидро
Руссель
ручка
ручный</p>
      <p>We can observe several phenomena here. While most PoS categories are classified correctly,
abbreviation are mostly tagged as “nouns”, but also as “determiners”, or even “punctuation”, and lemma
form as well as its capitalization is sometimes guessed correctly, while sometimes not. The result of
simple aggregation of the same data can be seen in Table 2.</p>
      <p>The overall task for the annotators was to produce correct data for all lines in the table. To minimize
the number of necessary keystrokes and to keep track of the changes, the data have been further
modified to contain two newly added columns – Lemmb used as a template for correcting the value for
Lemma (it is expected that most modifications will occur at the end of the respective string only) and
bTag (to be filled only in case of wrong PoS assignment).</p>
      <p>As has been already mentioned, each item (line of the table) has to be annotated by three independent
annotators. We decided, however, not to split the data in a straightforward way, but to assign each
alphabetical segment of the data to three annotators using a rule as follows: each group of four lines
will be split into four tuples containing three lines with one missing line form the original group.
Moreover, the whole lot of data has been split to three parts, so that each annotator could get three
different sections of the alphabet in his or her data.</p>
      <p>By applying this fairly “sophisticated” assignment scheme, we expected to improve the overall
uniformity and quality of the output, as well as to prevent “collaboration” among students, as no two
assigned lots were identical.</p>
      <p>An excerpt of the data from Table 3 assigned to a single annotator is shown in Table 3.
bTag
aTag
Nn
Nn
Aj
Nn</p>
      <p>Nn
Zz|Nn</p>
      <p>Nn
Nn
Nn
Aj
Aj
Nn
Nn
Nn
Aj</p>
      <p>Note that the “missing” every third Id results from the assignment scheme.</p>
    </sec>
    <sec id="sec-6">
      <title>6. The Crowd Annotation</title>
      <p>The split data has been uploaded as excel spreadsheets to a shared Google disk and assigned
randomly to the respective annotators. The task has been assigned in the middle of the semester, after
the students already got acquainted with the basic concepts of corpus morphosyntactic annotation and
acquired the elementary querying skills. The instructions for annotating the data as they are presented
in Table 3 were as follows.</p>
      <p>A Only Lemmb and bTag columns may be modified.</p>
      <p>B If both Lemma and aTag values are correct, nothing has to be done.</p>
      <p>C If aTag value is wrong, the correct value should be inserted in bTag.</p>
      <p>D If Lemma value is wrong, it should be corrected in Lemmb.</p>
      <p>E If the word form is obvious typo (missing or superfluous letter, exchanged letters), or the
word does not contain the necessary diacritics, the correct lemma marked by an asterisk
should entered in Lemmb.</p>
      <p>F If the correct word form cannot be reconstructed by simple editing operations, i.e., cannot be
recognized (e.g., part of the word as a result of hyphenation), the value of bTag will be “Er”
(error).</p>
      <p>G If the word form is obvious foreign word, the value of bTag will be “Yx”.</p>
      <p>H It is not necessary to evaluate whether the word form is “literary” - words of “lower” registers
(such as slang) also have “correct” lemmas.</p>
      <p>The annotators were also instructed to check all “non-obvious” items by querying the corpus and
analyzing the respective contexts. The initial training was performed during one teaching lesson in a
computer lab, so that possibly all frequent problems could be explained.</p>
    </sec>
    <sec id="sec-7">
      <title>7. Linguistic aspects of Russian tagging</title>
      <p>Obviously, recommendations for reannotation of OOV word forms should be not so much technical
as linguistic. They should analyze not only typical obvious cases, but also problems. In this case, we
should proceed from the following:
 - Russian grammar rules
 - considering tokenization rules when annotating a corpus
 - contexts of using this token in the corpus
 - frequency data on certain uses.</p>
      <p>The development and description of such an instruction is a matter of the future and a topic for a
separate article, here we give some problems that cause difficulties during annotation.</p>
      <p>1. Foreign words should be processed depending on the context: if they appear as part of a foreign
language expression (quotation), then the correct PoS tag is "Yx". However, if they are part of a
Russian-language phrase, for example, in the meaning of a noun (usually these are proper nouns), then
it is reasonable to mark them with the tag "Nn" (or other relevant part of speech).
2. Many languages and taggers have problems with abbreviations. We can say that they are difficult for
grammar as such. Usually, abbreviations include words written in capital letters, however, there are
many other options. For example. The abbreviation ВУЗ (high school) is widely spelled in small letters
(вуз), which has actually become a noun. There are a large number of standardized and
nonstandardized abbreviations such as д-р, (doctor), изд-во (Publishing House) etc. Abbreviations like
МХАТ, НИИМаш are often inflected as nouns and in fact, they are, without losing the spelling in large
letters. Some abbreviature have several standard lemmas (spellings), eg, КзоТ, КЗОТ. (Labor Code,
Labor Code).</p>
      <p>3. It is desirable to include proper names in the morphological dictionary. The question arises, all or
quite often used? So, if the dictionary contains the masculine name Давид , should the feminine name
Давида be included with a different declension paradigm? Almost any adjective or common noun can
occur as a surname. Should they be presented in the morphological dictionary as separate lexemes?
Those common nouns in indirect cases, apparently, need to match two lemmas, for example, the word
form Котов (surname) will receive a tag of a noun and two lemmas Котов|кот, or Юнг lemmas
Юнг|юнга, the word form in genetivs case Серебряной (surname) gets lemmas
Серебряная|серебряный and tags Nn | Aj.</p>
      <p>4. The participles in MTE are carried out to the verb lemma (выделенный — выделить), but there
are many cases when, along with the verbal lemma, an adjective lemma must also be indicated:
добавленная стоимость - добавить|добавленный Vb|Aj.</p>
    </sec>
    <sec id="sec-8">
      <title>8. First Results and Problems</title>
      <p>The source data consisted of 5,040 producing 15,120 lines to annotate by 15 students. I.e., each of
them had to process 1,008 lines. As only 14 files have been returned, the missing file has been
reassigned to a student from a different group.</p>
      <p>The resulting data has not been processed completely yet, but the first analysis looks promising –
see table 4 and 5.</p>
      <p>Source lines
Triple Agreement both on Lemma and PoS
Double Agreement both on Lemma and PoS
Triple Agreement on Lemma
Double Agreement on Lemma</p>
    </sec>
    <sec id="sec-9">
      <title>9. Conclusions and Further Work</title>
      <p>There were several goals to be achieved by the annotation. Firstly, we would like to produce a
validated list of most frequent neologisms to be included in the morphological lexicon; in this stage, we
even do not expect to generate full paradigms for those lexical items. Secondly, we wanted to get the
list of the most frequent typos and other types of errors that could also be used as a supplement to that
lexicon, but also as source data for a future system for data normalization. And lastly, we also wanted
to obtain a list of most frequent foreign lexical items appearing in Russian corpus data.</p>
      <p>Although the detailed analysis of the annotated data is yet to be performed, some conclusions can
be seen already. They can be summarized as follows:</p>
      <p>(1) The Annotation Guidelines must be as precise as possible, showing not only the typical
problems and their solutions, but also the seemingly “easy” cases. One-page instruction, as it was in our
case, is definitely not sufficient.</p>
      <p>(2) The most common errors were associated with the treatment of proper nouns. An automatic
procedure based on frequencies of lower/uppercased word forms would most likely perform better.</p>
      <p>(3) The other common issue was the proper form of lemma for adjectives (it should be masculine
and nominative singular). As the morphology of the Russian adjectives is fairly regular, a procedure to
fix it automatically would be feasible.</p>
      <p>(4) One of the fairy frequent PoS ambiguity in our data was the “Nn”/“Yx” (noun/foreign) case.
The manually annotated data, however, show that the real number of “foreign” is rather low, yet it
introduces a lot of noise into the annotation process. It would therefore be reasonable to substitute all
tags for “foreign” with that of “nouns” in the future annotation.</p>
      <p>In the near future, besides the new round of a similar annotation effort with an improved setup, we
would like to combine its results with those obtained in the framework of the ensemble tagging
experiment.
10.Acknowledgment</p>
      <p>Authors wish to express their sincere gratitude to the 1st year Master program students of the SPbU
Mathematical Linguistics Department for their valuable help in annotating the data.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>A.</given-names>
            <surname>Kilgarriff</surname>
          </string-name>
          ,
          <article-title>Web as corpus</article-title>
          ,
          <source>Proc. of Corpus Linguistics</source>
          <year>2001</year>
          conference, Lancaster University. Lancaster: UCREL,
          <year>2001</year>
          , pp.
          <fpage>342</fpage>
          -
          <lpage>344</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>A.</given-names>
            <surname>Kilgarriff</surname>
          </string-name>
          and
          <string-name>
            <given-names>G.</given-names>
            <surname>Grefenstette</surname>
          </string-name>
          ,
          <article-title>Introduction to the Special Issue on Web as Corpus, Computational Linguistics</article-title>
          , vol.
          <volume>29</volume>
          , no.
          <issue>3</issue>
          , pp.
          <fpage>333</fpage>
          -
          <lpage>347</lpage>
          ,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>M.</given-names>
            <surname>Baroni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Bernardini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Ferraresi</surname>
          </string-name>
          , and
          <string-name>
            <given-names>E.</given-names>
            <surname>Zanchetta</surname>
          </string-name>
          ,
          <article-title>The WaCky wide web: a collection of very large linguistically processed web-crawled corpora</article-title>
          .
          <source>Language Resources and Evaluation</source>
          , vol.
          <volume>43</volume>
          , no.
          <issue>3</issue>
          , pp.
          <fpage>209</fpage>
          -
          <lpage>226</lpage>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>N.</given-names>
            <surname>Ljubešić</surname>
          </string-name>
          and
          <string-name>
            <given-names>T.</given-names>
            <surname>Erjavec</surname>
          </string-name>
          ,
          <article-title>hrWaC and slWac: Compiling Web Corpora for Croatian and Slovene</article-title>
          , Text,
          <source>Speech and Dialogue - 2011. Lecture Notes in Computer Science</source>
          , Springer,
          <year>2011</year>
          , pp.
          <fpage>395</fpage>
          -
          <lpage>402</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>N.</given-names>
            <surname>Ljubešić</surname>
          </string-name>
          and
          <string-name>
            <given-names>F.</given-names>
            <surname>Klubička</surname>
          </string-name>
          , {bs,hr,sr}WaC - Web corpora of Bosnian, Croatian and Serbian,
          <source>Proceedings of the 9th Web as Corpus Workshop (WaC-9)</source>
          , Gothenburg: Association for Computational Linguistics,
          <year>2014</year>
          , pp.
          <fpage>29</fpage>
          -
          <lpage>35</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>M.</given-names>
            <surname>Jakubíček</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Kilgarriff</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Kovář</surname>
          </string-name>
          et al.,
          <source>The TenTen Corpus Family, Proceedings of the 7th International Corpus Linguistics Conference, Lancaster: UCREK</source>
          ,
          <year>2013</year>
          , pp.
          <fpage>125</fpage>
          -
          <lpage>127</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>V. I.</given-names>
            <surname>Belikov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V. P.</given-names>
            <surname>Selegey</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S. A.</given-names>
            <surname>Sharov</surname>
          </string-name>
          ,
          <article-title>Prolegomena to the project of the General Internet Corpus of the Russian Language (GIKRYA) [Prolegomeny k proyektu General'nogo internetkorpusa russkogo yazyka (GIKRYA)], Computational Linguistics and Intellectual Technologies: Based on the materials of the annual international conference "Dialogue" (Bekasovo</article-title>
          , May 30 - June 3,
          <year>2012</year>
          ), issue
          <volume>11</volume>
          (
          <issue>18</issue>
          ).,Moscow: RGGU Publishing House,
          <year>2012</year>
          , vol.
          <volume>1</volume>
          , pp.
          <fpage>37</fpage>
          -
          <lpage>49</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>R.</given-names>
            <surname>Schäfer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Bildhauer</surname>
          </string-name>
          ,
          <article-title>Building Large Corpora from the Web Using a New Efficient Tool Chain</article-title>
          ,
          <source>Proceedings of the Eighth International Conference on Language Resources and Evaluation (LREC'12)</source>
          , Istanbul: European Language Resources Association,
          <year>2012</year>
          , pp.
          <fpage>486</fpage>
          -
          <lpage>493</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>V.</given-names>
            <surname>Benko</surname>
          </string-name>
          ,
          <article-title>Aranea: Yet Another Family of (Compara¬ble) Web Corpora</article-title>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Sojka</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Horák</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Kopeček</surname>
          </string-name>
          and Karel Pala (Eds.): Text, Speech and Dialogue. 17th International Conference, TSD 2014, Brno,
          <source>Czech Republic, September</source>
          <volume>8</volume>
          -
          <issue>12</issue>
          ,
          <year>2014</year>
          . Proceedings, LNCS 8655, Springer International Publishing Swit¬zerland,
          <year>2014</year>
          , pp.
          <fpage>257</fpage>
          -
          <lpage>264</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>V.</given-names>
            <surname>Benko</surname>
          </string-name>
          ,
          <article-title>Two Years of Aranea: Increasing Counts and Tuning the Pipeline</article-title>
          ,
          <source>Proceedings of the Ninth International Conference on Language Resources and Evaluation (LREC</source>
          <year>2016</year>
          ),
          <source>Portorož : European Lan¬guage Resources Association (ELRA)</source>
          ,
          <year>2016</year>
          , pp.
          <fpage>4245</fpage>
          -
          <lpage>4248</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>H</given-names>
            <surname>Schmid</surname>
          </string-name>
          ,
          <article-title>Probabilistic Part-of-Speech Tagging Using Decision Trees</article-title>
          ,
          <source>Proceedings of International Conference on New Methods in Language Processing</source>
          , Manchester, UK,
          <year>1994</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>H</given-names>
            <surname>Schmid</surname>
          </string-name>
          ,
          <article-title>Improvements in Part-of-Speech Tagging with an Application to German</article-title>
          ,
          <source>Proceedings of the ACL SIGDAT-Workshop</source>
          , Dublin.
          <year>1995</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>M.</given-names>
            <surname>Straka</surname>
          </string-name>
          , UDPipe
          <volume>2</volume>
          .
          <article-title>0 Prototype at CoNLL 2018 UD Shared Task, Proceedings of the CoNLL 2018 Shared Task: Multilingual Parsing from Raw Text to Universal Dependencies</article-title>
          , Brussels, Belgium : Association for Computational Linguistics,
          <year>2018</year>
          , pp.
          <fpage>197</fpage>
          -
          <lpage>207</lpage>
          . DOI:
          <volume>10</volume>
          .18653/v1/
          <fpage>K18</fpage>
          - 2020. URL: https://www.aclweb.org/anthology/K18-2020.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>Universal</given-names>
            <surname>Dependencies</surname>
          </string-name>
          <string-name>
            <surname>URL</surname>
          </string-name>
          : https://universaldependencies.org/
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>UD</given-names>
            <surname>Russian SynTagRus 2021</surname>
          </string-name>
          <string-name>
            <surname>URL</surname>
          </string-name>
          : https://universaldependencies.org/treebanks/ru_syntagrus/index.html
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>B.</given-names>
            <surname>Jongejan</surname>
          </string-name>
          and
          <string-name>
            <given-names>H.</given-names>
            <surname>Dorte</surname>
          </string-name>
          , The CST Lemmatiser. Center for Sprogteknologi, University of Copenhagen version 2.7,
          <year>2005</year>
          . URL: http://cst.dk/online/lemmatiser/cstlemma.pdf
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>B.</given-names>
            <surname>Jongejan</surname>
          </string-name>
          and
          <string-name>
            <given-names>C.</given-names>
            <surname>Navarretta</surname>
          </string-name>
          ,
          <article-title>CLARIN-DK presents the CST Lemmatizer</article-title>
          ,
          <year>2019</year>
          . URL: https://www.clarin.eu/blog/clarin-dk
          <article-title>-presents-cst-lemmatizer</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>E.</given-names>
            <surname>Estellés-Arolas</surname>
          </string-name>
          and
          <string-name>
            <given-names>F.</given-names>
            <surname>González-Ladrón-de-Guevara</surname>
          </string-name>
          ,
          <article-title>Towards an Integrated Crowdsourcing Definition</article-title>
          ,
          <source>Journal of Information Science</source>
          ,
          <year>2012</year>
          , vol.
          <volume>38</volume>
          , no.
          <issue>2</issue>
          ), pp.
          <volume>189</volume>
          ¬
          <issue>200</issue>
          , doi:10.1177/0165551512437638.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>