<!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>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Simona Frenda</string-name>
          <email>simona.frenda@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Computer Science Department - University of Turin</institution>
          ,
          <addr-line>Italy GruppoMeta - Pisa</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>English. Automatic irony detection is a young field of research related to Sentiment Analysis. When dealing with social media data, the shortness of text and the extraction of the statement from his context usually makes it hard to understand irony even for humans but especially for machines. In this paper we propose an analysis of the role that textual information plays in the perception and construction of irony in short texts like tweets. We will focus on the impact of conventional expedients of digital writing, which seem to represent a substitution of typical gestures and tones of oral communication, in figurative interpretation of messages in Italian language. Elaborated computational model has been exploited in the development of an irony detection system, which has been evaluated in the Sentipolc's shared task at EVALITA 2016.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Italiano. Il riconoscimento automatico
dell’ironia e` un ambito di ricerca
giovane, rilevante per la Sentiment Analisys.
Quando si tratta di social media data,
la brevita` del testo e la sua estrazione
dal contesto rendono difficile la
comprensione dell’ironia anche per l’uomo e in
particolare per le macchine. In questo
lavoro, si propone un’analisi sul ruolo
che l’informazione testuale gioca nella
percezione e realizzazione dell’ironia nei
tweet. Ci si focalizzera` sull’impatto di
elementi convenzionali della scrittura
digitale, che sembrano rappresentare una
sostituzione dei tipici gesti e toni della
comunicazione orale, nell’interpretazione
figurativa dei messaggi in italiano. Il modello
computazionale elaborato e` stato usato in
un sistema di irony detection, valutato a
Sentipolc, Evalita 2016.</p>
    </sec>
    <sec id="sec-2">
      <title>1 Introduction</title>
      <p>
        The growing scientific interest on natural
language understanding has been supported in the last
decade by a great amount of user-generated texts
available on the Web. People usually use social
media platforms, such as Facebook and Twitter, to
express their opinions on different topics, which
can be exploited, for example, by companies for
marketing researches. This is one of the
motivations which prompted actual research in this
direction on automatic analysis of short-texts.
Social micro-texts are great examples of rhetorical
production due to their shortness, which supports
the creativity of linguistic expressions
        <xref ref-type="bibr" rid="ref10">(Ghosh et
al., 2015)</xref>
        . In fact 140 characters of tweets
encourage users to use some creative devices in
order to communicate briefly their opinions or their
feelings about events, products, services or other
individuals. Among creative devices, irony and
sarcasm hinder correct sentiment analysis of texts
and, therefore, correct opinion mining. Indeed,
irony is a figurative language device used to
convey the opposite of literal meaning: contrarium
quod dicitur intelligendum est (Quintiliano,
Institutio Oratoria, 9, 22-44). In order to express an
ironic utterance in short text, users prefer to use
conventional expedients in digital writing or
particular linguistic constructs which seem to
represent a substitution of typical gestures and tones of
oral communication. These reveal themselves as
good clues for Irony Detection as demonstrated
by results obtained with our system
participating in SENTIPOLC’s at EVALITA 2016
        <xref ref-type="bibr" rid="ref9">(Frenda,
2016)</xref>
        , where we ranked third on twelve
participants. In this paper we present linguistic
analysis on ironic tweets extracted from corpora used
in SENTIPOLC and computational model
elaborated in Master’s thesis upon which our rule-based
system is based.
2
      </p>
    </sec>
    <sec id="sec-3">
      <title>Related Work</title>
      <p>Automatically understanding texts that are
susceptible to different interpretations from their
literal meaning is a hard task that presents
challenging aspects even for humans. Nevertheless,
automatic irony detection is becoming one of the
biggest challenges of Natural Language
Processing (NLP), especially to correctly determine the
polarity of texts. Indeed, in the last years
several studies arose with the aim of detecting irony
and sarcasm by extricating their multiple aspects
and exploiting various computational models in
different languages: as regards English the
research by Utsumi (1996) was one of the first
approaches; Veale and Hao (2009) focused on
figurative comparisons (”as X as Y”); Reyes et al.
(2013) exploited features ranging from textual to
stylistic dimensions, and Barbieri and Saggion
(2014) considered lexical and semantic features of
the words in tweets. Relative to French, Karoui
et al. (2015) focused on the presence of negation
markers and the implicit and explicit opposition in
ironic tweets. Finally, multilingual perspective is
proposed by Karoui et al. (2017), which examine
the impact of pragmatic phenomena in the
interpretation of irony in English, French and Italian
tweets. The main work inspiring our researches
here is Carvalho et al. (2009) which distinguished
eight oral and gestural ”clues” for irony detection
in Portuguese online newspaper comments. Their
attention focused in particular on positive
comments: positive sentences are more subjected to
irony and it is more difficult to recognize their true
polarity. Many of these clues have been used in
our analysis on ironic Italian tweets to observe
how these textual features are distributed in
negative and positive sentences to bring out possible
incongruities between literal and real meaning.
3</p>
    </sec>
    <sec id="sec-4">
      <title>Methodology</title>
      <p>The irony detection task is a very recent
challenge in NLP community and in 2014 and 2016
EVALITA, an evaluation campaign of NLP and
speech tools for Italian, proposed a battery of tasks
related to Sentiment Analysis in tweets, including
Irony detection. The task of automatic irony
detection is treated as a problem of classification of
texts in ironic and non ironic ones, and the main
approaches used by previous works are based on
the development of supervised machine-learning
or rule-based systems.</p>
      <p>We developed a rule-based system,
implemented in Perl, which, analysing a corpus of
Italian tweets, identifies possible ironic clues and
distinguishes ironic and non ironic texts. This system
is based on computational model that is the result
of linguistic research carried out during Master’s
thesis redaction. The scope of this analysis is to
understand the impact of conventional elements of
web writing and syntactic constructions on
automatic process of recognition of ironic short-texts.</p>
      <p>We tested our computational model with good
results participating in SENTIPOLC’s task at
EVALITA in 2016.
3.1</p>
      <sec id="sec-4-1">
        <title>Corpora of tweets</title>
        <p>Tweet corpora used in our works have been
provided by organizers of SENTIPOLC task in
EVALITA 2014 and 2016: SENTIPOLC 2014
corpus includes 4513 tweets in the training set and
1935 in the test set, and SENTIPOLC 2016
includes 7410 in the training set and 2000 in the
test set. The former has been used for linguistic
analysis in Master’s thesis and the latter to
participate at evaluation campaign. These corpora
have been annotated manually and according to
a multi-layered annotation scheme where tweets
are labelled according to different dimensions:
subjectivity, overall and literal polarity
(positive/neutral/negative/mixed), irony. These corpora
contain a collection of both political and generic
tweets, and also a collection of socio-political
tweets (concerning topic la buona scuola).
3.2</p>
      </sec>
      <sec id="sec-4-2">
        <title>Resources and Data Processing</title>
        <p>Considering various textual elements of digital
writing which make up tweets, that are essential
to linguistic analysis of this kind of text, we
developed a lexicon of interjections 1 annotated
according polarity, a list of emoticons extracted from
Wikipedia and annotated as EMOPOS ( =) , :D ),
EMONEG (as :( , :’( ) and EMOIRO ( ˆL ˆ , :P ),
and a list of ironic hashtags extracted from ironic
tweets in corpora analysed2.</p>
        <p>
          In order to clean up the texts and avoid
hampering syntactic analysis and ironic clues retrieval
we replaced emoticons with appropriated labels
1Extracted from Morph-it!
          <xref ref-type="bibr" rid="ref24">(Zanchetta and Baroni, 2005)</xref>
          and Treccani (http://www.treccani.it).
2For more details about resources see
          <xref ref-type="bibr" rid="ref9">(Frenda, 2016)</xref>
          .
and removed characters of url from text. Cleaned
texts have been processed by TreeTagger
          <xref ref-type="bibr" rid="ref19">(Schmid,
1994)</xref>
          for obtaining POS-tagged and lemmatized
corpora, using Italian tagset by Baroni.
        </p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>4 Irony Detection Model</title>
      <p>People in social network use a new kind of
language between speech and writing: oral elements
are included in writing by means of graphic
characters, punctuation and so on. Users express their
emotions and opinions with informal language
especially in the social network, using interjections
or expressing tones with exclamatory expressions.
Considering the shortness of text users tend to use
conventional marks, like hashtags, to provide
additional information (context, emotion, and so on).</p>
      <p>In our work we exploit these textual patterns,
many of whom are extracted from Carvalho et
al. (2009) and adapted to Italian language.
Indeed, their results demonstrated that more
productive patterns in ironic texts are the ones related
to orality and gestures. We considered also
regional expressions and other forms of
exclamation specifically of Italian language. In Italian
texts, like in Portuguese, these linguistic elements,
which seem to reproduce oral communication, are
the most productive as demonstrated in Figure 1
and 2. In these figures we can observe the impact
of our computational model in corpora analysed.</p>
      <p>
        Although in ironic tweets most of the
frequencies of these patterns are promising for irony
recognition task, these corpora contain an
imbalanced data distribution
        <xref ref-type="bibr" rid="ref1 ref16 ref4 ref8">(564 ironic tweets on 4513
in SENTIPOLC 2014 and 865 ironic tweets on
7410 in SENTIPOLC 2016)</xref>
        that hinder the
possible generalization of model.
      </p>
      <p>Below, we summarily describe linguistic
features considered in our model and their
frequencies in positive and negative sentences (Figure 3
and 4), observing specifically in texts how user
express ironic utterance:</p>
      <p>Verb morphology: the use of pronoun tu and,
in a pro-drop language like Italian,
morphological inflection of the verb essere for
second singular person allows to express a
certain proximity also artificial or false if
interlocutor is a well-known person.</p>
      <p>Disjunctive conjunctions (o, oppure)
sometimes introduce strange combinations that
surprise the readers and encourages an ironic
interpretation.</p>
      <p>Positive interjections and exclamatory
expressions, like expressions with an
emphasised use of pronoun or adjective che (like
Che sorpresa!, Che bella giornata!),
represent a simple way for users to communicate
emotions, feelings, mental states or reactions
to specific situations, reversing also the literal
meaning of statement.</p>
      <p>Regional expressions, like exclamatory
expressions and interjections, are a way for
users to express immediately and informally
their moods or opinions, especially in ironic
perspective. In corpora analysed, it is
prevalent the use of expressions of dialect from
central Italy, such as: annamo bene, ce vuole
or ce sta.</p>
      <p>Onomatopoeic expressions for laughter are
used by users like markers to suggest an
ironic interpretation of text.</p>
      <p>Ironic emoticons: emoticons allow to
express briefly the user’s moods (happiness,
sad, laughter, ect) or to communicate to the
reader ironic or humorous intention, for
instance, with wink ( ;) ).</p>
      <p>Heavy punctuation is used to set a tone in
writing, in particular in short texts, where the
verbal components are essential to express
concisely the feelings.</p>
      <p>Quotation marks, also imitated in gestures of
speaking, are used to quote what has been
said by others or to emphasize the content
suggesting a possible additional
interpretation of text.</p>
      <p>
        Ironic hashtags: the hashtag complies with
necessity of simplification and containment
        <xref ref-type="bibr" rid="ref6">(Chiusaroli, 2014)</xref>
        and plays a special role
since it is employed by Twitter’s users as
digital extralinguistic equivalent of non-verbal
expressions
        <xref ref-type="bibr" rid="ref15">(Liebrecht et al., 2013)</xref>
        ,
sometimes affecting also the sentiment of tweets
        <xref ref-type="bibr" rid="ref1 ref16 ref4 ref8">(Maynard and Greenwood, 2014)</xref>
        .
Although limited amount of Italian ironic
examples, this analysis and the results of developed
computational system
        <xref ref-type="bibr" rid="ref9">(Frenda, 2016)</xref>
        show that
people tend to use textual and conventional
expedients of oral communication to express irony in
informal context as social networks. We can
observe this in Figure 1 and 2, where some linguistic
constructions expressing tone and accent of
userspeaker, like regional expressions and heavy
punctuation, are used mainly in ironic tweets. With
respect to ironic hashtags we can observe that same
hashtags are mentioned in different ironic tweets
in both corpora, revealing their important role of
established conventional elements in
communication in social networks. Finally, in Figure 3 and
4 we can observe that there are cases of
incongruity between literal and real meaning, for
example there are sentences with negative polarity
that contain positive interjections or exclamatory
constructions used, indeed, in ironic manner. It is
interesting to underline that most of ironic tweets
are negative in both corpora: 493 negative ironic
tweets on 564 ironic tweets in SENTIPOLC 2014
corpus and 742 on 865 in SENTIPOLC 2016
corpus.
      </p>
      <p>In this scenario where automatic irony detection
is still challenging for Italian, pragmatic analysis
of ironic texts allows to take a closer look at how
people use the language and his expedients to
express irony.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <given-names>Francesco</given-names>
            <surname>Barbieri</surname>
          </string-name>
          and
          <string-name>
            <given-names>Horacio</given-names>
            <surname>Saggion</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Modelling Irony in Twitter, Features Analysis and Evaluation. Language Resources and Evaluation conference</article-title>
          , LREC. Reykjavik, Iceland.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <given-names>Francesco</given-names>
            <surname>Barbieri</surname>
          </string-name>
          , Valerio Basile, Danilo Croce, Malvina Nissim, Nicole Novielli and
          <string-name>
            <given-names>Viviana</given-names>
            <surname>Patti</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Overview of the EVALITA 2016 SENTIment POLarity Classification Task</article-title>
          .
          <source>Proceedings of the 5th Evaluation Campaign of Natural Language Processing and Speech Tools for Italian (EVALITA</source>
          <year>2016</year>
          ). Academia University Press.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <given-names>Marco</given-names>
            <surname>Baroni</surname>
          </string-name>
          , Silvia Bernardini, Federica Comastri, Lorenzo Piccioni, Alessandra Volpi, Guy Aston,
          <string-name>
            <given-names>Marco</given-names>
            <surname>Mazzoleni</surname>
          </string-name>
          .
          <year>2004</year>
          .
          <article-title>Introducing the la Repubblica corpus: A large, annotated, TEI(XML)- compliant corpus of newspaper Italian</article-title>
          .
          <source>Proceedings of LREC 2004</source>
          . Lisbon: ELDA.
          <fpage>1771</fpage>
          -
          <lpage>1774</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <given-names>Konstantin</given-names>
            <surname>Buschmeier</surname>
          </string-name>
          , Philipp Cimiano, and
          <string-name>
            <given-names>Roman</given-names>
            <surname>Klinger</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>An impact analysis of features in a classification approach to irony detection in product reviews</article-title>
          .
          <source>Proceedings of the 5th Workshop on Computational Approaches</source>
          to Subjectivity, Sentiment and
          <string-name>
            <given-names>Social Media</given-names>
            <surname>Analysis. Baltimore</surname>
          </string-name>
          , Maryland, USA.
          <fpage>42</fpage>
          -
          <lpage>49</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <given-names>Paula</given-names>
            <surname>Carvalho</surname>
          </string-name>
          , Lu´ıs Sarmento, Ma´rio
          <string-name>
            <given-names>J.</given-names>
            <surname>Silva</surname>
          </string-name>
          and Euge´nio De Oliveira.
          <year>2009</year>
          .
          <article-title>Clues for detecting irony in user-generated contents: Oh.</article-title>
          ..!! it's “so easy” ;-).
          <source>Proceedings of the 1st international CIKM workshop on Topic-sentiment analysis for mass opinion.. ACM</source>
          .
          <volume>53</volume>
          -
          <fpage>56</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <given-names>Francesca</given-names>
            <surname>Chiusaroli</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Sintassi e semantica dell'hashtag: studio preliminare di una forma di Scritture Brevi</article-title>
          .
          <source>Proceedings of the Fourth International Workshop EVALITA</source>
          <year>2014</year>
          . Pisa University Press.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <given-names>Dmitry</given-names>
            <surname>Davidov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Oren</given-names>
            <surname>Tsur</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Ari</given-names>
            <surname>Rappoport</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>Semi-supervised recognition of sarcastic sentences in twitter and amazon</article-title>
          .
          <source>Proceedings of the Fourteenth Conference on Computational Natural Language Learning</source>
          .
          <source>CoNLL '10</source>
          .
          <string-name>
            <surname>Stroudsburg</surname>
          </string-name>
          , PA, USA. Association for Computational Linguistics.
          <fpage>107</fpage>
          -
          <lpage>116</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <given-names>Pierluigi</given-names>
            <surname>Di</surname>
          </string-name>
          <string-name>
            <surname>Gennaro</surname>
          </string-name>
          , Arianna Rossi and
          <string-name>
            <given-names>Fabio</given-names>
            <surname>Tamburini</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>The FICLIT+CS@UniBO System at the EVALITA 2014 Sentiment Polarity Classification Task</article-title>
          .
          <source>Proceedings of the Fourth International Workshop EVALITA</source>
          <year>2014</year>
          . Pisa University Press.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <given-names>Simona</given-names>
            <surname>Frenda</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Computational rule-based model for Irony Detection in Italian Tweets</article-title>
          .
          <source>Proceedings of the 5th Evaluation Campaign of Natural Language Processing and Speech Tools for Italian (EVALITA</source>
          <year>2016</year>
          ). Academia University Press.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <given-names>Aniruddha</given-names>
            <surname>Ghosh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Guofu</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Tony</given-names>
            <surname>Veale</surname>
          </string-name>
          , Paolo Rosso, Ekaterina Shutova, Antonio Reyes, John Barnden.
          <year>2015</year>
          . SemEval-2015
          <source>Task 11:Sentiment Analysis of Figurative Language in Twitter in Proceedings of the 9th International Workshop on Semantic Evaluation (SemEval</source>
          <year>2015</year>
          ). pages
          <fpage>470</fpage>
          -
          <lpage>478</lpage>
          , Denver, Colorado, June 4-5,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <given-names>Roberto</given-names>
            <surname>Gonza</surname>
          </string-name>
          <article-title>´lez-Iba´n˜ez, Smaranda Muresan</article-title>
          and
          <string-name>
            <given-names>Nina</given-names>
            <surname>Wacholder</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>Identifying Sarcasm in Twitter: A Closer Look</article-title>
          .
          <article-title>Proceedings of the 49th Annual Meeting of the Association for Computa- tional Linguistics: shortpapers</article-title>
          . Portland, Oregon, June 19-24.
          <fpage>581</fpage>
          -
          <lpage>586</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <given-names>Jihen</given-names>
            <surname>Karoui</surname>
          </string-name>
          , Farah Benamara Zitoune, Veronique Moriceau,
          <source>Nathalie Aussenac-Gilles and Lamia Hadrich Belguith</source>
          .
          <year>2015</year>
          .
          <article-title>Detection automatique de l'ironie dans les tweet en francais</article-title>
          .
          <source>22eme Traitement Automatique des Langues Naturelles. Caen</source>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <given-names>Jihen</given-names>
            <surname>Karoui</surname>
          </string-name>
          , Farah Benamara, Ve´ronique Moriceau, Viviana Patti,
          <source>Cristina Bosco and Nathalie Aussenac-Gilles</source>
          .
          <year>2017</year>
          .
          <article-title>Exploring the Impact of Pragmatic Phenomena on Irony Detection in Tweets: A Multilingual Corpus Study Proceedings of the 15th Conference of the European Chapter of the Association for Computational Linguistics</article-title>
          : Volume
          <volume>1</volume>
          ,
          <string-name>
            <given-names>Long</given-names>
            <surname>Papers</surname>
          </string-name>
          . Valencia, Spain,
          <year>April 2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <given-names>Roger J.</given-names>
            <surname>Kreuz</surname>
          </string-name>
          and
          <string-name>
            <surname>Gina M. Caucci</surname>
          </string-name>
          .
          <year>2007</year>
          .
          <article-title>Lexical Influences on the Perception of Sarcasm</article-title>
          .
          <source>Proceedings of the Workshop on Computational Approaches to Figurative Language. Rochester, NY.1-4.</source>
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <string-name>
            <given-names>Christine</given-names>
            <surname>Liebrecht</surname>
          </string-name>
          , Florian Kunneman, and Antal Van den Bosch.
          <year>2013</year>
          .
          <article-title>The perfect solution for detecting sarcasm in tweets #not</article-title>
          .
          <source>Proceedings of the 4th Workshop on Computational Approaches</source>
          to Subjectivity,
          <article-title>Sentiment and Social Media Analysis, Association for Computational Linguistics</article-title>
          . pages
          <fpage>29</fpage>
          -
          <lpage>37</lpage>
          , Atlanta, Georgia, June.
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          <string-name>
            <given-names>Diana</given-names>
            <surname>Maynard</surname>
          </string-name>
          and
          <string-name>
            <given-names>Mark</given-names>
            <surname>Greenwood</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Who cares about sarcastic tweets? Investigating the impact of sarcasm on sentiment analysis</article-title>
          .
          <source>Proceedings of the 9th International Conference on Language Resources and Evaluation (LREC'14)</source>
          (
          <fpage>26</fpage>
          -
          <lpage>31</lpage>
          ).
          <source>European Language Resources Association (ELRA)</source>
          . Reykjavik, Iceland,
          <fpage>4238</fpage>
          -
          <lpage>4243</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          <string-name>
            <given-names>Antonio</given-names>
            <surname>Reyes</surname>
          </string-name>
          , Paolo Rosso and
          <string-name>
            <given-names>Tony</given-names>
            <surname>Veale</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>A multidimensional approach for detecting irony in- Twitter</article-title>
          .
          <source>Language Resources and Evaluation</source>
          .
          <volume>47</volume>
          :
          <fpage>239</fpage>
          -
          <lpage>268</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          <string-name>
            <given-names>Graeme</given-names>
            <surname>Ritchie</surname>
          </string-name>
          .
          <year>2009</year>
          .
          <article-title>Can computers create humor? AI Magazine</article-title>
          . Volume
          <volume>30</volume>
          , No.
          <volume>3</volume>
          .
          <fpage>71</fpage>
          -
          <lpage>81</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          <string-name>
            <given-names>Helmut</given-names>
            <surname>Schmid</surname>
          </string-name>
          .
          <year>1994</year>
          .
          <article-title>Probabilistic Part-of-SpeechTagging Using Decision Trees</article-title>
          .
          <source>Proceedings of the International Conference on New Methods in Language Processing</source>
          . Manchester, UK.
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          <string-name>
            <given-names>Oliviero</given-names>
            <surname>Stock</surname>
          </string-name>
          and
          <string-name>
            <given-names>Carlo</given-names>
            <surname>Strapparava</surname>
          </string-name>
          .
          <year>2006</year>
          .
          <article-title>Laughing with HAHAcronym, a computational humor system</article-title>
          .
          <source>Proceedings of the Twenty-First National Conference on Artificial Intelligence (AAAI-06)</source>
          . Boston, Massachusetts.
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          <string-name>
            <given-names>Mirko</given-names>
            <surname>Tavosanis</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>L'italiano del web</article-title>
          ..
          <source>Carocci</source>
          . Roma.
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          <string-name>
            <given-names>Akira</given-names>
            <surname>Utsumi</surname>
          </string-name>
          .
          <year>1996</year>
          .
          <article-title>A unified theory of irony and its computational formalization</article-title>
          .
          <source>Proceedings of the 16th conference on computational linguistics Association for Computational Linguistics</source>
          . Morristown, NJ.
          <fpage>962</fpage>
          -
          <lpage>967</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          <string-name>
            <given-names>Tony</given-names>
            <surname>Veale</surname>
          </string-name>
          and
          <string-name>
            <given-names>Yanfen</given-names>
            <surname>Hao</surname>
          </string-name>
          .
          <year>2009</year>
          .
          <article-title>Support structures for linguistic creativity: A computational analysis of creative irony in similes</article-title>
          .
          <source>Proceedings of CogSci</source>
          <year>2009</year>
          ,
          <article-title>the 31st annual meeting of the cognitive science society</article-title>
          . 1376-
          <fpage>1381</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          <string-name>
            <given-names>Eros</given-names>
            <surname>Zanchetta</surname>
          </string-name>
          and
          <string-name>
            <given-names>Marco</given-names>
            <surname>Baroni</surname>
          </string-name>
          .
          <year>2005</year>
          .
          <article-title>Morph-it! A free corpus-based morphological resource for the Italian language</article-title>
          .
          <source>Proceedings of Corpus Linguistics</source>
          <year>2005</year>
          . University of Birmingham, Birmingham, UK.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>