<!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 />
    <article-meta>
      <title-group>
        <article-title>Dublin City University at the TweetMT 2015 Shared Task</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Antonio Toral</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Xiaofeng Wu</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Tommi Pirinen</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Zhengwei Qiu</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ergun Bicici</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jinhua Du</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>ADAPT Centre, School of Computing, Dublin City University</institution>
          ,
          <country country="IE">Ireland</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>We describe our participation in TweetMT for three language pairs in both directions: Spanish from/to Catalan, Basque and Portuguese. We used a range of techniques: statistical and rule-based MT, morph segmentation, data selection with ParFDA and system combination. As for resources, our focus was on crawling vast amounts of tweets to perform monolingual domain adaptation. Our system was the best of all systems submitted for ve out of the six language directions.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>While statistical machine translation (SMT)
can be considered a mature technology
nowadays, one of its requirements is the
availability of considerable amounts of parallel text
for the language pair of interest. Ideally, the
parallel text to train an SMT system should
come from the same domain and genre as the
text the system is going to be applied to.
Thus, using MT to translate types of text
for which no parallel data is available
constitutes a challenge. This is the case for tweets
and social media in general, the target text
of the TweetMT shared task.</p>
      <p>The main objective of our participation in
the TweetMT 2015 shared task was to build
the best MT systems for tweets we could with
a clear constraint, i.e. it had to be done in a
very short period and, to a large extent, be
limited to available resources. We have taken
part for three language pairs in both
directions: Spanish (ES) from/to Catalan (CA),
Basque (EU) and Portuguese (PT).</p>
      <p>
        We decided to focus on making the best
possible use of available techniques, tools and
resources. Regarding techniques and tools,
we rely on state-of-the-art SMT, morph
segmentation for morphologically rich languages
(EU), data selection with ParFDA for fast
development of accurate SMT systems
        <xref ref-type="bibr" rid="ref2 ref3 ref4">(Bicici,
Liu, and Way, 2015)</xref>
        and domain
adaptation
        <xref ref-type="bibr" rid="ref2 ref3 ref4">(Bicici, 2015)</xref>
        , the use of available
opensource rule-based systems and, nally,
system combination to take advantage of the
strengths of the di erent systems we built.
As for resources, we crawl vast amounts
of tweets to perform monolingual domain
adaptation and complement this with
publicly available general-domain monolingual
and parallel corpora.
      </p>
      <p>The rest of the paper is organised as
follows. Sections 2 and 3 detail the systems
built and the resources used, respectively.
Section 4 presents the evaluation and, nally,
Section 5 outlines conclusions and lines of
future work.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Architecture and Components of the System</title>
      <p>Here we describe the components used in our
translation pipeline. First, we pre-process
the datasets (Section 2.1), then we use a set
of MT systems (Section 2.2) that can
incorporate additional functionality (Sections 2.3
and 2.4). Finally, we combine MT systems
(Section 2.5).
2.1</p>
      <sec id="sec-2-1">
        <title>Data Preprocessing</title>
        <p>Prior to be used, all the datasets used in our
systems are preprocessed, as follows:
1. Punctuation normalisation,</p>
        <p>
          Moses'
          <xref ref-type="bibr" rid="ref9">(Koehn et al., 2007)</xref>
          script.
with
2. Sentence splitting and tokenisation, with
        </p>
        <p>
          Freeling
          <xref ref-type="bibr" rid="ref14">(Padro and Stanilovsky, 2012)</xref>
          .
3. Normalisation (only for tweets). We sort
the vocabulary of a tweet corpus by word
frequency and inspect the words that
occur in at least 0.5% of the tweets,
creating rules to convert informal words to
their formal equivalent. This leads to
just a handful of rules. E.g. in Spanish,
\q", occurring in 2.62% of the tweets, is
converted to its formal equivalent \que".
4. Truecasing, with a modi ed version of
Moses' script. We added a set of
startof-sentence characters commonly used in
Spanish: "-", "|", "&gt;", "\" and "`".
2.2
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>MT Systems</title>
        <p>
          We build SMT systems using two paradigms:
phrase-based with Moses
          <xref ref-type="bibr" rid="ref9">(Koehn et al., 2007)</xref>
          and hierarchical with cdec
          <xref ref-type="bibr" rid="ref6">(Dyer et al., 2010)</xref>
          .
In both cases we use default settings. We also
use o -the-shelf open-source rule-based MT
(RBMT) systems. Namely, Apertium
(Forcada et al., 2011) for ES$CA, ES$PT and
EU!ES,1 and Matxin
          <xref ref-type="bibr" rid="ref12">(Mayor et al., 2011)</xref>
          for ES!EU.2
        </p>
        <p>
          The SMT systems use 5-gram LMs with
Knesser-Ney smoothing
          <xref ref-type="bibr" rid="ref8">(Kneser and Ney,
1995)</xref>
          except for ParFDA Moses SMT
systems, which use LMs of order 8 to 10. We
build LMs on individual monolingual corpora
(cf. Section 3.2) and interpolate them with
SRILM
          <xref ref-type="bibr" rid="ref18">(Stolcke and others, 2002)</xref>
          to
minimise the perplexity on the dev set. Each
target language and its corpora used to
build LMs together with their interpolation
weights are shown in Table 4. We observe
that tweets are given very high weights even if
they are not the biggest corpora in the mixes.
1Revisions 60356, 60384, and 60356, respectively.
2API at http://ixa2.si.ehu.es/glabaka/
Matxin.xml
2.3
        </p>
      </sec>
      <sec id="sec-2-3">
        <title>Morphological Segmentation</title>
        <p>Morphological segmentation is a popular
method to deal with SMT for
morphologically di ering languages by simply splitting
words into sub-word units. The main bene ts
of morphological segmentation are to reduce
the out-of-vocabulary (OOV) rate and to
increase the percentage of 1 to 1 word
alignments between morphosyntactically di erent
languages; e.g. in our case, by matching
inectional su xes in EU to syntactic
prepositions in ES, we expect to improve the MT
quality for the EU{ES language pair. The
segmentation and de-segmentation is able to
create word-forms not present in the training
data by matching a translated stem with a
correct su x.</p>
        <p>In our participation, morphological
segmentation was only used for EU{ES on the
EU side, since EU's morphology is signi
cantly more complex than that of ES. For the
remaining languages of the shared task, there
is no such big di erence in morphology
complexity (all of them are closely-related as they
belong to the same family) so the expected
gains do not outweigh the added complexity
of segmentation.</p>
        <p>
          We use unsupervised statistical
segmentation as provided by Morfessor 2.0
Baseline
          <xref ref-type="bibr" rid="ref20">(Virpioja et al., 2013)</xref>
          .3 The basic setup
for segmentation is the same as in the
AbuMaTran project submission to the WMT
2015 translation task
          <xref ref-type="bibr" rid="ref16">(Rubino et al., 2015)</xref>
          .
However, some minor Twitter-related
preprocessing has been added in order to keep
URLs and hashtags intact. The parameters
used for Morfessor training are the default of
version 2.0.2-alpha and the data for training
is the EU side of the ES{EU parallel training
data (cf. Section 3.1).
        </p>
        <p>To gauge the e ects of our method as
well as the morphological complexity of EU
as compared to ES we show in Table 1 the
OOV rates and vocabulary sizes of the ES
and EU sides of the ES{EU training corpus,
and EU corpora after morphological
segmentation. Segmentation reduces the
type-totoken ratio by a factor of 6 and the OOV
rate by almost a factor of 10.
2.4</p>
      </sec>
      <sec id="sec-2-4">
        <title>ParFDA</title>
        <p>ParFDA parallelizes instance selection with
an optimized parallel implementation of
3http://www.cis.hut.fi/projects/morpho/
morfessor2.shtml</p>
        <p>
          FDA5 and signi cantly reduces the time
to deploy accurate SMT systems especially
in the presence of large training data and
still achieve state-of-the-art SMT
performance
          <xref ref-type="bibr" rid="ref2 ref2 ref3 ref3 ref4 ref4">(Bicici, Liu, and Way, 2015; Bicici
and Yuret, 2015)</xref>
          . Detailed composition of
the available corpora, which is referred to as
constrained (C), are provided in Section 3.
For ES, we also included LDC Gigaword
corpora
          <xref ref-type="bibr" rid="ref1">( A^ngelo Mendonca et al., 2011)</xref>
          . The
size of the LM corpora includes both the LDC
and the monolingual LM corpora provided.
ParFDA selected training and LM data
obtains accurate translation outputs with the
selected LM data reducing the number of
OOV tokens by up to 32% and the perplexity
by up to 25% and allows us to model higher
order dependencies (Table 2).
2.5
        </p>
      </sec>
      <sec id="sec-2-5">
        <title>System Combination</title>
        <p>
          For each language direction we have built up
to ve systems, as detailed in Sections 2.2
to 2.4: (i) phrase-based and (ii) hierarchical
SMT, (iii) phrase-based with morph
segmentation, (iv) phrase-based with ParFDA and
(v) RBMT. We hypothesise these systems to
have complementary strengths, and thus we
decide to perform system combination. To
that end we use MEMT
          <xref ref-type="bibr" rid="ref7">(Hea eld and Lavie,
2010)</xref>
          , with default settings, except for the
parameter length, for which we use its
default (7) for all directions except for ES!EU,
for which we use 5 according to empirical
results on the development set.
3
3.1
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Resources Employed</title>
      <sec id="sec-3-1">
        <title>Parallel Corpora</title>
        <p>Ideally, we would use data in the same
domain and genre as the test set, i.e. tweets.
We have access to parallel tweets provided
by the task for ES{CA and ES{EU (4,000
parallel tweets for each language pair, we use
1,000 for dev and the remaining 3,000 for
training). For ES{PT we have access to 999
parallel tweets (we use them for dev) from
Brazilator,4 a recent project by DCU and
Microsoft to translate tweets from the 2014
soccer World Cup across 24 language directions.</p>
        <p>
          As the availability of parallel tweets for
the language pairs of TweetMT 2015 is rather
limited (at most we have 4,000 per language
pair), we use additional sources of
parallel data. For ES{CA we use elPeriodico
(eP)5 and a selection of contemporary
novels. For ES{EU, translation memories (TMs)
provided by the shared task6 and two corpora
from Opus
          <xref ref-type="bibr" rid="ref19">(Tiedemann, 2012)</xref>
          :7 Open
subtitles 2013 and Tatoeba. Finally, for ES{PT
we use Europarl v78 and two corpora from
Opus: news-commentary and Tatoeba.
Table 3 provides details on these corpora.
3.2
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>Monolingual Corpora</title>
        <p>
          Our main source of monolingual data is
indomain and comes from crawled tweets. We
use TweetCat
          <xref ref-type="bibr" rid="ref10 ref11">(Ljubesic, Fiser, and Erjavec,
2014)</xref>
          and crawl tweets for all the target
languages (CA, ES, EU and PT) during March
and April 2015.
        </p>
        <p>For each language we create two lists of
words as required by the crawler: (i) most
common discriminating words (up to 100),
these are words that are unique to the
language and they are used to seed the crawler
so that it can nd candidate tweets; and (ii)
most common words of the language (200),
these are used to determine the language of
4http://www.cngl.ie/brazilator
5http://catalog.elra.info/product_info.
php?products_id=1122</p>
        <p>6http://komunitatea.elhuyar.org/tweetmt/
resources/
7http://opus.lingfil.uu.se/
8http://www.statmt.org/europarl/
crawled tweets. These two lists are derived
from a list of the most common words found
in a corpus of subtitles.9</p>
        <p>The tweets crawled are post-processed
with langid10 to identify their language. We
keep the tweets whose langid's con dence
score is above a certain threshold, which is
set empirically at 0.7 by inspecting tweets.</p>
        <p>
          In addition to crawled tweets, we use the
target sides of the parallel corpora (cf.
Section 3.1 and a set of monolingual corpora as
follows. For CA we use caWaC
          <xref ref-type="bibr" rid="ref10 ref11">(Ljubesic
and Toral, 2014)</xref>
          , a corpus crawled from the
.cat top level domain. For ES, news crawl
and news-commentary from WMT'13.11 For
EU, a dump from Wikipedia (20150407). For
PT, the news sources CETEMPublico,12 and
CETENFolha,13 and a dump from Wikipedia
(20150510).
        </p>
        <p>Table 4 shows details on these corpora
including their interpolation weights (cf.
Section 2.2).
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Evaluation</title>
      <p>We report our results on the development set
(all systems built) and then on the test set
(systems submitted).</p>
      <sec id="sec-4-1">
        <title>4.1 Evaluation on Development</title>
      </sec>
      <sec id="sec-4-2">
        <title>Data</title>
        <p>Table 5 presents the results obtained on the
devset by the individual systems and a set of
9https://onedrive.live.com/?cid=
3732e80b128d016f&amp;id=3732E80B128D016F!3584
10https://github.com/saffsd/langid.py
11http://www.statmt.org/wmt13/
12http://www.linguateca.pt/cetempublico/
13http://www.linguateca.pt/cetenfolha/</p>
        <sec id="sec-4-2-1">
          <title>Lang</title>
          <p>CA
ES
EU
PT</p>
          <p>
            Corpus
tweets
caWaC
eP
tweets
news
europarl
tweets
Wikipedia
TMs
tweets
Wikipedia
Others
combinations for the three language pairs we
covered: ES{CA, ES{EU and ES{PT. The
scores were obtained on raw MT output (i.e.
tokenised and truecased) as calculated by us
with BLEU
            <xref ref-type="bibr" rid="ref15 ref18">(Papineni et al., 2002)</xref>
            (multibleu
cased as included in Moses version 3) and
TER
            <xref ref-type="bibr" rid="ref17">(Snover et al., 2006)</xref>
            (as implemented in
TERp version 0.1). Due to time constraints
not all the possible combinations were tried.
The scores of the best individual system and
combination are shown in bold.
          </p>
          <p>At least one of the combinations obtains
better scores (both in terms of BLEU and
TER) than the best individual system
(except for ES$PT with BLEU and for CA!ES
with TER), supporting our hypothesis that
the individual systems built are
complementary. Although SMT systems outperform
RBMT systems for all directions,14 the
addition of RBMT in system combinations has a
positive impact (except for ES$PT).
Phrasebased SMT outperforms hierarchical SMT for
related language pairs (ES{CA and ES{PT),
but the opposite is true for the unrelated
language pair ES{EU. We hypothesise this is
due to the fact that ES and EU follow
different word orders (SVO and SOV,
respectively), and this leads to pervasive long
reorderings in translation, that are better
modelled with a hierarchical approach.</p>
          <p>
            14When interpreting the results, it should be taken
into account that automatic metrics are known to be
biased towards statistical MT approaches
            <xref ref-type="bibr" rid="ref5">(CallisonBurch, Osborne, and Koehn, 2006)</xref>
            .
          </p>
        </sec>
        <sec id="sec-4-2-2">
          <title>System</title>
          <p>Moses (1)
cdec (2)
A ParFDA (3)
C Apertium (4)
S!1+2
E 1+4
1+2+4
Moses (1)
cdec (2)
S ParFDA (3)
E Apertium (4)
!1+2
A
C 1+4
1+2+4
1+3+4
Moses (1)
cdec (2)
ParFDA (3)</p>
          <p>Matxin (4)
EU Morph (5)
!1+2
S
E 1+4
1+2+4
1+2+4+5
1+2+3+4+5
Moses (1)
cdec (2)</p>
          <p>ParFDA (3)
S Apertium (4)
E!Morph (5)
U 1+2
E 1+4
1+2+4
1+2+4+5
Moses (1)
cdec (2)
T ParFDA (3)
P Apertium (4)
!
S 1+2
E 1+4
1+2+4
Moses (1)
cdec (2)
S ParFDA (3)
E
!Apertium (4)
T 1+2
P 1+4
1+2+4
Table 6 presents the results on the test set
of the systems we submitted. The scores
shown are the ones reported by the
organisers (case-insensitive BLEU and TER) on
post-processed MT outputs (detokenised and
detruecased). For each language direction
we submitted the three systems that
obtained the best performance on the dev set.
The scores of the best submitted system are
shown in bold.</p>
          <p>Out of six directions, our best submission
is the top performing system for ve of them
(indicated with y). For most directions, the
addition of a RBMT system leads to
better performance. Similarly, for the directions
where we have used segmentation (ES$EU)
and ParFDA (CA!ES and ES!EU), the
addition of systems based on these techniques
had a positive impact on the results.</p>
          <p>We now delve deeper into the results
obtained by SMT systems based on ParFDA
(cf. Section 2.4). Although ParFDA systems
were submitted to the shared task only as
part of system combinations, we have
evaluated a posteriori the performance of this
technique by means of standalone systems on
the test set. ParFDA Moses SMT system
obtains top results in CA!ES and ES!CA and
close to top results in other language pairs
with 1:21 BLEU points average di erence to
the top (Table 7). An interesting feature of</p>
          <p>ParFDA regards its ability to build and
deploy SMT systems in a quick manner. In
the speci c case of TweetMT, ParFDA took
about 8 hours to build for ES!CA and 28
hours for PT!ES taking about 11 GB and
27 GB disk space in total, respectively.
5</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Conclusions and Future Work</title>
      <p>This paper has described our participation in
the TweetMT 2015 shared task. Our focus
has been on rapid development of MT
systems adapted to tweets by making the best
possible use of available techniques, tools and
resources. Our best submissions have been
the ones that combine di erent MT systems
(except for ES!CA), supporting our
hypothesis that the techniques we have used are
complementary.</p>
      <p>As for future work, we consider several
possible avenues. First, we would like to
analyse in detail the translations produced by our
systems in order to derive ndings beyond the
ones we can extract from the automatic
evaluation metrics used in the task. Second, most
of the tweets in the test set use formal
language,15 and thus we would like to test our
systems in a more representative set of tweets
where informal language would be expected
to be more pervasive.</p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgments</title>
      <p>This research is supported by the EU 7th
Framework Programme FP7/2007-2013
un15This is due to the fact that they are extracted
from twitter accounts that publish tweets in
multiple languages, and such accounts belong, to a large
extent, to institutions that use formal language.
der grant agreement PIAP-GA-2012-324414
(Abu-MaTran), by SFI as part of the
ADAPT research center (07/CE/I1142) at
Dublin City University and the project
\Monolingual and Bilingual Text Quality
Judgments with Translation Performance
Prediction" (13/TIDA/I2740). We also
thank the SFI/HEA Irish Centre for
HighEnd Computing (ICHEC) for the provision of
computational facilities and support. Finally,
we would like to thank Mikel L. Forcada and
Iacer Calixto for their advice on normalising
tweets for Basque and Portuguese,
respectively, and Gorka Labaka for his help with
Matxin's API.
Association for Computational Linguistics
(ACL).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>A</surname>
          </string-name>
          ^ ngelo Mendonca, Daniel Jaquette, David Gra , and Denise DiPersio.
          <year>2011</year>
          .
          <article-title>Spanish Gigaword third edition</article-title>
          ,
          <source>Linguistic Data Consortium.</source>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <surname>Bicici</surname>
          </string-name>
          , Ergun.
          <year>2015</year>
          .
          <article-title>Domain adaptation for machine translation with instance selection</article-title>
          .
          <source>The Prague Bulletin of Mathematical Linguistics</source>
          ,
          <volume>103</volume>
          :5{
          <fpage>20</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <surname>Bicici</surname>
            , Ergun, Qun Liu, and
            <given-names>Andy</given-names>
          </string-name>
          <string-name>
            <surname>Way</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>ParFDA for fast deployment of accurate statistical machine translation systems, benchmarks, and statistics</article-title>
          .
          <source>In Proceedings of the EMNLP 2015 Tenth Workshop on Statistical Machine Translation</source>
          , Lisbon, Portugal, September. Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <surname>Bicici</surname>
            , Ergun and
            <given-names>Deniz</given-names>
          </string-name>
          <string-name>
            <surname>Yuret</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Optimizing instance selection for statistical machine translation with feature decay algorithms</article-title>
          .
          <source>IEEE/ACM Transactions On Audio, Speech, and Language Processing (TASLP)</source>
          ,
          <volume>23</volume>
          :
          <fpage>339</fpage>
          {
          <fpage>350</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <surname>Callison-Burch</surname>
            , Chris,
            <given-names>Miles</given-names>
          </string-name>
          <string-name>
            <surname>Osborne</surname>
            , and
            <given-names>Philipp</given-names>
          </string-name>
          <string-name>
            <surname>Koehn</surname>
          </string-name>
          .
          <year>2006</year>
          .
          <article-title>Re-evaluation the role of bleu in machine translation research</article-title>
          .
          <source>In 11th Conference of the European Chapter of the Association for Computational Linguistics</source>
          , pages
          <volume>249</volume>
          {
          <fpage>256</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <surname>Dyer</surname>
            , Chris, Adam Lopez, Juri Ganitkevitch, Johnathan Weese, Ferhan Ture, Phil Blunsom, Hendra Setiawan, Vladimir Eidelman, and
            <given-names>Philip</given-names>
          </string-name>
          <string-name>
            <surname>Resnik</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>cdec: A decoder, alignment, and learning framework for nite-state and context-free translation models</article-title>
          .
          <source>In Proceedings of the Forcada</source>
          , Mikel L.,
          <string-name>
            <surname>Mireia</surname>
          </string-name>
          Ginest -Rosell, Jacob Nordfalk,
          <string-name>
            <surname>Jim O'Regan</surname>
          </string-name>
          ,
          <string-name>
            <surname>Sergio</surname>
          </string-name>
          Ortiz-Rojas, Juan Antonio Perez-Ortiz,
          <article-title>Gema Ram rez-Sanchez Felipe SanchezMart nez</article-title>
          , and
          <string-name>
            <surname>Francis</surname>
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Tyers</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>Apertium: a free/open-source platform for rule-based machine translation</article-title>
          .
          <source>Machine Translation</source>
          ,
          <volume>25</volume>
          (
          <issue>2</issue>
          ):
          <volume>127</volume>
          {
          <fpage>144</fpage>
          . Special Issue: Free/Open-Source Machine Translation.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <surname>Hea</surname>
            <given-names>eld</given-names>
          </string-name>
          ,
          <source>Kenneth and Alon Lavie</source>
          .
          <year>2010</year>
          .
          <article-title>Combining machine translation output with open source: The carnegie mellon multi-engine machine translation scheme</article-title>
          .
          <source>The Prague Bulletin of Mathematical Linguistics</source>
          ,
          <volume>93</volume>
          :
          <fpage>27</fpage>
          {
          <fpage>36</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <surname>Kneser</surname>
            , Reinhard and
            <given-names>Hermann</given-names>
          </string-name>
          <string-name>
            <surname>Ney</surname>
          </string-name>
          .
          <year>1995</year>
          .
          <article-title>Improved backing-o for m-gram language modeling</article-title>
          .
          <source>In Acoustics, Speech, and Signal Processing</source>
          ,
          <year>1995</year>
          . ICASSP-
          <volume>95</volume>
          ., 1995 International Conference on, volume
          <volume>1</volume>
          , pages
          <fpage>181</fpage>
          {
          <fpage>184</fpage>
          . IEEE.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <surname>Koehn</surname>
            , Philipp, Hieu Hoang, Alexandra Birch, Chris Callison-Burch, Marcello Federico, Nicola Bertoldi, Brooke Cowan, Wade Shen, Christine Moran, Richard Zens, Chris Dyer, Ondrej Bojar, Alexandra Constantin, and
            <given-names>Evan</given-names>
          </string-name>
          <string-name>
            <surname>Herbst</surname>
          </string-name>
          .
          <year>2007</year>
          .
          <article-title>Moses: Open source toolkit for statistical machine translation</article-title>
          .
          <source>In Proceedings of the 45th Annual Meeting of the ACL on Interactive Poster and Demonstration Sessions</source>
          ,
          <source>ACL '07</source>
          , pages
          <fpage>177</fpage>
          {
          <fpage>180</fpage>
          ,
          <string-name>
            <surname>Stroudsburg</surname>
          </string-name>
          , PA, USA. Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <surname>Ljubesic</surname>
            , Nikola,
            <given-names>Darja</given-names>
          </string-name>
          <string-name>
            <surname>Fiser</surname>
            , and
            <given-names>Tomaz</given-names>
          </string-name>
          <string-name>
            <surname>Erjavec</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>TweetCaT: a Tool for Building Twitter Corpora of Smaller Languages</article-title>
          .
          <source>In Proceedings of the Ninth International Conference on Language Resources and Evaluation (LREC'14)</source>
          , Reykjavik, Iceland.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <surname>Ljubesic</surname>
          </string-name>
          , Nikola and Antonio Toral.
          <year>2014</year>
          . cawac
          <article-title>- a web corpus of catalan and its application to language modeling and machine translation</article-title>
          .
          <source>In Proceedings of the Ninth International Conference on Language Resources and Evaluation (LREC'14)</source>
          , Reykjavik, Iceland, may.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <surname>Mayor</surname>
          </string-name>
          , Aingeru, In~aki Alegria,
          <string-name>
            <surname>Arantza D az de Ilarraza Sanchez</surname>
            , Gorka Labaka, Mikel Lersundi, and
            <given-names>Kepa</given-names>
          </string-name>
          <string-name>
            <surname>Sarasola</surname>
          </string-name>
          .
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <surname>Matxin</surname>
          </string-name>
          ,
          <article-title>an open-source rule-based machine translation system for basque</article-title>
          .
          <source>Machine Translation</source>
          ,
          <volume>25</volume>
          (
          <issue>1</issue>
          ):
          <volume>53</volume>
          {
          <fpage>82</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <surname>Padro</surname>
            , Llu s
            <given-names>and Evgeny</given-names>
          </string-name>
          <string-name>
            <surname>Stanilovsky</surname>
          </string-name>
          .
          <year>2012</year>
          .
          <article-title>Freeling 3.0: Towards wider multilinguality</article-title>
          .
          <source>In Proceedings of the Language Resources and Evaluation Conference (LREC</source>
          <year>2012</year>
          ), Istanbul, Turkey. ELRA.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <string-name>
            <surname>Papineni</surname>
          </string-name>
          , Kishore, Salim Roukos, Todd Ward, and
          <string-name>
            <surname>Wei-Jing Zhu</surname>
          </string-name>
          .
          <year>2002</year>
          .
          <article-title>Bleu: a method for automatic evaluation of machine translation</article-title>
          .
          <source>In Proceedings of the 40th annual meeting on association for computational linguistics</source>
          , pages
          <volume>311</volume>
          {
          <fpage>318</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          <string-name>
            <surname>Rubino</surname>
          </string-name>
          , Raphael, Tommi Pirinen, Miquel Espla-Gomis, Nikola Ljubesic, Sergio Ortiz-Rojas, Vassilis Papavassiliou, Prokopis Prokopidis, and Antonio Toral.
          <year>2015</year>
          .
          <article-title>Abu-MaTran at WMT 2015 Translation Task: Morphological Segmentation and Web Crawling</article-title>
          .
          <source>In Proceedings of the Tenth Workshop on Statistical Machine Translation.</source>
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          <string-name>
            <surname>Snover</surname>
            , Matthew, Bonnie Dorr, Richard Schwartz, Linnea Micciulla,
            <given-names>and John</given-names>
          </string-name>
          <string-name>
            <surname>Makhoul</surname>
          </string-name>
          .
          <year>2006</year>
          .
          <article-title>A study of translation edit rate with targeted human annotation</article-title>
          .
          <source>In Proceedings of Association for machine translation in the Americas</source>
          , pages
          <volume>223</volume>
          {
          <fpage>231</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          <string-name>
            <surname>Stolcke</surname>
          </string-name>
          , Andreas et al.
          <year>2002</year>
          .
          <article-title>Srilm-an extensible language modeling toolkit</article-title>
          .
          <source>In INTERSPEECH.</source>
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          <string-name>
            <surname>Tiedemann</surname>
            ,
            <given-names>J</given-names>
          </string-name>
          org.
          <year>2012</year>
          .
          <article-title>Parallel data, tools and interfaces in opus</article-title>
          .
          <source>In Nicoletta Calzolari (Conference Chair)</source>
          , Khalid Choukri, Thierry Declerck, Mehmet Ugur Dogan, Bente Maegaard, Joseph Mariani, Jan Odijk, and Stelios Piperidis, editors,
          <source>Proceedings of the Eight International Conference on Language Resources and Evaluation (LREC'12)</source>
          , Istanbul, Turkey, may.
          <source>European Language Resources Association (ELRA).</source>
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          <string-name>
            <surname>Virpioja</surname>
            , Sami,
            <given-names>Peter</given-names>
          </string-name>
          <string-name>
            <surname>Smit</surname>
          </string-name>
          ,
          <article-title>Stig-Arne Gronroos, Mikko Kurimo</article-title>
          , et al.
          <year>2013</year>
          .
          <article-title>Morfessor 2.0: Python implementation and extensions for morfessor baseline</article-title>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>