<!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>Evaluating Speech Synthesis on Mathematical Sentences</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Michele Monticone Cristian Bernareggi</string-name>
          <email>cristian.bernareggi@google.com</email>
          <email>michele.monticone@edu.unito.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Universita` degli Studi di Torino Universita` degli Studi di Torino</institution>
        </aff>
      </contrib-group>
      <abstract>
        <p>English. In this paper we present the main features of a rule-based architecture to transform a LATEX encoded mathematical expression into its equivalent mathematical sentence form, i.e. a natural language sentence expressing the semantics of the mathematical expression. Moreover, we describe the main results of a first human based evaluation of the system for Italian language focusing on speech synthesis engines.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
      <p>Computational linguistics can help people in many
ways, especially in the field of assistive
technologies. In the case of mathematical domain, blind
people can access to a mathematical expression
by listening its LATEX source. However, this
process has several drawbacks. First of all, it assumes
the knowledge of the LATEX. Second, listening
LATEX is slow and error-prone, since LATEX is a
typographical language, that is a language designed</p>
      <p>Copyright c 2019 for this paper by its authors. Use
permitted under Creative Commons License Attribution 4.0
International (CC BY 4.0).
for specifying the details of typographical
visualization rather than for efficiently communicate the
semantics of a mathematical expression. For
instance, the simple LATEX expression f (x) is a
typographical description and so it represents both the
function application of f to x, and the
multiplication of the variable f for the variable x surrounded
by parenthesis.</p>
      <p>
        There are many lines of research to enable
people with sight impairments to access
mathematical contents. It is possible to embed
mathematical expressions in web pages not only as
images but through MathML or MathJax (Cervone,
2012) and in PDF documents produced from
LaTeX
        <xref ref-type="bibr" rid="ref1 ref6">(Ahmetovic et al., 2018)</xref>
        . Other research
directions concern conversion into Braille
        <xref ref-type="bibr" rid="ref14">(Soiffer,
2016)</xref>
        and speech reading
        <xref ref-type="bibr" rid="ref12 ref15 ref16">(Raman, 1996;
Waltraud Schweikhardt, 2006; Sorge et al., 2014)</xref>
        .
      </p>
      <p>
        In this paper we follow another direction: we
consider the possibility to produce a
mathematical sentence, i.e. a natural language sentence
expressing the semantics of a mathematical
expression. Indeed, the idea to use mathematical
sentences for improving the accessibility of
mathematical expressions has been previously
presented and experimented for Spanish in
        <xref ref-type="bibr" rid="ref2 ref3">(Ferres
and Fuentes Sepu´lveda, 2011; Fuentes Sepu´lveda
and Ferres, 2012)</xref>
        . However, in contrast to
previous work on mathematical sentences, in this work
we use a natural language generation (NLG)
architecture rather than a template-based one for
generating sentences. By using NLG architecture we
obtain (i) more portability, and (ii) a major and
simple customization of the output.
      </p>
      <p>
        We have two research goals in this paper. The
first goal is to describe a system for
transforming a mathematical expression natively encoded
in LATEX in its equivalent mathematical sentence
(cf. Figure 1). The processing flow follows a
wellknown approach, called interlingua in the field of
machine translation
        <xref ref-type="bibr" rid="ref7">(Hutchins and Somer, 1992)</xref>
        .
      </p>
      <sec id="sec-1-1">
        <title>PostProcessor S2S</title>
        <p>w
sentemncaethr.itten</p>
      </sec>
      <sec id="sec-1-2">
        <title>SynthCaller</title>
        <p>audio
math.
sentence</p>
        <p>LATEX
mathematical
expression</p>
        <p>L</p>
        <p>M
CM</p>
      </sec>
      <sec id="sec-1-3">
        <title>LatexML</title>
        <p>Indeed, the process of generating a mathematical
expression from its LATEX source is a two-step
algorithm. In the first step the LATEX is analyzed and
its semantics is represented in Content MathML
(CMML henceforth), a W3C standard for
expressing the syntax and the semantics of mathematical
expressions1. In the second step, the CMML
representation is used as input of the S2S (Semantics
to Speech) module, that is a NLG module
generating the mathematical sentence. Note that the
S2S module inserts in the sentence parenthesis and
pauses too. The sentence will finally be
transformed in audio format encoding by an external
synthesis engine.</p>
        <p>The second goal of this paper is to give a first
evaluation of the performance of two distinct
synthesis engines in the domain of mathematical
sentence. With a pilot experimentation conducted
with four blind people, we will compare the
perception of the mathematical sentences of a
neuralnetwork based speech engine and of a
formantbased speech engine.</p>
        <p>In Section 2 we will describe the main features
of the developed system, in Section 3 we will
describe the experimentation and finally in Section 4
we end the paper with some conclusions and
introducing future work.
2</p>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>Building Mathematical Sentences</title>
      <p>
        The first step of our algorithm is the generation
of CMML associated to a LATEX formula. We
based this step on an external tool named
LatexML
        <xref ref-type="bibr" rid="ref10">(Miller, 2007)</xref>
        . However, the CMML
obtained from this tool needed to be enhanced by
a post-processing procedure for (1) uniform them
1https://www.w3.org/TR/MathML3/
chapter4.html
to CMML standard and (2) to remove ambiguity
as for the case y = f (x). In Figure 2 we
report the CMML representation for the
mathematical expression x &gt; b =) jf (x)j &lt; M .
      </p>
      <p>
        Mathematical notation has been conceived with
the aim of representing mathematical concepts
using a specific written symbolic language. As
working hypothesis, we decided to assume a
“specialized” syntactic analysis for a number of
mathematical objects. For instance, x plus three
indicates the action of adding one quantity to
another, so it can be represented as a declarative
structure. As a consequence, plus can be
analysed as verb and this assumption can be extended
to all the mathematical sentences. In this paper we
considered only the mathematical structures
belonging to the subfield of the mathematical
analysis. In particular, we considered all the
expressions in an Italian analysis book
        <xref ref-type="bibr" rid="ref11">(Pandolfi, 2013)</xref>
        .
By using this corpus of expressions and by
assuming that all numbers and variables can be treated
as nouns and that all arithmetic operators can be
treated as verbs, we found eight additional
categories for representing all complex
mathematical expressions and we defined a specific syntactic
construction for each category.
      </p>
      <p>In Table 1, we reported some examples of
syntactic constructions for mathematical
expressions. We decided to analyse and represent the
mathematical sentences of relational operators as
copula sentences (a e` maggiore di b, a is
greater than b), algebraic operators as declarative
sentences (a prodotto cartesiano b, a
cartesian product b), logical operators as
conjunctions (a o b, a or b), elementary
operators (e.g. radice, radical), sequence (e.g.
limite, limit), calculus (e.g. integrale,
inte&lt;apply&gt;
&lt;implies/&gt;
&lt;apply&gt;
&lt;gt/&gt;
&lt;ci&gt;x&lt;/ci&gt;
&lt;ci&gt;b&lt;/ci&gt;
&lt;/apply&gt;
&lt;apply&gt;
&lt;lt/&gt;
&lt;apply&gt;
&lt;abs/&gt;
&lt;apply&gt;
&lt;ci&gt;f&lt;/ci&gt;
&lt;ci&gt;x&lt;/ci&gt;
&lt;/apply&gt;
&lt;/apply&gt;
&lt;ci&gt;M&lt;/ci&gt;
&lt;/apply&gt;
&lt;/apply&gt;
gral) as noun phrases (La radice quadrata
di x, the square root of x), pairs and conditional
sets as reduced relatives (L’insieme delle
x tali che x e` minore di 3, the set of
x such that x is less than 3). Our syntactic
representations for mathematical operators in the
analysis domain could have alternative representations
or could be specialized in a more refined
classification (c.f. (Chang, 1983)), but we decided to use
only eight category for sake of simplicity.</p>
      <p>
        Traditional NLG architectures split the
generation process into three distinct phases, that are
document planning, sentence planning and realization
        <xref ref-type="bibr" rid="ref13 ref4">(Reiter and Dale, 2000; Gatt and Krahmer, 2018)</xref>
        .
In particular document planning decides what to
say and sentence planning and realization decides
how to say it. In the system architecture depicted
in Figure 1, the content of the communication is
specified by the input mathematical expression, so
the content selection phase is not necessary at all.
In Section 2.1 we will give some details on the
rule-based sentence planner designed for
managing mathematical sentences and in Section 2.2 we
will describe the use of the SimpleNLG-it realizer
for the case of mathematical domain.
2.1
      </p>
      <sec id="sec-2-1">
        <title>Building a Sentence Planner for</title>
      </sec>
      <sec id="sec-2-2">
        <title>Mathematical Sentences</title>
        <p>The input of the sentence planner is a
mathematical expression in the form of enhanced CMML. In
order to associate a sentence plan, that is a a sort of
under-specified tree-based syntactic structure, we
devised a recursive algorithm that traverses
topdown the CMML structure.</p>
        <p>By considering the eight categories used to
classify all mathematical expressions, for each
category we designed a prototypical sentence plan that
will be used in the recursive process. Each
prototype builds a specific linguistic construction (e.g.
copula, reduced relative etc.), that is designed for
giving syntactic roles to the arguments of the
specific mathematical construction. For instance, on
the left of the Figure 3, we reported the
prototypical sentence plan for the conditional set
mathematical structure and on the right of we reported
an example of its instantiation. In the final
produced structures we have that, (1) the leaves of
the sentence plan are lemmas rather than words,
(2) the syntactic relations among the nodes are
expressed using both dependency relations (e.g.
subj, complement) as well as constituency nodes
(e.g. Prepositional Phrase, PP). Note that this is
the input format for sentence plan required by the
SimpleNLG realizer (see Section 2.2).</p>
        <p>In order to build a complete sentence plan for
a mathematical sentence by using the eight
categories for mathematical expressions, there are two
important issues.</p>
        <p>The first issue concerns the perception of
precedence of the arithmetic operator. Listening
mathematics has some peculiarities with respect to
reading it. For instance, division is granted a higher
precedence than addition, and during the reading
process the expression a + b=c is parsed as a + cb
without ambiguities. A different result arises if
one listens the equivalent mathematical sentence a
plus b divided by c without reading the
expression: we experimented that the most
frequent perceived parse is a +cb . After a limited
numinsieme
op1</p>
        <p>prep
di
il
det
compl compl
op2</p>
        <p>prep
tali che</p>
        <p>NP</p>
        <p>complement
il insieme PP
complement</p>
        <p>PP
di NP tale che Clause
il x</p>
        <p>subj
NP V</p>
        <p>obj
AdjP</p>
        <p>complement</p>
        <p>PP
x essere minore di NP
0
ber of experiments in listening arithmetic
expressions with distinct (blind and not blind) people,
we decided to state as working hypothesis that the
precedence of the arithmetic operators are
perceived in the reverse order when one listens a
mathematical expressions without reading it2.</p>
        <p>A second issue is how to represent the correct
structures of the operators. In other words,
how we can build a mathematical sentence
unambiguously equivalent to a +cb ? A trivial
but effective solution is to use parenthesis,
that is to produce the mathematical sentence
open parenthesis a plus b close
parenthesis divided by c. However,
the drawback of this solution is the length of the
sentence that, for very complex expressions, can
augment substantially.</p>
        <p>
          In order to account for both the issues, we
modified the sentence planner in two ways.
First, we decided to model parenthesis as
lexical items, that is we considered open-parenthesis
and closed-parenthesis as two new lexical items
of the SimpleNLG lexicon which can be used
as pre-modifier and post-modifier of a
mathematical sentence respectively. Second, similar
to
          <xref ref-type="bibr" rid="ref3">(Fuentes Sepu´lveda and Ferres, 2012)</xref>
          , we
allowed to use a speech pause as a synonymous of
open/closed-parenthesis items. Moreover, in order
to experiment both with parentheses and pauses
in the understanding of a mathematical sentence,
we decided to implement three distinct
parenthesization strategies, called parenthesis, pause, and
smart. In the parenthesis strategy, all the
necessary parentheses are inserted in the sentence plan.
        </p>
        <p>2We have not been able to find any scientific reference on
this point.</p>
        <p>Note that a parenthesis has to be considered
necessary with respect to the inverted precedence
order hypothesis stated above. In the pause strategy,
all the necessary pauses are inserted in the
sentence plan. In the smart strategy, all the
necessary parentheses are inserted in the higher nodes
of the sentence plan, and the necessary pauses are
inserted close to the leaves of the sentence plan.
This is a hybrid strategy that combines parentheses
and pauses in order to have a less verbose
mathematical sentence.
2.2</p>
      </sec>
      <sec id="sec-2-3">
        <title>NLG for spoken mathematics</title>
        <p>
          In order to produce a spoken mathematical
sentences in Italian with the SimpleNLG-it realizer
          <xref ref-type="bibr" rid="ref8 ref9">(Mazzei et al., 2016)</xref>
          , we needed to account for the
construction of a domain specific lexicon for the
field of the mathematical analysis.
SimpleNLGit is the Italian porting of the SimpleNLG
realizer, that was originally designed only for English
          <xref ref-type="bibr" rid="ref5">(Gatt and Reiter, 2009)</xref>
          . As default Italian
lexicon, SimpleNLG-it uses a basic vocabulary of
around 7000 words, that is a simple lexicon
studied to be perfectly understood by most Italian
people
          <xref ref-type="bibr" rid="ref1 ref1 ref6 ref8 ref9">(Mazzei, 2016; Conte et al., 2017; Ghezzi et
al., 2018)</xref>
          . However, for this specific project we
needed to augment the basic lexicon with both (i)
a mathematical specialized lexicon, that contains
both new lexical entries (as arcotangente,
arctangent), and (ii) new values for lexical
entries which are yet in the basic lexicon (as the
value noun for the part of speech of the lemma
integrale, integral). This specialized lexicon
contains 113 entries which are mostly categorized
as nouns (e.g. logaritmo, logarithm), verbs
(e.g. intersecare, intersect), adjective (e.g.
iperbolico, hyperbolic). In the lexicon, there
are only two new instances of adverbs (that are
relativamente and propriamente,
relative, properly), and only one instance of
“prepositional locution” (that is tale che, such that).
Finally, we added specific lexical items to realize
both parenthesis (that are parentesi aperta
and parentesi chiusa, open/closed
parenthesis) and speech pause. This latter item will be
finally realized by using the SSML (Speech
Synthesis Markup Language) tag &lt;break/&gt;, that
can be processed by many speech synthesis
engines3.
        </p>
        <p>The actual version of the mathematical
sentence generator has been interfaced with two
speech synthesis engines, that are the web
service provided by the IBM-Watson framework4
(W-engine henceforth), and the Espeak API5
(Eengine henceforth). W-engine is a commercial,
closed software based on deep learning, while
Eengine is a free, open-source software based on
formant synthesis algorithms. Note that for not
visual impaired people W-engine sounds more
fluent but, in contrast, for visual impaired people
Eengine sounds more familiar since it is used by a
widespread free screen reader.
3</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Evaluation</title>
      <p>In order to have a first evaluation of the generation
system, we built a web-based test explicitly
designed for visually impaired people. We designed
a questionnaire composed by a 6 multiple choices
questions concerning personal data, a core of 25
open questions each one concerning the listening
of a mathematical sentence and its
comprehensibility, 1 Likert-scale question globally comparing
LATEX and system comprehensibility, 1 open
question for free comments.</p>
      <p>The 25 core questions have a all the same
schema: there is a audio file encoding a
mathematical sentence and there is a open form for
transcribing it. In the compilation instructions,
we asked the users to fill this section by using
“LATEX or with other non ambiguous formal
representation”. The mathematical expressions
obtained have been manually translated to CMML
for evaluation. We implemented the questionnaire
by using the Google Form framework, that was
3https://www.w3.org/TR/
speech-synthesis11/</p>
      <p>4https://www.ibm.com/watson/services/
text-to-speech/
5http://espeak.sourceforge.net
ID
E1
E4
E6
E8
E10
lim
x!x0</p>
      <p>Z</p>
      <sec id="sec-3-1">
        <title>Formula</title>
        <p>B = f(x; y) j x 2 A; y 2 Bg
x &gt; b =) jf (x)j &lt; M
f (x) f (x0)</p>
        <p>f 0(x0)
x x0
1
pm2
lim
x2
1 +
dx = arcsin
1 n</p>
        <p>= e
n
x
m
preliminarily judged accessible by a blind person.</p>
        <p>In this paper we discuss the results of 10 core
questions of the questionnaire that have been
created by using the 5 mathematical expressions
belonging to the Table 2. We use the W-engine to
build 5 mathematical sentences and the E-engine
to build other 5 mathematical sentences. Note that
we change the names of the variables in the two
set of sentences.</p>
        <p>
          In order to score the comprehension of the
user we decided to use the SPICE
          <xref ref-type="bibr" rid="ref8">(Anderson et
al., 2016)</xref>
          metric. SPICE is obtained by
computing the F-score of the overlap between two
trees: the overlap is measured by decomposing
trees in typed elementary substructures, that
are operands, operators and their relations. For
instance, the expression x 1 is decomposed as
1; x; minus; (op: minus; first: x); (op: minus; second: 1)
(cf.
          <xref ref-type="bibr" rid="ref8">(Anderson et al., 2016)</xref>
          for more details).
For the experimentation, we recruited 4 visually
impaired people with personal invitation without
any rewards. All users are Italian mother tongue,
have a good knowledge of mathematical analysis
and have a bachelor degree (only one related to
mathematics).
        </p>
        <p>In Table 3 we reported the averaged values of
SPICE for W-engine and E-engine. A first view of
data seems suggest a preference for the E-engine,
but there is not a significant effect on the
performance of the system: by applying the t-test we
obtained for 0:08 (two-tailed p-value), indicating no
statistical significance. So, new experiments with
more trials and users are necessary to statistically
confirms the preference of for the E-engine.</p>
        <p>In Table 4, we report the The distribution of
the answers in Likert scale for the question of
the web form concerning comprehensibility, that
is “Quanto sei d’accordo con la frase: - La frase
pronunciata e` facile da capire -” (How much do
0.96 (0.06)
0.99 (0.03)
0.95 (0.12)
0.99 (0.03)
0.97 (0.06)
0.97 (0.04)
0.97 (0.06)
0.97 (0.04)
you agree with the sentence: - The pronounced
sentence is easy to understand -”). The value 1
corresponds to “per nulla” (nothing), the value 7
corresponds to “completamente” (completely). It
seems from data that there is not notable
difference between the perceived comprehensibility of
the W-engine with respect to the E-engine and the
t-test we obtained for the Likert score is 0:67
(twotailed p-value).
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Conclusion</title>
      <p>In this paper we have presented a study on the
generation of mathematical sentences, i.e.
natural language sentences encoding mathematical
expressions6. In particular, we have described the
main features of the system and the a first
experimentation centred on the evaluation of two distinct
speech engine. The results of the
experimentation suggests a good performance of the
formantbased synthesis engine with respect to the
neuralnetwork base synthesis engine. However, more
data is necessary to achieve statistical significance.</p>
      <p>In future work we intend to repeat the
evaluation of the system for Italian with a larger number
of users and to repeat the experiment by using
English lanaguage too.
6The described system can be freely
downloaded at https://bitbucket.
org/tesimagistralemonticone/
formula-to-speech/
Computers and Accessibility, ASSETS ’18, pages
352–354, New York, NY, USA. ACM.
[Anderson et al.2016] Peter Anderson, Basura
Fernando, Mark Johnson, and Stephen Gould. 2016.
SPICE: semantic propositional image caption
evaluation. CoRR, abs/1607.08822.
[Cervone2012] Davide Cervone. 2012. Mathjax: A
platform for mathematics on the web. Notices of
the American Mathematical Society, 59, 02.
[Chang1983] Lawrence A. Chang. 1983.
Handbook for spoken mathematics (larry’s speakeasy).
Lawrence Livermore Laboratory, The Regents of the
University of California., 1.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [Ahmetovic et al.2018]
          <string-name>
            <given-names>Dragan</given-names>
            <surname>Ahmetovic</surname>
          </string-name>
          , Tiziana Armano, Cristian Bernareggi, Michele Berra, Anna Capietto, Sandro Coriasco, Nadir Murru, Alice Ruighi, and
          <string-name>
            <given-names>Eugenia</given-names>
            <surname>Taranto</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Axessibility: A latex package for mathematical formulae accessibility in pdf documents</article-title>
          .
          <source>In Proceedings of the 20th International ACM SIGACCESS Conference on [Conte et al</source>
          .2017]
          <string-name>
            <given-names>Giorgia</given-names>
            <surname>Conte</surname>
          </string-name>
          , Cristina Bosco, and
          <string-name>
            <given-names>Alessandro</given-names>
            <surname>Mazzei</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Dealing with italian adjectives in noun phrase: a study oriented to natural language generation</article-title>
          .
          <source>In Proceedings of the Fourth Italian Conference on Computational Linguistics</source>
          (CLiC-it
          <year>2017</year>
          ), Rome, Italy,
          <source>December 11-13</source>
          ,
          <year>2017</year>
          ., December.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <source>[Ferres and Fuentes Sepu´lveda2011] Leo Ferres</source>
          and Jose´ Fuentes Sepu´lveda.
          <year>2011</year>
          .
          <article-title>Improving accessibility to mathematical formulas: the wikipedia math accessor</article-title>
          .
          <source>In Proceedings of the International Cross-Disciplinary Conference on Web Accessibility</source>
          ,
          <year>W4A 2011</year>
          , Hyderabad, Andhra Pradesh, India, March
          <volume>28</volume>
          -29,
          <year>2011</year>
          , page 25.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <source>[Fuentes Sepu´lveda and Ferres2012] Jose´ Fuentes Sepu´lveda and Leo Ferres</source>
          .
          <year>2012</year>
          .
          <article-title>Improving accessibility to mathematical formulas: The wikipedia math accessor</article-title>
          .
          <source>New Rev. Hypermedia Multimedia</source>
          ,
          <volume>18</volume>
          (
          <issue>3</issue>
          ):
          <fpage>183</fpage>
          -
          <lpage>204</lpage>
          , September.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <source>[Gatt and Krahmer2018] Albert Gatt and Emiel Krahmer</source>
          .
          <year>2018</year>
          .
          <article-title>Survey of the state of the art in natural language generation: Core tasks, applications and evaluation</article-title>
          .
          <source>J. Artif. Intell. Res.</source>
          ,
          <volume>61</volume>
          :
          <fpage>65</fpage>
          -
          <lpage>170</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <source>[Gatt and Reiter2009] Albert Gatt and Ehud Reiter</source>
          .
          <year>2009</year>
          .
          <article-title>SimpleNLG: A Realisation Engine for Practical Applications</article-title>
          .
          <source>In Proceedings of the 12th European Workshop on Natural Language Generation, ENLG '09</source>
          , pages
          <fpage>90</fpage>
          -
          <lpage>93</lpage>
          , Stroudsburg, PA, USA. Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [Ghezzi et al.2018]
          <string-name>
            <given-names>Ilaria</given-names>
            <surname>Ghezzi</surname>
          </string-name>
          , Cristina Bosco, and
          <string-name>
            <given-names>Alessandro</given-names>
            <surname>Mazzei</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Auxiliary selection in italian intransitive verbs: A computational investigation based on annotated corpora</article-title>
          .
          <source>In Proceedings of the Fifth Italian Conference on Computational Linguistics</source>
          (CLiC-it
          <year>2018</year>
          ), pages
          <fpage>1</fpage>
          -
          <lpage>6</lpage>
          , Berlin. CEUR.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [Hutchins and Somer1992]
          <string-name>
            <given-names>W. John Hutchins and Harold L.</given-names>
            <surname>Somer</surname>
          </string-name>
          .
          <year>1992</year>
          .
          <article-title>An Introduction to Machine Translation</article-title>
          . London: Academic Press.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [Mazzei et al.2016]
          <string-name>
            <given-names>Alessandro</given-names>
            <surname>Mazzei</surname>
          </string-name>
          , Cristina Battaglino, and
          <string-name>
            <given-names>Cristina</given-names>
            <surname>Bosco</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>SimpleNLGIT: adapting SimpleNLG to Italian</article-title>
          .
          <source>In Proceedings of the 9th International Natural Language Generation conference</source>
          , pages
          <fpage>184</fpage>
          -
          <lpage>192</lpage>
          , Edinburgh, UK, September 5-8. Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [Mazzei2016]
          <string-name>
            <given-names>Alessandro</given-names>
            <surname>Mazzei</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Building a computational lexicon by using SQL</article-title>
          . In Pierpaolo Basile, Anna Corazza, Francesco Cutugno, Simonetta Montemagni, Malvina Nissim, Viviana Patti, Giovanni Semeraro, and Rachele Sprugnoli, editors,
          <source>Proceedings of Third Italian Conference on Computational Linguistics</source>
          (CLiC-it
          <year>2016</year>
          ) &amp;
          <article-title>Fifth Evaluation Campaign of Natural Language Processing and Speech Tools for Italian</article-title>
          .
          <source>Final Workshop (EVALITA</source>
          <year>2016</year>
          ), Napoli, Italy, December 5-
          <issue>7</issue>
          ,
          <year>2016</year>
          ., volume
          <volume>1749</volume>
          , pages
          <fpage>1</fpage>
          -
          <lpage>5</lpage>
          . CEUR-WS.org, December.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [Miller2007]
          <string-name>
            <given-names>Bruce</given-names>
            <surname>Miller</surname>
          </string-name>
          .
          <year>2007</year>
          .
          <article-title>LaTeXML: A LaTeX to XML converter</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [Pandolfi2013]
          <string-name>
            <given-names>Luciano</given-names>
            <surname>Pandolfi</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>ANALISI MATEMATICA 1</article-title>
          .
          <article-title>Dipartimento di Scienze Matematiche “Giuseppe Luigi Lagrange”</article-title>
          , Politecnico di Torino.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [Raman1996]
          <string-name>
            <given-names>T. V.</given-names>
            <surname>Raman</surname>
          </string-name>
          .
          <year>1996</year>
          .
          <article-title>Emacspeak&amp;mdash;direct speech access</article-title>
          .
          <source>In Proceedings of the Second Annual ACM Conference on Assistive Technologies</source>
          , Assets '
          <volume>96</volume>
          , pages
          <fpage>32</fpage>
          -
          <lpage>36</lpage>
          , New York, NY, USA. ACM.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <source>[Reiter and Dale2000] Ehud Reiter and Robert Dale</source>
          .
          <year>2000</year>
          .
          <article-title>Building Natural Language Generation Systems</article-title>
          .
          <source>Studies in Natural Language Processing</source>
          . Cambridge University Press.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [Soiffer2016]
          <string-name>
            <given-names>Neil</given-names>
            <surname>Soiffer</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>A study of speech versus braille and large print of mathematical expresisons</article-title>
          .
          <source>In Lecture Notes in Computer Science</source>
          , volume
          <volume>9758</volume>
          , Berlin. Springer.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [Sorge et al.2014]
          <string-name>
            <given-names>Volker</given-names>
            <surname>Sorge</surname>
          </string-name>
          , Charles Chen,
          <string-name>
            <given-names>T. V.</given-names>
            <surname>Raman</surname>
          </string-name>
          , and
          <string-name>
            <given-names>David</given-names>
            <surname>Tseng</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Towards making mathematics a first class citizen in general screen readers</article-title>
          .
          <source>In Proceedings of the 11th Web for All Conference, W4A '14</source>
          , pages
          <fpage>40</fpage>
          :
          <fpage>1</fpage>
          -
          <lpage>40</lpage>
          :
          <fpage>10</fpage>
          , New York, NY, USA. ACM.
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          <string-name>
            <surname>[Waltraud Schweikhardt2006] Nadine Jessel Benoit Encelle Margaret Gut Waltraud Schweikhardt</surname>
            ,
            <given-names>Cristian</given-names>
          </string-name>
          <string-name>
            <surname>Bernareggi</surname>
          </string-name>
          .
          <year>2006</year>
          .
          <article-title>Lambda: A european system to access mathematics with braille and audio synthesis</article-title>
          .
          <source>In Lecture Notes in Computer Science</source>
          , volume
          <volume>4061</volume>
          , Berlin. Springer.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>