<!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>Tensorflow:
Large-scale machine learning on heterogeneous dis-
tributed systems. CoRR, abs/</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>PoS Taggers in the Wild: A Case Study with Swiss Italian Student Essays</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Daniele Puccinelli</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Silvia Demartini</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Aris Piatti</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sara Giulivi</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Luca Cignetti</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Simone Fornara</string-name>
          <email>simone.fornarag@supsi.ch</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>University of Applied Sciences and Arts of Southern Switzerland</institution>
          ,
          <addr-line>SUPSI</addr-line>
        </aff>
      </contrib-group>
      <pub-date>
        <year>1603</year>
      </pub-date>
      <volume>04467</volume>
      <abstract>
        <p>English. State-of-the-art Part-of-Speech taggers have been thoroughly evaluated on standard Italian. To understand how Part-of-Speech taggers that have been pretrained on standard Italian fare with a wide array of language anomalies, we evaluate five Part-of-Speech taggers on a corpus of student essays written throughout the largest Italian-speaking area outside of Italy. Our preliminary results show that there is a significant gap between their performance on non-standard Italian and on standard Italian, and that the performance loss mainly comes from relatively subtle tagging errors within morphological categories as opposed to coarse errors across categories.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Italiano. Gli strumenti di Part-of-Speech
tagging piu` rappresentativi dello stato
dell’arte sono stati analizzati a fondo con
l’italiano standard. Per capire come
strumenti pre-addestrati sull’italiano standard
si comportano in presenza di un’ampia
gamma di anomalie linguistiche,
analizziamo le prestazioni di cinque strumenti
su di un corpus di elaborati redatti da
studenti della scuola dell’obbligo nella
Svizzera Italiana. I nostri risultati
preliminari mostrano che esiste un notevole
divario tra le prestazioni sull’italiano
nonstandard e quelle sull’italiano standard, e
che la perdita di prestazioni deriva
principalmente da errori di tagging
relativamente sottili all’interno delle categorie
grammaticali.</p>
    </sec>
    <sec id="sec-2">
      <title>1 Introduction</title>
      <p>The goal of this paper is to present the
preliminary results of the evaluation of a set of
state-ofthe-art Part of Speech (PoS) taggers on the
DFATIscrivo corpus of Italian-language (L1) K-12
student essays from schools in the Italian-speaking
part of Switzerland. The DFA-TIscrivo corpus
represents an example of non-standard Italian1
because its contributors are young students with a
poor command of the Italian language living in the
largest Italian-speaking area outside of Italy, and
therefore prone to regionalisms as well as
orthographic mistakes.</p>
      <p>The key research question at this stage is how
well state-of-the-art PoS taggers that were
pretrained on standard Italian cope with a specific
flavor of non-standard Italian. It would of course
be possible to retrain all these tools on texts with
similar properties as the ones in our corpus, but
at this stage in our work this is not possible due
to the overly small size of the available annotated
data. In turn, using pre-trained models gives us
a twofold advantage: it allows us to obtain a
performance baseline on non-standard Italian, and it
makes it possible to directly compare our
performance metrics to previously published results
(obtained with the same models we use). While our
work is still in progress and the results reported
herein are preliminary in nature, we can already
share several notable observations.
2</p>
    </sec>
    <sec id="sec-3">
      <title>Related Work and PoS taggers under test</title>
      <p>
        There have been various recent efforts focused on
social media within the scope of EVALITA 2016
        <xref ref-type="bibr" rid="ref1 ref9">(Bosco et al., 2016)</xref>
        , whose goal was the domain
adaptation of PoS-taggers to Twitter texts. Notable
contributions include
        <xref ref-type="bibr" rid="ref14 ref5">(Cimino and Dell’Orletta,
2016)</xref>
        , whose authors propose a PoS tagging
architecture optimized to process Italian-language
tweets. While we do acknowledge the need for
1http://www.treccani.it/enciclopedia/
italiano-standard_(Enciclopedia-dell%
27Italiano)/
domain adaptation with non-standard texts, we
ask a more basic question: if we perform no
domain adaptation and simply deploy
generalpurpose PoS taggers in the wild, how do they
fare? We use K-12 student essays as our flavor
of non-standard Italian. Although such texts are
beset with all sorts of anomalies, they can still
be processed them with general purpose taggers,
unlike far more unstructured and unconventional
texts such as tweets. While similar studies have
been conducted for other languages, such as
German (Giesbrecht and Evert, 2009), to the best of
our knowledge this is the first study of the
accuracy of general-purpose PoS taggers in the wild
for the Italian language. Our selection of
stateof-the-art general purpose PoS taggers is based on
their popularity with the research community and
the availability of ready-to-use software versions.
TreeTagger (1994). The popular TreeTagger
        <xref ref-type="bibr" rid="ref7">(Schmid, 1994)</xref>
        tool uses decision trees to
estimate transition probabilities based on context.
Decision trees were extremely popular for PoS
tagging in the 1990s, when more sophisticated
machine learning tools such as neural networks were
still too computationally demanding given the
relatively limited resources available at the time.
TreeTagger actively addresses the issues
encountered by earlier probabilistic PoS taggers with rare
words with a very low (but non-zero)
probability of occurrence. The use of decision trees
enables TreeTagger to account for context, whose
nature is not restricted to n grams, but also to
allowed/disallowed tag sequences.
      </p>
      <p>
        UD-Pipe (2014). UD-Pipe
        <xref ref-type="bibr" rid="ref1 ref9">(Straka et al., 2016)</xref>
        is a language-agnostic natural language processing
(NLP) pipeline developed within Universal
Dependencies, whose focus is the development of a
treebank annotation scheme that can work
consistently across multiple languages. UD-Pipe’s
PoS tagger uses the Morphological Dictionary and
Tagger MorphoDiTa
        <xref ref-type="bibr" rid="ref10 ref4">(Strakova´ et al., 2014)</xref>
        ,
developed at Charles University in Prague, Czech
Republic. MorphoDiTa uses the averaged perceptron
PoS tagger described in
        <xref ref-type="bibr" rid="ref8">(Spoustova´ et al., 2009)</xref>
        and based on (Collins, 2002).
      </p>
      <p>
        Tint (2016). The Italian NLP Tool
        <xref ref-type="bibr" rid="ref14 ref5">(Palmero
Aprosio and Moretti, 2016)</xref>
        is an NLP pipeline for
the Italian language based on Stanford CoreNLP
        <xref ref-type="bibr" rid="ref10 ref4">(Manning et al., 2014)</xref>
        . Tint’s PoS tagger is based
on the Stanford Log-linear Tagger
        <xref ref-type="bibr" rid="ref13">(Toutanova et
al., 2003)</xref>
        , which leverages maximum entropy PoS
tagging
        <xref ref-type="bibr" rid="ref12">(Toutanova and Manning, 2000)</xref>
        . Given
a word and its context (other words in the
sentence and their tags), maximum entropy PoS
tagging assigns a probability to every tag in a
predefined tagset, eventually enabling the estimation of
the probability of a tag sequence given a word
sequence. Out of all the possible distributions that
satisfy a set of constraints, the one with maximum
entropy is chosen, as it represents the most
noncommittal assignment of probabilities that meets
the constraints
        <xref ref-type="bibr" rid="ref6">(Ratnaparkhi, 1996)</xref>
        .
      </p>
      <p>
        Syntaxnet (2016). Various recent efforts focus
on the application of recurrent neural networks
to PoS tagging and dependency parsing
        <xref ref-type="bibr" rid="ref2">(Ling
et al., 2015)</xref>
        , but it is shown in
        <xref ref-type="bibr" rid="ref1 ref9">(Andor et al.,
2016)</xref>
        that recurrence-free feed-forward networks
can work at least as well as recurrent ones if
they are globally normalized; this is the guiding
principle behind PoS tagging in Syntaxnet
        <xref ref-type="bibr" rid="ref11">(syn,
2016)</xref>
        , a neural network NLP framework that is
built on top of Google’s popular TensorFlow
machine learning framework
        <xref ref-type="bibr" rid="ref1 ref9">(Abadi et al., 2016)</xref>
        .
Syntaxnet employs beam search, which serves to
maintain multiple hypotheses, and global
normalization with a conditional random field (CRF)
objective, which avoids label bias issues (typically
reported in locally normalized models). PoS
tagging in Syntaxnet is heavily inspired by (Bohnet
and Nivre, 2012) and relies on the close
integration of PoS tagging and dependency parsing. A
pre-trained English language model whimsically
called Parsey McParseface was released along
with Syntaxnet in May 2016 and a pre-trained
model for the Italian language was released in
August 2016 as one of Parsey’s Cousins.
      </p>
      <p>
        DRAGNN (2017). In March 2017 Google
released a Syntaxnet upgrade based on Dynamic
Recurrent Acyclic Graphical Neural Networks
(DRAGNN)
        <xref ref-type="bibr" rid="ref1">(Kong et al., 2017)</xref>
        along with the
Parseysaurus set of pre-trained models
        <xref ref-type="bibr" rid="ref1">(Alberti et
al., 2017)</xref>
        that was developed for the CONLL 2017
shared task. PoS tagging in DRAGNN
        <xref ref-type="bibr" rid="ref1">(Kong et
al., 2017)</xref>
        is based on
        <xref ref-type="bibr" rid="ref14 ref5">(Zhang and Weiss, 2016)</xref>
        ,
which closely integrates PoS tagging and parsing
in a novel fashion (specifically, the continuous
hidden layer activations of the window-based tagger
network are fed as input to the transition-based
parser network). The tagger works token by
token, extracting features from a window of tokens
around the target token. It has a fairly standard
structure with embedding, hidden, and softmax
layers.
3
      </p>
    </sec>
    <sec id="sec-4">
      <title>The DFA-TIscrivo corpus</title>
      <p>
        The DFA-TIscrivo corpus has been prepared
within the projects TIscrivo (2011-2014) and
TIscrivo 2.0 (2014-2017) projects2, both funded by
the Swiss National Science Foundation. The goal
of the projects is to paint an accurate picture of
the writing skills of primary school and lower
secondary school in Southern Switzerland in order to
describe the variety of language written at school
and to propose new teaching practices to improve
writing skills in compulsory education
        <xref ref-type="bibr" rid="ref1 ref9">(Cignetti et
al., 2016)</xref>
        . Other studies with some similarities
to the TIscrivo projects include projects focused
on texts by L1 or L2 learners such as ISACCO
(Brunato and Dell’Orletta, 2015), CItA
        <xref ref-type="bibr" rid="ref2">(Barbagli
et al., 2015)</xref>
        <xref ref-type="bibr" rid="ref1 ref9">(Barbagli et al., 2016)</xref>
        , and KoKo
        <xref ref-type="bibr" rid="ref1 ref9">(Abel et al., 2016)</xref>
        .
      </p>
      <p>
        The DFA-TIscrivo corpus is a balanced
corpus collected in 56 Italian-speaking primary and
lower secondary schools from Southern
Switzerland. It contains 1735 narrative-reflective essays
(742 from primary, 993 from secondary school),
transcribed but not normalized, and accompanied
by sociolinguistic metadata (age, gender, school
and class, linguistic information). It amounts to
about 390,000 tokens. Lexical data were
initially lemmatized and PoS tagged using
TreeTagger (with the Italian parameters by Marco Baroni)
and are being manually revised. Furthermore, we
are manually annotating orthographic,
morphological and lexical main types of error, multi-word
expressions, peculiar lexicon of Italian only used
in Southern Switzerland and foreign words. A key
project goal is to build up a dictionary of the
Italian language as it is written in Southern
Switzerland
        <xref ref-type="bibr" rid="ref14 ref5">(Cignetti and Demartini, 2016)</xref>
        <xref ref-type="bibr" rid="ref1 ref9">(Fornara et al.,
2016)</xref>
        as an online resource useful both to scholars
and to teachers.
4
      </p>
    </sec>
    <sec id="sec-5">
      <title>Methodology and Performance Analysis</title>
      <p>We run the five taggers on the corpus and compare
their output to a manually tagged ground truth. We
note that, at the time of writing, the analysis is
restricted to a subset of the DFA-TIscrivo corpus
that has been manually PoS-tagged and is limited</p>
      <sec id="sec-5-1">
        <title>2http://dfa-blog.supsi.ch/</title>
        <p>DFA-TIscrivo˜/la-ricerca/
TreeTagger
UD-Pipe
Tint
Syntaxnet
DRAGNN
to essays written by fifth graders. We use the
ISSTTANL-PoS reference tagset3 based on Universal
Dependencies.</p>
        <p>We begin by assessing the tagging accuracy
of the five PoS taggers under test on the
DFATIscrivo corpus. We compute the tagging
accuracy as the ratio of correctly tagged parts of
speech with respect to the aforementioned
manually tagged ground truth. While the ground truth
isolates out multiword expressions, none of the
tools are able to do that, so all multiword
expressions are considered to be mistagged and every
multiword expression counts as one single miss.
Verbal enclitics are not considered and the
corresponding verbs are expected to be tagged simply
as verbs. Our results are shown in Table 1; we see
that UD-Pipe trails behind and falls below the 0.8
mark, while the other four taggers under test offer
a similar performance, with TreeTagger slightly
ahead of the pack. All these taggers reportedly
perform above the 95% mark on standard Italian.</p>
        <p>Tables 2-6 contain the confusion matrices of the
PoS taggers under test based on the ISST-TANL
coarse-grained tags. Row i shows the ground truth
for tag i and column k shows the frequency with
which it is tagged as k. To abstract away from
how individual taggers address prepositional
article, we merge the tags for prepositions (E) and
articles (R) into a super-tag ER. We also merge
the tags for adjectives (A) and determiners (D)
because determiners may be viewed as a
category of adjectives in Italian. We only show the
tags that occur most often (which is why some
rows/columns do not add up to one). We note
that TreeTagger outperforms all other taggers with
AD while lagging behind all of them with P
(pronouns) and C (conjunctions), often tagged as P or
B (adverbs). TreeTaggers also performs
remarkably well with verbs (V).</p>
      </sec>
      <sec id="sec-5-2">
        <title>3http://www.italianlp.it/docs/</title>
        <p>ISST-TANL-POStagset.pdf</p>
        <p>We have also studied the confusion matrices
within the V category (not shown), noting that
TreeTagger performs remarkably better than the
others with respect to principal verbs (0.97
accuracy while the others are right around the 0.9
mark). and modal verbs (0.94 versus 0.81 for
UD-Pipe and TINT and a disappointing 0.75 for
both Syntaxnet and DRAGNN). All taggers
perform equally poorly with auxiliary verbs (accuracy
just above the 0.8 mark in all cases). Aside from
Tint, which does not provide morphological
information (at least in the version we used), all
taggers do well with finite verbs (&gt; 0:97, with
UDPipe trailing behind at 0.95). While TreeTagger
and UD-Pipe perform at the same level of
accuracy for both finite and non-finite verbs, Syntaxnet
and DRAGNN barely go beyond the 0.9 mark with
the latter.
We have presented a comparative performance
assessment of five state-of-the-art PoS taggers on
the DFA-TIscrivo corpus of K-12 student essays,
along with an analysis of the patterns that can be
observed in the mistakes made by individual
taggers. As this is still a work in progress, the
results in the paper are limited to a subset of the
corpus containing fifth grade essays. These
results provide a valuable baseline that could likely
be improved with domain adaptation. On the
other hand, it is fair to ask whether the
DFATIscrivo corpus is different enough from standard
Italian to warrant domain adaptation, or whether
we would encounter issues with overfitting. In the
latter case, an alternative would be the rule-based
combination of the output of the five taggers,
informed with the knowledge of the observed error
patterns.</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgments</title>
      <p>The partial support of SNF through project
TIscrivo 2.0 and of SUPSI through project Scripsit is
gratefully acknowledged.</p>
      <p>Abel et al., 2016 Andrea Abel, Aivars Glaznieks,
Lionel Nicolas, and Egon Stemle. 2016. An extended
version of the koko german L1 learner corpus. In
Proceedings of Third Italian Conference on
Computational Linguistics (CLiC-it 2016) &amp; Fifth
Evaluation Campaign of Natural Language Processing and
Speech Tools for Italian. Final Workshop (EVALITA
2016), Napoli, Italy, December 5-7, 2016.</p>
      <p>Alberti et al., 2017 Chris Alberti, Daniel Andor, Ivan
Bogatyy, Michael Collins, Dan Gillick, Lingpeng
Kong, Terry Koo, Ji Ma, Mark Omernick, Slav
Petrov, Chayut Thanapirom, Zora Tung, and David
Weiss. 2017. Syntaxnet models for the conll 2017
shared task. CoRR, abs/1703.04929.</p>
      <p>Andor et al., 2016 Daniel Andor, Chris Alberti, David
Weiss, Aliaksei Severyn, Alessandro Presta,
Kuzman Ganchev, Slav Petrov, and Michael Collins.
2016. Globally normalized transition-based neural
networks. arXiv preprint arXiv:1603.06042.</p>
      <p>Barbagli et al., 2015 Alessia Barbagli, Piero Lucisano,
Felice Dell’Orletta, Simonetta Montemagni, and
Giulia Venturi. 2015. Cita: un corpus di produzioni
scritte di apprendenti litaliano l1 annotato con errori.
In BProceedings of the Second Italian Conference
on Computational Linguistics, CLiC-it, pages 31–
35.</p>
      <p>Barbagli et al., 2016 Alessia Barbagli, Pietro Lucisano,
Felice Dell’Orletta, Simonetta Montemagni, and
Giulia Venturi. 2016. Cita: an l1 italian learners
corpus to study the development of writing
competence. In Proceedings of the Tenth International
Conference on Language Resources and Evaluation
(LREC 2016), may.</p>
      <p>Bohnet and Nivre, 2012 Bernd Bohnet and Joakim
Nivre. 2012. A transition-based system for joint
part-of-speech tagging and labeled non-projective
dependency parsing. In Proceedings of the 2012
Joint Conference on Empirical Methods in
Natural Language Processing and Computational
Natural Language Learning, EMNLP-CoNLL ’12, pages
1455–1465, Stroudsburg, PA, USA. Association for
Computational Linguistics.</p>
      <p>Bosco et al., 2016 Cristina Bosco, Fabio Tamburini,
Andrea Bolioli, and Alessandro Mazzei. 2016.
Overview of the EVALITA 2016 part of speech on
twitter for italian task. In Proceedings of Third
Italian Conference on Computational Linguistics
(CLiC-it 2016) &amp; Fifth Evaluation Campaign of
Natural Language Processing and Speech Tools for
Italian. Final Workshop (EVALITA 2016), Napoli,
Italy, December 5-7, 2016.</p>
      <p>Brunato and Dell’Orletta, 2015 Dominique Brunato
and Felice Dell’Orletta. 2015. Isacco: a corpus
for investigating spoken and written language
development in italian school–age children. CLiC
it, page 62.</p>
      <p>Cignetti and Demartini, 2016 Luca Cignetti and Silvia
Demartini. 2016. From data to tools. theoretical and
applied problems in the compilation of lissics (the
lexicon of written italian in a school context in
italian switzerland). RiCOGNIZIONI. Rivista di Lingue
e Letterature straniere e Culture moderne, 3(6):35–
49.</p>
      <p>Cignetti et al., 2016 Luca Cignetti, Silvia Demartini,
and Simone Fornara. 2016. Come TIscrivo? La
scrittura a scuola tra teoria e didattica. Aracne.
Cimino and Dell’Orletta, 2016 Andrea Cimino and
Felice Dell’Orletta. 2016. Building the
state-of-theart in POS tagging of italian tweets. In
Proceedings of Third Italian Conference on Computational
Linguistics (CLiC-it 2016) &amp; Fifth Evaluation
Campaign of Natural Language Processing and Speech
Tools for Italian. Final Workshop (EVALITA 2016),
Napoli, Italy, December 5-7, 2016.</p>
      <p>Collins, 2002 Michael Collins. 2002. Discriminative
training methods for hidden markov models:
Theory and experiments with perceptron algorithms. In
Proceedings of the ACL-02 Conference on Empirical
Methods in Natural Language Processing - Volume
10, EMNLP ’02, pages 1–8, Stroudsburg, PA, USA.</p>
      <p>Association for Computational Linguistics.</p>
      <p>Fornara et al., 2016 Simone Fornara, Luca Cignetti, and
Silvia Demartini. 2016. Il lessico di tiscrivo.
caratterizzazione del vocabolario e osservazioni in
prospettiva didattica. In Sviluppo della
competenza lessicale: acquisizione, apprendimento,
insegnamento, pages 43–60. Aracne, Roma.</p>
      <p>Giesbrecht and Evert, 2009 Eugenie Giesbrecht and
Stefan Evert. 2009. Is part-of-speech tagging a
solved task? an evaluation of pos taggers for the
german web as corpus. In I. Alegria, I. Leturia, and
S. Sharoff, editors, Proceedings of the 5th Web as
Corpus Workshop (WAC5), San Sebastian, Spain.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>Abadi</surname>
          </string-name>
          et al.,
          <year>2016</year>
          Mart´ın Abadi, Ashish Agarwal, Paul Barham, Eugene Brevdo, Zhifeng Chen, Craig Citro, Gregory S. Corrado, Andy Davis,
          <string-name>
            <given-names>Jeffrey</given-names>
            <surname>Dean</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Matthieu</given-names>
            <surname>Devin</surname>
          </string-name>
          , Sanjay Ghemawat, Kong et al.,
          <source>2017 Lingpeng Kong</source>
          , Chris Alberti, Daniel Andor, Ivan Bogatyy, and
          <string-name>
            <given-names>David</given-names>
            <surname>Weiss</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>DRAGNN: A transition-based framework for dynamically connected neural networks</article-title>
          .
          <source>CoRR, abs/1703</source>
          .04474.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <surname>Ling</surname>
          </string-name>
          et al.,
          <source>2015 Wang Ling</source>
          , Tiago Lu´ıs, Lu´ıs Marujo,
          <source>Ramo´n Fernandez Astudillo</source>
          , Silvio Amir, Chris Dyer, Alan W Black, and
          <string-name>
            <given-names>Isabel</given-names>
            <surname>Trancoso</surname>
          </string-name>
          .
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <source>arXiv preprint arXiv:1508</source>
          .
          <year>02096</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <surname>Manning</surname>
          </string-name>
          et al.,
          <year>2014</year>
          Christopher
          <string-name>
            <given-names>D</given-names>
            <surname>Manning</surname>
          </string-name>
          , Mihai Surdeanu, John Bauer, Jenny Finkel,
          <string-name>
            <surname>Steven J Bethard</surname>
          </string-name>
          , and
          <string-name>
            <surname>David McClosky</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>The stanford corenlp natural language processing toolkit</article-title>
          .
          <source>In Proceedings of 52nd Annual Meeting of the Association for Computational Linguistics: System Demonstrations.</source>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <given-names>Palmero</given-names>
            <surname>Aprosio</surname>
          </string-name>
          and Moretti, 2016
          <string-name>
            <given-names>A.</given-names>
            <surname>Palmero Aprosio</surname>
          </string-name>
          and
          <string-name>
            <given-names>G.</given-names>
            <surname>Moretti</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Italy goes to Stanford: a collection of CoreNLP modules for Italian</article-title>
          . ArXiv e-prints,
          <year>September</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <surname>Ratnaparkhi</surname>
            , 1996
            <given-names>Adwait</given-names>
          </string-name>
          <string-name>
            <surname>Ratnaparkhi</surname>
          </string-name>
          .
          <year>1996</year>
          .
          <article-title>A maximum entropy model for part-of-speech tagging</article-title>
          .
          <source>In Conference on Empirical Methods in Natural Language Processing</source>
          , pages
          <fpage>133</fpage>
          -
          <lpage>142</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <surname>Schmid</surname>
            , 1994
            <given-names>Helmut</given-names>
          </string-name>
          <string-name>
            <surname>Schmid</surname>
          </string-name>
          .
          <year>1994</year>
          .
          <article-title>Part-of-speech tagging with neural networks</article-title>
          .
          <source>In Proceedings of the 15th conference on Computational linguisticsVolume 1</source>
          , pages
          <fpage>172</fpage>
          -
          <lpage>176</lpage>
          . Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <surname>Spoustova</surname>
          </string-name>
          ´ et al.,
          <year>2009</year>
          Drahom´ıra “johanka” Spoustova´,
          <string-name>
            <surname>Jan</surname>
            <given-names>Hajicˇ</given-names>
          </string-name>
          , Jan Raab, and
          <string-name>
            <given-names>Miroslav</given-names>
            <surname>Spousta</surname>
          </string-name>
          .
          <year>2009</year>
          .
          <article-title>Semi-supervised training for the averaged perceptron pos tagger</article-title>
          .
          <source>In Proceedings of the 12th Conference of the European Chapter of the ACL (EACL</source>
          <year>2009</year>
          ), pages
          <fpage>763</fpage>
          -
          <lpage>771</lpage>
          , Athens, Greece, March. Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <surname>Straka</surname>
          </string-name>
          et al.,
          <source>2016 Milan Straka</source>
          , Jan Hajic, and Jana Strakova´.
          <year>2016</year>
          .
          <article-title>Udpipe: Trainable pipeline for processing conll-u files performing tokenization, morphological analysis, pos tagging and parsing</article-title>
          .
          <source>In LREC.</source>
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <surname>Strakova</surname>
          </string-name>
          ´ et al.,
          <source>2014</source>
          Jana Strakova´,
          <string-name>
            <given-names>Milan</given-names>
            <surname>Straka</surname>
          </string-name>
          , and Jan Hajicˇ.
          <year>2014</year>
          .
          <article-title>Open-Source Tools for Morphology, Lemmatization, POS Tagging and Named Entity Recognition</article-title>
          .
          <source>In Proceedings of 52nd Annual Meeting of the Association for Computational Linguistics: System Demonstrations</source>
          , pages
          <fpage>13</fpage>
          -
          <lpage>18</lpage>
          , Baltimore, Maryland, June. Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <surname>syn</surname>
          </string-name>
          ,
          <year>2016</year>
          2016. Syntaxnet. https://www. tensorflow.org/versions/r0.12/ tutorials/syntaxnet. Accessed:
          <fpage>2017</fpage>
          -07- 13.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <surname>Toutanova</surname>
            and Manning, 2000 Kristina Toutanova and
            <given-names>Christopher D.</given-names>
          </string-name>
          <string-name>
            <surname>Manning</surname>
          </string-name>
          .
          <year>2000</year>
          .
          <article-title>Enriching the knowledge sources used in a maximum entropy partof-speech tagger</article-title>
          .
          <source>In Proceedings of the 2000 Joint SIGDAT Conference on Empirical Methods in Natural Language Processing</source>
          and Very Large Corpora:
          <article-title>Held in Conjunction with the 38th Annual Meeting of the Association for Computational Linguistics</article-title>
          - Volume
          <volume>13</volume>
          , EMNLP '
          <volume>00</volume>
          , pages
          <fpage>63</fpage>
          -
          <lpage>70</lpage>
          . Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <surname>Toutanova</surname>
          </string-name>
          et al.,
          <source>2003 Kristina Toutanova</source>
          , Dan Klein,
          <string-name>
            <surname>Christopher D Manning</surname>
            , and
            <given-names>Yoram</given-names>
          </string-name>
          <string-name>
            <surname>Singer</surname>
          </string-name>
          .
          <year>2003</year>
          .
          <article-title>Feature-rich part-of-speech tagging with a cyclic dependency network</article-title>
          .
          <source>In Proceedings of the 2003 Conference of the North American Chapter of the Association for Computational Linguistics on Human Language Technology-Volume</source>
          <volume>1</volume>
          , pages
          <fpage>173</fpage>
          -
          <lpage>180</lpage>
          . Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <surname>Zhang</surname>
            and Weiss, 2016 Yuan Zhang and
            <given-names>David</given-names>
          </string-name>
          <string-name>
            <surname>Weiss</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Stack-propagation: Improved representation learning for syntax</article-title>
          .
          <source>arXiv preprint arXiv:1603</source>
          .
          <fpage>06598</fpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>