<?xml version="1.0" encoding="ISO-8859-1"?><article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<front>
<journal-meta>
<journal-id>1405-5546</journal-id>
<journal-title><![CDATA[Computación y Sistemas]]></journal-title>
<abbrev-journal-title><![CDATA[Comp. y Sist.]]></abbrev-journal-title>
<issn>1405-5546</issn>
<publisher>
<publisher-name><![CDATA[Instituto Politécnico Nacional, Centro de Investigación en Computación]]></publisher-name>
</publisher>
</journal-meta>
<article-meta>
<article-id>S1405-55462011000400008</article-id>
<title-group>
<article-title xml:lang="en"><![CDATA[Document Level Emotion Tagging: Machine Learning and Resource Based Approach]]></article-title>
<article-title xml:lang="es"><![CDATA[Etiquetación de emociones a nivel de documento: aprendizaje automático y un método basado en recursos]]></article-title>
</title-group>
<contrib-group>
<contrib contrib-type="author">
<name>
<surname><![CDATA[Das]]></surname>
<given-names><![CDATA[Dipankar]]></given-names>
</name>
<xref ref-type="aff" rid="A01"/>
</contrib>
<contrib contrib-type="author">
<name>
<surname><![CDATA[Bandyopadhyay]]></surname>
<given-names><![CDATA[Sivaji]]></given-names>
</name>
<xref ref-type="aff" rid="A01"/>
</contrib>
</contrib-group>
<aff id="A01">
<institution><![CDATA[,Jadavpur University Department of Computer Science and Engineering ]]></institution>
<addr-line><![CDATA[Kolkata ]]></addr-line>
<country>India</country>
</aff>
<pub-date pub-type="pub">
<day>00</day>
<month>12</month>
<year>2011</year>
</pub-date>
<pub-date pub-type="epub">
<day>00</day>
<month>12</month>
<year>2011</year>
</pub-date>
<volume>15</volume>
<numero>2</numero>
<fpage>221</fpage>
<lpage>234</lpage>
<copyright-statement/>
<copyright-year/>
<self-uri xlink:href="http://www.scielo.org.mx/scielo.php?script=sci_arttext&amp;pid=S1405-55462011000400008&amp;lng=en&amp;nrm=iso"></self-uri><self-uri xlink:href="http://www.scielo.org.mx/scielo.php?script=sci_abstract&amp;pid=S1405-55462011000400008&amp;lng=en&amp;nrm=iso"></self-uri><self-uri xlink:href="http://www.scielo.org.mx/scielo.php?script=sci_pdf&amp;pid=S1405-55462011000400008&amp;lng=en&amp;nrm=iso"></self-uri><abstract abstract-type="short" xml:lang="en"><p><![CDATA[The present task involves the identification of emotions from Bengali blog documents using two separate approaches. The first one is a machine learning approach that accumulates document level information from sentences obtained from word level granular detail whereas the second one is a resource based approach that considers the Bengali WordNet Affect, the word level Bengali affective lexical resource. In the first approach, the Support Vector Machine (SVM) classifier is employed to perform the word level classification. Sense weight based average scoring technique determines the sentential emotion scores based on the word level emotion tagged constituents. The cumulative summation of sentential emotion scores is assigned to each document considering the combinations of various heuristic features. The second one implements a majority based approach to classify a given document considering the Bengali WordNet Affect lists. Instead of assigning a single emotion tag to a document, in both approaches, the best two emotion tags are assigned to each document according to the ordered emotion scores obtained. By applying the best feature combination acquired from the development set, the evaluation of 110 test documents yields the average F-Scores of 59.50% and 51.07% for the two approaches respectively with respect to all emotion classes.]]></p></abstract>
<abstract abstract-type="short" xml:lang="es"><p><![CDATA[El objetivo de este trabajo es identificar las emociones en documentos escritos en bengalí extraídos de un blog usando dos enfoques distintos. El primer enfoque es aprendizaje automático en el cual se acumula la información de los documentos a partir de las oraciones obtenidas a través de análisis de palabras, es decir, en el nivel más granular, mientras que el segundo enfoque está basado en recursos de los cuales usamos el Bengalí WordNet Affect -un recurso léxico que incluye palabras del bengalí etiquetadas con emociones. En el primer enfoque, la máquina de soporte vectorial (Support Vector Machine, SVM) se usa para la clasificación a nivel de palabras. El valor afectivo de las oraciones se calcula según la técnica basada en promediar los puntajes de pesos asignados a los significados de palabras etiquetadas con emociones en estas oraciones. La suma acumulada de los puntajes afectivos de las oraciones se asigna a cada documento tomando en cuenta diversas características heurísticas. El segundo enfoque implementa el método basado en mayoría para clasificar un documento dado considerando las listas del Bengalí WordNet Affect. En ambos enfoques, en vez de asignar una única etiqueta afectiva a un documento dado, las dos mejores etiquetas afectivas se asignan a cada documento según los puntajes afectivos obtenidos ordenados. Usando la combinación de las mejores características obtenida del conjunto de desarrollo, al evaluar 110 documentos de prueba resulta un valor promedio de la métrica F-score en los dos enfoques 59,50% y 51,07% respectivamente para toda clase de emociones.]]></p></abstract>
<kwd-group>
<kwd lng="en"><![CDATA[Natural language processing]]></kwd>
<kwd lng="en"><![CDATA[computational linguistics]]></kwd>
<kwd lng="en"><![CDATA[text]]></kwd>
<kwd lng="en"><![CDATA[blog]]></kwd>
<kwd lng="en"><![CDATA[document]]></kwd>
<kwd lng="en"><![CDATA[WordNet Affect]]></kwd>
<kwd lng="en"><![CDATA[sense weight score]]></kwd>
<kwd lng="en"><![CDATA[CRF]]></kwd>
<kwd lng="en"><![CDATA[SVM]]></kwd>
<kwd lng="en"><![CDATA[emotion tagging]]></kwd>
<kwd lng="en"><![CDATA[heuristic features]]></kwd>
<kwd lng="es"><![CDATA[Procesamiento de lenguaje natural]]></kwd>
<kwd lng="es"><![CDATA[lingüística computacional]]></kwd>
<kwd lng="es"><![CDATA[texto]]></kwd>
<kwd lng="es"><![CDATA[blog]]></kwd>
<kwd lng="es"><![CDATA[documento]]></kwd>
<kwd lng="es"><![CDATA[WordNet Affect]]></kwd>
<kwd lng="es"><![CDATA[puntaje de peso de significado]]></kwd>
<kwd lng="es"><![CDATA[campo aleatorio condicional (Conditional Random Field, CRF)]]></kwd>
<kwd lng="es"><![CDATA[máquina de soporte vectorial (Support Vector Machine, SVM)]]></kwd>
<kwd lng="es"><![CDATA[etiquetas afectivas]]></kwd>
<kwd lng="es"><![CDATA[características heurísticas]]></kwd>
</kwd-group>
</article-meta>
</front><body><![CDATA[ <p align="justify"><font face="verdana" size="4">Art&iacute;culos</font></p>     <p align="justify"><font face="verdana" size="4">&nbsp;</font></p>     <p align="center"><font face="verdana" size="4"><b>Document Level Emotion Tagging: Machine Learning and Resource Based Approach</b></font></p>     <p align="center"><font face="verdana" size="2">&nbsp;</font></p>     <p align="center"><font face="verdana" size="3"><b>Etiquetaci&oacute;n de emociones a nivel de documento: aprendizaje autom&aacute;tico y un m&eacute;todo basado en recursos</b></font></p>     <p align="center"><font face="verdana" size="2">&nbsp;</font></p>     <p align="center"><font face="verdana" size="2"><b>Dipankar Das and Sivaji Bandyopadhyay</b></font></p>     <p align="justify"><font face="verdana" size="2">&nbsp;</font></p>     <p align="justify"><font face="verdana" size="2"><i>Department of Computer Science and Engineering, Jadavpur University, Kolkata, India. E&#150;mail:</i> <a href="mailto:dipankar.dipnil2005@gmail.com">dipankar.dipnil2005@gmail.com</a>, <a href="mailto:sivaji_cse_ju@yahoo.com">sivaji_cse_ju@yahoo.com</a></font></p>     <p align="justify"><font face="verdana" size="2">&nbsp;</font></p>     ]]></body>
<body><![CDATA[<p align="justify"><font face="verdana" size="2">Article received on 11/15/2010.    <br> Accepted 05/06/2011.</font></p>     <p align="justify"><font face="verdana" size="2">&nbsp;</font></p>     <p align="justify"><font face="verdana" size="2"><b>Abstract</b></font></p>     <p align="justify"><font face="verdana" size="2">The present task involves the identification of emotions from Bengali blog documents using two separate approaches. The first one is a machine learning approach that accumulates document level information from sentences obtained from word level granular detail whereas the second one is a resource based approach that considers the Bengali WordNet Affect, the word level Bengali affective lexical resource. In the first approach, the Support Vector Machine (SVM) classifier is employed to perform the word level classification. Sense weight based average scoring technique determines the sentential emotion scores based on the word level emotion tagged constituents. The cumulative summation of sentential emotion scores is assigned to each document considering the combinations of various heuristic features. The second one implements a majority based approach to classify a given document considering the Bengali WordNet Affect lists. Instead of assigning a single emotion tag to a document, in both approaches, the best two emotion tags are assigned to each document according to the ordered emotion scores obtained. By applying the best feature combination acquired from the development set, the evaluation of 110 test documents yields the average <i>F&#150;Scores </i>of 59.50% and 51.07% for the two approaches respectively with respect to all emotion classes. </font></p>     <p align="justify"><font face="verdana" size="2"><b>Keywords:</b> Natural language processing, computational linguistics, text, blog, document, WordNet Affect, sense weight score, CRF, SVM, emotion tagging, heuristic features.</font></p>     <p align="justify"><font face="verdana" size="2">&nbsp;</font></p>     <p align="justify"><font face="verdana" size="2"><b>Resumen</b></font></p>     <p align="justify"><font face="verdana" size="2">El objetivo de este trabajo es identificar las emociones en documentos escritos en bengal&iacute; extra&iacute;dos de un blog usando dos enfoques distintos. El primer enfoque es aprendizaje autom&aacute;tico en el cual se acumula la informaci&oacute;n de los documentos a partir de las oraciones obtenidas a trav&eacute;s de an&aacute;lisis de palabras, es decir, en el nivel m&aacute;s granular, mientras que el segundo enfoque est&aacute; basado en recursos de los cuales usamos el Bengal&iacute; WordNet Affect &#151;un recurso l&eacute;xico que incluye palabras del bengal&iacute; etiquetadas con emociones. En el primer enfoque, la m&aacute;quina de soporte vectorial (Support Vector Machine, SVM) se usa para la clasificaci&oacute;n a nivel de palabras. El valor afectivo de las oraciones se calcula seg&uacute;n la t&eacute;cnica basada en promediar los puntajes de pesos asignados a los significados de palabras etiquetadas con emociones en estas oraciones. La suma acumulada de los puntajes afectivos de las oraciones se asigna a cada documento tomando en cuenta diversas caracter&iacute;sticas heur&iacute;sticas. El segundo enfoque implementa el m&eacute;todo basado en mayor&iacute;a para clasificar un documento dado considerando las listas del Bengal&iacute; WordNet Affect. En ambos enfoques, en vez de asignar una &uacute;nica etiqueta afectiva a un documento dado, las dos mejores etiquetas afectivas se asignan a cada documento seg&uacute;n los puntajes afectivos obtenidos ordenados. Usando la combinaci&oacute;n de las mejores caracter&iacute;sticas obtenida del conjunto de desarrollo, al evaluar 110 documentos de prueba resulta un valor promedio de la m&eacute;trica <i>F&#150;score </i>en los dos enfoques 59,50% y 51,07% respectivamente para toda clase de emociones.</font></p>     <p align="justify"><font face="verdana" size="2"><b>Palabras clave:</b> Procesamiento de lenguaje natural, ling&uuml;&iacute;stica computacional, texto, blog, documento, WordNet Affect, puntaje de peso de significado, campo aleatorio condicional (Conditional Random Field, CRF), m&aacute;quina de soporte vectorial (Support Vector Machine, SVM), etiquetas afectivas, caracter&iacute;sticas heur&iacute;sticas.</font></p>     ]]></body>
<body><![CDATA[<p align="justify"><font face="verdana" size="2">&nbsp;</font></p>     <p align="justify"><font face="verdana" size="2"><a href="/pdf/cys/v15n2/v15n2a8.pdf" target="_blank">DESCARGAR ART&Iacute;CULO EN FORMATO PDF</a></font></p>     <p align="justify"><font face="verdana" size="2">&nbsp;</font></p>     <p align="justify"><font face="verdana" size="2"><b>References</b></font></p>     <!-- ref --><p align="justify"><font face="verdana" size="2"><b>1. Banea, C., Mihalcea, R. &amp; Wiebe, J. (2008). </b>A Bootstrapping Method for Building Subjectivity Lexicons for Languages with Scarce Resources. <i>6th International Conference on Language Resources and Evaluation. </i>Marrakech, Morocco, 2764&#150;2767.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2054872&pid=S1405-5546201100040000800001&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>     <!-- ref --><p align="justify"><font face="verdana" size="2"><b>2. Cardie, C., Wiebe, J., Wilson, T. &amp; Litman, D. (2003). </b>Combining Low&#150;Level and Summary Representations of Opinions for Multi&#150;Perspective Question Answering. <i>AAAI Spring Symposium on New Directions in Question Answering, </i>Palo Alto, California, USA, 20&#150;27.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2054874&pid=S1405-5546201100040000800002&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>     <!-- ref --><p align="justify"><font face="verdana" size="2"><b>3. Chaumartin, F. (2007). </b>Upar7: A knowledge&#150;based system for headline sentiment tagging. <i>4th International Workshop on Semantic Evaluations (SemEval'07), </i>Prague, Czech Republic, 422&#150;425.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2054876&pid=S1405-5546201100040000800003&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>     ]]></body>
<body><![CDATA[<!-- ref --><p align="justify"><font face="verdana" size="2"><b>4. Chesley, P., Vincent, B., Xu, L. &amp; Srihari, R.K. (2006). </b>Using verbs and adjectives to automatically classify blog sentiment. <i>AAAI Symposium on Computational Approaches to Analysing Weblogs (AAAI&#150;CAAW2006),Stanford, CA, USA, 27&#150;29.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2054878&pid=S1405-5546201100040000800004&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></i></font></p>     <!-- ref --><p align="justify"><font face="verdana" size="2"><b>5. Clore, G. L., Ortony, A. &amp; Foss, M.A. (1987). </b>The psychological foundations of the affective lexicon. <i>Journal of Personality and Social Psychology, </i>53(4), 751&#150;766.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2054880&pid=S1405-5546201100040000800005&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>     <!-- ref --><p align="justify"><font face="verdana" size="2"><b>6. Cohen, J. (1960). </b>A coefficient of agreement for nominal scales. <i>Educational and Psychologica l Measurement, </i>20(1), 37&#150;46.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2054882&pid=S1405-5546201100040000800006&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>     <!-- ref --><p align="justify"><font face="verdana" size="2"><b>7. Cortes, C. &amp; Vapnik, V. (1995). </b>Support&#150;Vector Network. <i>Machine Learning, </i>20(3), 273&#150;297.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2054884&pid=S1405-5546201100040000800007&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>     <!-- ref --><p align="justify"><font face="verdana" size="2"><b>8. Das, D. &amp; Bandyopadhyay, S. (2009). </b>Emotion Tagging &#150; A Comparative Study on Bengali and English Blogs. <i>7th International Conference on Natural Language Processing (ICON&#150;2009), </i>Hyderabad, India, 177&#150;184.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2054886&pid=S1405-5546201100040000800008&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>     ]]></body>
<body><![CDATA[<!-- ref --><p align="justify"><font face="verdana" size="2"><b>9. Das, D. &amp; Bandyopadhyay, S. (2009</b>).Word to Sentence Level Emotion Tagging for Bengali Blogs. <i>ACL&#150;IJCNLP 2009 Conference Short Papers, </i>Suntec, Singapore, 149&#150;152.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2054888&pid=S1405-5546201100040000800009&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>     <!-- ref --><p align="justify"><font face="verdana" size="2"><b>10. Das, D. &amp; Bandyopadhyay, S. (2010). </b>Developing Bengali WordNet Affect for Analyzing Emotion. <i>23<sup>d </sup>International Conference on Computer Processing of Oriental Languages, California, USA, </i>35&#150;40.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2054890&pid=S1405-5546201100040000800010&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>     <!-- ref --><p align="justify"><font face="verdana" size="2"><b>11. Das, D. &amp; Bandyopadhyay, S. (2010). </b>Labeling Emotion in Bengali Blog Corpus &#150; A Fine Grained Tagging at Sentence Level. <i>8th Worshop on Asian Language Resources (COLING&#150;2010), </i>Beijing, China, 47&#150;55.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2054892&pid=S1405-5546201100040000800011&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>     <!-- ref --><p align="justify"><font face="verdana" size="2"><b>12. Das, D. &amp; Bandyopadhyay, S. (2010). </b>Sentence Level Emotion Tagging on Blog and News Corpora. <i>Journal of Intelligent System, </i>19(2), 145&#150;162.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2054894&pid=S1405-5546201100040000800012&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>     <!-- ref --><p align="justify"><font face="verdana" size="2"><b>13. Das, D. &amp; Bandyopadhyay, S. (2010</b>).Sentence to Document Level Emotion Tagging &#150; A Coarsegrained Study on Bengali Blogs. <i>2<sup>nd</sup> Mexican Conference on Pattern Recognition: Advances in pattern recognition (MCPR'10), </i>332&#150;341.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2054896&pid=S1405-5546201100040000800013&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>     ]]></body>
<body><![CDATA[<!-- ref --><p align="justify"><font face="verdana" size="2"><b>14. Das,   D.,   Kolya,   A.K.,   Ekbal,   A. &amp; </b><b>Bandyopadhyay, S. (2011). </b>Temporal Analysis of Sentiment Events&#150;A Visual Realization and Tracking. <i>12th International Conference on Intelligent Text Processing and Computational Linguistics, (CICLing&#150;2011), A. Gelbukh (Ed.), </i>LNCS 6608, 417&#150;428, Tokyo, Japan.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2054898&pid=S1405-5546201100040000800014&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>     <!-- ref --><p align="justify"><font face="verdana" size="2"><b>15. Denecke, K. (2008). </b>Using SentiWordNet for multilingual      sentiment      analysis. IEEE 24<i><sup>th</sup>International Conference on Data Engineering Workshop, </i>Canc&uacute;n, M&eacute;xico, 507&#150;512.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2054900&pid=S1405-5546201100040000800015&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>     <!-- ref --><p align="justify"><font face="verdana" size="2"><b>16. Ekman, P. (1993). </b>Facial expression and emotion<i>. The American Psychologist, </i>48(4), 384&#150;392.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2054902&pid=S1405-5546201100040000800016&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>     <!-- ref --><p align="justify"><font face="verdana" size="2"><b>17. Esuli,    A.    &amp;    Sebastiani,    F. (2006). </b>SENTIWORDNET: A Publicly Available Lexical Resource for Opinion Mining. <i>5th Conference on Language Resources and Evaluation, </i>Genoa, Italy, 417&#150;422.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2054904&pid=S1405-5546201100040000800017&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>     <!-- ref --><p align="justify"><font face="verdana" size="2"><b>18. Grefenstette, G., Qu, Y., Shanahan, J.G. &amp; Evans, D.A. (2004). </b><i>Coupling niche browsers and affect analysis for an opinion mining application.7<sup>th </sup>international conference on Computer&#150;Assisted Information Retrieval </i>(Recherch&eacute; d'Informationet <i>ses Applications) </i>RIAO 2004, Avignon, France,186&#150;194.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2054906&pid=S1405-5546201100040000800018&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>     ]]></body>
<body><![CDATA[<!-- ref --><p align="justify"><font face="verdana" size="2"><b>19. Katz, P., Singleton, M. &amp; Wicentowski, R. (2007). </b>Swat&#150;mp: the semeval&#150;2007 systems for task 5 and task 14, <i>4th International Workshop on Semantic Evaluations (SemEval '07), </i>Prague, Czech Republic, 308&#150;313.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2054908&pid=S1405-5546201100040000800019&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>     <!-- ref --><p align="justify"><font face="verdana" size="2"><b>20. Kipper&#150;Schuler, K. (2005).</b><i>VerbNet: A broad&#150;coverage, comprehensive verb lexicon. </i>Ph.D. thesis, University of Pennsylvania, Philadelphia, PA.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2054910&pid=S1405-5546201100040000800020&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>     <!-- ref --><p align="justify"><font face="verdana" size="2"><b>21. Ku, L.W., Liang, Y. T. &amp; Chen, H.H. (2006). </b>Opinion extraction, summarization and tracking in news and blog corpora. <i>AAAI&#150;2006 Spring Symposium on Computational Approaches to Analyzing Weblogs, </i>California, USA, 100&#150;107.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2054912&pid=S1405-5546201100040000800021&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>     <!-- ref --><p align="justify"><font face="verdana" size="2"><b>22. Lafferty, J.D., McCallum, A. &amp; Pereira, F.C.N. (2001). </b>Conditional Random Fields: Probabilistic Models for Segmenting and Labeling Sequence Data. <i>18<sup>th</sup> International Conference on Machine Learning. </i>MA, USA, 282&#150;289.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2054914&pid=S1405-5546201100040000800022&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>     <!-- ref --><p align="justify"><font face="verdana" size="2"><b>23. Leopold, E. &amp; Kindermann, J. (2002). </b>Text categorization with support vector machines. How to represent texts in input space? <i>Machine Learning, </i>46(1&#150;3), 423&#150;444.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2054916&pid=S1405-5546201100040000800023&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>     ]]></body>
<body><![CDATA[<!-- ref --><p align="justify"><font face="verdana" size="2"><b>24. Lin, K.H.Y., Yang, C. &amp; Chen, H.H. (2007). </b>What Emotions do News Articles Trigger in Their Readers? <i>30th annual international ACM SIGIR conference on Research and development in information retrieval, </i>Amsterdam, The Netherlands, 733&#150;734.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2054918&pid=S1405-5546201100040000800024&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>     <!-- ref --><p align="justify"><font face="verdana" size="2"><b>25. Liu, B. (2009</b>).The challenge is still the accuracy of sentiment prediction and solving the associated problems. <i>Keynote talk in 5th Annual Text Analytics Summit, </i>Boston, USA, June 1&#150;2.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2054920&pid=S1405-5546201100040000800025&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>     <!-- ref --><p align="justify"><font face="verdana" size="2"><b>26. Magnini, B. &amp; Cavaglia, G. (2000). </b>Integrating subject field codes into wordnet, <i>Second International Conference on Language Resources and Evaluation (LREC 2000), </i>Athens, Greece, 1413&#150;1418.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2054922&pid=S1405-5546201100040000800026&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>     <!-- ref --><p align="justify"><font face="verdana" size="2"><b>27. Miller, G. A. (1995). </b>WordNet: a lexical database for English, <i>Communications of the ACM, </i>38 (11), 39&#150;41.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2054924&pid=S1405-5546201100040000800027&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>     <!-- ref --><p align="justify"><font face="verdana" size="2"><b>28. Mishne, G., de Rijke, M., Nicolov N., Salvetti F., Liberman M. &amp; Martin J.H. (2006). </b>Capturing Global Mood Levels using Blog Posts. <i>AAAI 2006 Spring Symposium on Computational Approaches to Analysing Weblogs (AAAI&#150;CAAW 2006), </i>California, USA, 145&#150;152.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2054926&pid=S1405-5546201100040000800028&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>     ]]></body>
<body><![CDATA[<!-- ref --><p align="justify"><font face="verdana" size="2"><b>29. Mishne, G. (2005). </b>Experiments with Mood Classification in Blog Posts. <i>1st Workshop on Stylistic Analysis of Text for Information Access. </i>SIGIR 2005, Salvador, Brazil, 53&#150;60.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2054928&pid=S1405-5546201100040000800029&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>     <!-- ref --><p align="justify"><font face="verdana" size="2"><b>30. Pang, B. &amp; Lee, L. (2008). </b>Opinion mining and Sentiment analysis. <i>Foundations and Trends in Information Retrieval, </i>2(1 &#150;2), 1 &#150;135.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2054930&pid=S1405-5546201100040000800030&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>     <!-- ref --><p align="justify"><font face="verdana" size="2"><b>31. Quirk, R., Greenbaum, S., Leech, G. &amp; Svartvik, J. (1985). </b><i>A comprehensive Grammar of the English Language </i>(2<sup>nd</sup> Ed.). New York: Longman.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2054932&pid=S1405-5546201100040000800031&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>     <!-- ref --><p align="justify"><font face="verdana" size="2"><b>32. Sebastiani, F. (2002). </b>Machine learning in automated text categorization. <i>ACM Computing Surveys, </i>34(1), 1&#150;47.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2054934&pid=S1405-5546201100040000800032&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>     <!-- ref --><p align="justify"><font face="verdana" size="2"><b>33. Sood, S. &amp; Vasserman, L. (2009). </b>ESSE: Exploring Mood on the Web. <i>Third International AAAI Conference on Weblogs and Social Media (ICWSM) Data Challenge Workshop, </i>32&#150;39.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2054936&pid=S1405-5546201100040000800033&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>     ]]></body>
<body><![CDATA[<!-- ref --><p align="justify"><font face="verdana" size="2"><b>34. Strapparava, C. &amp; Mihalcea, R. (2007). </b>SemEval&#150;2007 Task 14: Affective Text. <i>4th International Workshop on Semantic Evaluations (SemEval '07), </i>Prague, Czech Republic, 70&#150;74</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2054938&pid=S1405-5546201100040000800034&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --><!-- ref --><p align="justify"><font face="verdana" size="2"><b>35. Strapparava, C. &amp; Valitutti, A. (2004</b>).Wordnet&#150;affect: an affective extension of wordnet. <i>4<sup>th </sup>International Conference on Language Resources and Evaluation, </i>Lisbon, Portugal, 1083&#150;1086.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2054939&pid=S1405-5546201100040000800035&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>     <!-- ref --><p align="justify"><font face="verdana" size="2"><b>36. Turney, P.D. (2002). </b>Thumbs Up or Thumbs Down? Semantic Orientation Applied to Unsupervised Classification of Reviews. <i>40th Annual Meeting of the Association for Computational  Linguistics,   </i>Philadelphia, USA, 417&#150; 424.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2054941&pid=S1405-5546201100040000800036&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>     <!-- ref --><p align="justify"><font face="verdana" size="2"><b>37. Whitelaw, C., Garg, N., &amp; Argamon, S. (2005). </b>Using appraisal taxonomies for sentiment analysis. <i>CIKM&#150;05, the ACM SIGIR Conference on Information and Knowledge Management</i>.Bremen, Germany, 625&#150;631.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2054943&pid=S1405-5546201100040000800037&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>     <!-- ref --><p align="justify"><font face="verdana" size="2"><b>38. Wiebe, J., Wilson, T., Bruce, R., Bell, M. &amp; </b><b>Martin, M. (2004). </b>Learning Subjective Language. <i>Computational Linguistics, </i>30 (3), 277&#150;308.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2054945&pid=S1405-5546201100040000800038&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>     <!-- ref --><p align="justify"><font face="verdana" size="2"><b>39. Yang, C., Lin, K.H.Y. &amp; Chen, H.H. (2007). </b>Emotion classification Using Web Blog Corpora. <i>IEEE / WIC / ACM International Conference on Web Intelligence, </i>Silicon Valley, USA, 275&#150;278.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2054947&pid=S1405-5546201100040000800039&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>     <!-- ref --><p align="justify"><font face="verdana" size="2"><b>40. Yang, C., Lin, K.H.Y. &amp; Chen, H.H. (2007). </b>Building Emotion Lexicon from Weblog Corpora. <i>45th Annual Meeting of the ACL on Interactive Poster and Demonstration Sessions (ACL'07), </i>Prague, Czech Republic, 133&#150;136.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2054949&pid=S1405-5546201100040000800040&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>     <!-- ref --><p align="justify"><font face="verdana" size="2"><b>41. Zhang, Y., Li, Z., Ren, F. &amp; Kuroiwa, S. (2008). </b>A Preliminary Research of Chinese Emotion Classification Model. <i>International Journal of Computer Science and Network Security, </i>8(11), 127&#150;132.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2054951&pid=S1405-5546201100040000800041&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>      ]]></body><back>
<ref-list>
<ref id="B1">
<label>1</label><nlm-citation citation-type="confpro">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Banea]]></surname>
<given-names><![CDATA[C.]]></given-names>
</name>
<name>
<surname><![CDATA[Mihalcea]]></surname>
<given-names><![CDATA[R.]]></given-names>
</name>
<name>
<surname><![CDATA[Wiebe]]></surname>
<given-names><![CDATA[J.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[A Bootstrapping Method for Building Subjectivity Lexicons for Languages with Scarce Resources]]></article-title>
<source><![CDATA[]]></source>
<year>2008</year>
<conf-name><![CDATA[6 International Conference on Language Resources and Evaluation]]></conf-name>
<conf-loc>Marrakech </conf-loc>
<page-range>2764-2767</page-range></nlm-citation>
</ref>
<ref id="B2">
<label>2</label><nlm-citation citation-type="confpro">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Cardie]]></surname>
<given-names><![CDATA[C.]]></given-names>
</name>
<name>
<surname><![CDATA[Wiebe]]></surname>
<given-names><![CDATA[J.]]></given-names>
</name>
<name>
<surname><![CDATA[Wilson]]></surname>
<given-names><![CDATA[T.]]></given-names>
</name>
<name>
<surname><![CDATA[Litman]]></surname>
<given-names><![CDATA[D.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Combining Low-Level and Summary Representations of Opinions for Multi-Perspective Question Answering]]></article-title>
<source><![CDATA[]]></source>
<year>2003</year>
<conf-name><![CDATA[ AAAI Spring Symposium on New Directions in Question Answering]]></conf-name>
<conf-loc>Palo Alto California</conf-loc>
<page-range>20-27</page-range></nlm-citation>
</ref>
<ref id="B3">
<label>3</label><nlm-citation citation-type="confpro">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Chaumartin]]></surname>
<given-names><![CDATA[F.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Upar7: A knowledge-based system for headline sentiment tagging]]></article-title>
<source><![CDATA[]]></source>
<year>2007</year>
<conf-name><![CDATA[4 International Workshop on Semantic Evaluations]]></conf-name>
<conf-date>07</conf-date>
<conf-loc>Prague </conf-loc>
<page-range>422-425</page-range></nlm-citation>
</ref>
<ref id="B4">
<label>4</label><nlm-citation citation-type="confpro">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Chesley]]></surname>
<given-names><![CDATA[P.]]></given-names>
</name>
<name>
<surname><![CDATA[Vincent]]></surname>
<given-names><![CDATA[B.]]></given-names>
</name>
<name>
<surname><![CDATA[Xu]]></surname>
<given-names><![CDATA[L.]]></given-names>
</name>
<name>
<surname><![CDATA[Srihari]]></surname>
<given-names><![CDATA[R.K.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Using verbs and adjectives to automatically classify blog sentiment]]></article-title>
<source><![CDATA[]]></source>
<year>2006</year>
<conf-name><![CDATA[ AAAI Symposium on Computational Approaches to Analysing Weblogs]]></conf-name>
<conf-date>2006</conf-date>
<conf-loc>Stanford CA</conf-loc>
<page-range>27-29</page-range></nlm-citation>
</ref>
<ref id="B5">
<label>5</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Clore]]></surname>
<given-names><![CDATA[G. L.]]></given-names>
</name>
<name>
<surname><![CDATA[Ortony]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
<name>
<surname><![CDATA[Foss]]></surname>
<given-names><![CDATA[M.A.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[The psychological foundations of the affective lexicon]]></article-title>
<source><![CDATA[Journal of Personality and Social Psychology]]></source>
<year>1987</year>
<volume>53</volume>
<numero>4</numero>
<issue>4</issue>
<page-range>751-766</page-range></nlm-citation>
</ref>
<ref id="B6">
<label>6</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Cohen]]></surname>
<given-names><![CDATA[J.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[A coefficient of agreement for nominal scales]]></article-title>
<source><![CDATA[Educational and Psychologica l Measurement]]></source>
<year>1960</year>
<volume>20</volume>
<numero>1</numero>
<issue>1</issue>
<page-range>37-46</page-range></nlm-citation>
</ref>
<ref id="B7">
<label>7</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Cortes]]></surname>
<given-names><![CDATA[C.]]></given-names>
</name>
<name>
<surname><![CDATA[Vapnik]]></surname>
<given-names><![CDATA[V.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Support-Vector Network]]></article-title>
<source><![CDATA[Machine Learning]]></source>
<year>1995</year>
<volume>20</volume>
<numero>3</numero>
<issue>3</issue>
<page-range>273-297</page-range></nlm-citation>
</ref>
<ref id="B8">
<label>8</label><nlm-citation citation-type="confpro">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Das]]></surname>
<given-names><![CDATA[D.]]></given-names>
</name>
<name>
<surname><![CDATA[Bandyopadhyay]]></surname>
<given-names><![CDATA[S.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Emotion Tagging - A Comparative Study on Bengali and English Blogs]]></article-title>
<source><![CDATA[]]></source>
<year>2009</year>
<conf-name><![CDATA[7 International Conference on Natural Language Processing]]></conf-name>
<conf-date>2009</conf-date>
<conf-loc> </conf-loc>
<page-range>177-184</page-range><publisher-loc><![CDATA[Hyderabad ]]></publisher-loc>
</nlm-citation>
</ref>
<ref id="B9">
<label>9</label><nlm-citation citation-type="confpro">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Das]]></surname>
<given-names><![CDATA[D.]]></given-names>
</name>
<name>
<surname><![CDATA[Bandyopadhyay]]></surname>
<given-names><![CDATA[S.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Word to Sentence Level Emotion Tagging for Bengali Blogs]]></article-title>
<source><![CDATA[]]></source>
<year>2009</year>
<conf-name><![CDATA[ Conference Short Papers]]></conf-name>
<conf-date>2009</conf-date>
<conf-loc>Suntec </conf-loc>
<page-range>149-152</page-range></nlm-citation>
</ref>
<ref id="B10">
<label>10</label><nlm-citation citation-type="confpro">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Das]]></surname>
<given-names><![CDATA[D.]]></given-names>
</name>
<name>
<surname><![CDATA[Bandyopadhyay]]></surname>
<given-names><![CDATA[S.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Developing Bengali WordNet Affect for Analyzing Emotion]]></article-title>
<source><![CDATA[]]></source>
<year>2010</year>
<conf-name><![CDATA[23 International Conference on Computer Processing of Oriental Languages]]></conf-name>
<conf-loc>California </conf-loc>
<page-range>35-40</page-range></nlm-citation>
</ref>
<ref id="B11">
<label>11</label><nlm-citation citation-type="confpro">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Das]]></surname>
<given-names><![CDATA[D.]]></given-names>
</name>
<name>
<surname><![CDATA[Bandyopadhyay]]></surname>
<given-names><![CDATA[S.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Labeling Emotion in Bengali Blog Corpus - A Fine Grained Tagging at Sentence Level]]></article-title>
<source><![CDATA[]]></source>
<year>2010</year>
<conf-name><![CDATA[8 Worshop on Asian Language Resources]]></conf-name>
<conf-date>2010</conf-date>
<conf-loc>Beijing </conf-loc>
<page-range>47-55</page-range></nlm-citation>
</ref>
<ref id="B12">
<label>12</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Das]]></surname>
<given-names><![CDATA[D.]]></given-names>
</name>
<name>
<surname><![CDATA[Bandyopadhyay]]></surname>
<given-names><![CDATA[S.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Sentence Level Emotion Tagging on Blog and News Corpora]]></article-title>
<source><![CDATA[Journal of Intelligent System]]></source>
<year>2010</year>
<volume>19</volume>
<numero>2</numero>
<issue>2</issue>
<page-range>145-162</page-range></nlm-citation>
</ref>
<ref id="B13">
<label>13</label><nlm-citation citation-type="confpro">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Das]]></surname>
<given-names><![CDATA[D.]]></given-names>
</name>
<name>
<surname><![CDATA[Bandyopadhyay]]></surname>
<given-names><![CDATA[S.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Sentence to Document Level Emotion Tagging - A Coarsegrained Study on Bengali Blogs]]></article-title>
<source><![CDATA[]]></source>
<year>2010</year>
<conf-name><![CDATA[2 Mexican Conference on Pattern Recognition: Advances in pattern recognition]]></conf-name>
<conf-date>10</conf-date>
<conf-loc> </conf-loc>
<page-range>332-341</page-range></nlm-citation>
</ref>
<ref id="B14">
<label>14</label><nlm-citation citation-type="confpro">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Das]]></surname>
<given-names><![CDATA[D.]]></given-names>
</name>
<name>
<surname><![CDATA[Kolya]]></surname>
<given-names><![CDATA[A.K.]]></given-names>
</name>
<name>
<surname><![CDATA[Ekbal]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
<name>
<surname><![CDATA[Bandyopadhyay]]></surname>
<given-names><![CDATA[S.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Temporal Analysis of Sentiment Events-A Visual Realization and Tracking]]></article-title>
<person-group person-group-type="editor">
<name>
<surname><![CDATA[Gelbukh]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
</person-group>
<source><![CDATA[LNCS]]></source>
<year>2011</year>
<volume>6608</volume>
<conf-name><![CDATA[12 International Conference on Intelligent Text Processing and Computational Linguistics]]></conf-name>
<conf-date>2011</conf-date>
<conf-loc> </conf-loc>
<page-range>417-428</page-range><publisher-loc><![CDATA[Tokyo ]]></publisher-loc>
</nlm-citation>
</ref>
<ref id="B15">
<label>15</label><nlm-citation citation-type="confpro">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Denecke]]></surname>
<given-names><![CDATA[K.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Using SentiWordNet for multilingual sentiment analysis]]></article-title>
<source><![CDATA[]]></source>
<year>2008</year>
<conf-name><![CDATA[ IEEE 24thInternational Conference on Data Engineering Workshop]]></conf-name>
<conf-loc>Cancún </conf-loc>
<page-range>507-512</page-range></nlm-citation>
</ref>
<ref id="B16">
<label>16</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Ekman]]></surname>
<given-names><![CDATA[P.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Facial expression and emotion]]></article-title>
<source><![CDATA[The American Psychologist]]></source>
<year>1993</year>
<volume>48</volume>
<numero>4</numero>
<issue>4</issue>
<page-range>384-392</page-range></nlm-citation>
</ref>
<ref id="B17">
<label>17</label><nlm-citation citation-type="confpro">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Esuli]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
<name>
<surname><![CDATA[Sebastiani]]></surname>
<given-names><![CDATA[F.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[SENTIWORDNET: A Publicly Available Lexical Resource for Opinion Mining]]></article-title>
<source><![CDATA[]]></source>
<year>2006</year>
<conf-name><![CDATA[5 Conference on Language Resources and Evaluation]]></conf-name>
<conf-loc>Genoa </conf-loc>
<page-range>417-422</page-range></nlm-citation>
</ref>
<ref id="B18">
<label>18</label><nlm-citation citation-type="confpro">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Grefenstette]]></surname>
<given-names><![CDATA[G.]]></given-names>
</name>
<name>
<surname><![CDATA[Qu]]></surname>
<given-names><![CDATA[Y.]]></given-names>
</name>
<name>
<surname><![CDATA[Shanahan]]></surname>
<given-names><![CDATA[J.G.]]></given-names>
</name>
<name>
<surname><![CDATA[Evans]]></surname>
<given-names><![CDATA[D.A.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Coupling niche browsers and affect analysis for an opinion mining application]]></article-title>
<source><![CDATA[]]></source>
<year>2004</year>
<conf-name><![CDATA[7 international conference on Computer-Assisted Information Retrieval (Recherché d'Informationet ses Applications)]]></conf-name>
<conf-date>2004</conf-date>
<conf-loc>Avignon </conf-loc>
<page-range>186-194</page-range></nlm-citation>
</ref>
<ref id="B19">
<label>19</label><nlm-citation citation-type="confpro">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Katz]]></surname>
<given-names><![CDATA[P.]]></given-names>
</name>
<name>
<surname><![CDATA[Singleton]]></surname>
<given-names><![CDATA[M.]]></given-names>
</name>
<name>
<surname><![CDATA[Wicentowski]]></surname>
<given-names><![CDATA[R.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Swat-mp: the semeval-2007 systems for task 5 and task 14]]></article-title>
<source><![CDATA[]]></source>
<year>2007</year>
<conf-name><![CDATA[4 International Workshop on Semantic Evaluations]]></conf-name>
<conf-date>07</conf-date>
<conf-loc>Prague </conf-loc>
<page-range>308-313</page-range></nlm-citation>
</ref>
<ref id="B20">
<label>20</label><nlm-citation citation-type="">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Kipper-Schuler]]></surname>
<given-names><![CDATA[K.]]></given-names>
</name>
</person-group>
<source><![CDATA[VerbNet: A broad-coverage, comprehensive verb lexicon]]></source>
<year>2005</year>
</nlm-citation>
</ref>
<ref id="B21">
<label>21</label><nlm-citation citation-type="confpro">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Ku]]></surname>
<given-names><![CDATA[L.W.]]></given-names>
</name>
<name>
<surname><![CDATA[Liang]]></surname>
<given-names><![CDATA[Y. T.]]></given-names>
</name>
<name>
<surname><![CDATA[Chen]]></surname>
<given-names><![CDATA[H.H.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Opinion extraction, summarization and tracking in news and blog corpora]]></article-title>
<source><![CDATA[]]></source>
<year>2006</year>
<conf-name><![CDATA[ Spring Symposium on Computational Approaches to Analyzing Weblogs]]></conf-name>
<conf-date>2006</conf-date>
<conf-loc>California </conf-loc>
<page-range>100-107</page-range></nlm-citation>
</ref>
<ref id="B22">
<label>22</label><nlm-citation citation-type="confpro">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Lafferty]]></surname>
<given-names><![CDATA[J.D.]]></given-names>
</name>
<name>
<surname><![CDATA[McCallum]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
<name>
<surname><![CDATA[Pereira]]></surname>
<given-names><![CDATA[F.C.N.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Conditional Random Fields: Probabilistic Models for Segmenting and Labeling Sequence Data]]></article-title>
<source><![CDATA[]]></source>
<year>2001</year>
<conf-name><![CDATA[18 International Conference on Machine Learning]]></conf-name>
<conf-loc>MA </conf-loc>
<page-range>282-289</page-range></nlm-citation>
</ref>
<ref id="B23">
<label>23</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Leopold]]></surname>
<given-names><![CDATA[E.]]></given-names>
</name>
<name>
<surname><![CDATA[Kindermann]]></surname>
<given-names><![CDATA[J.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Text categorization with support vector machines. How to represent texts in input space?]]></article-title>
<source><![CDATA[Machine Learning]]></source>
<year>2002</year>
<volume>46</volume>
<numero>1-3</numero>
<issue>1-3</issue>
<page-range>423-444</page-range></nlm-citation>
</ref>
<ref id="B24">
<label>24</label><nlm-citation citation-type="confpro">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Lin]]></surname>
<given-names><![CDATA[K.H.Y.]]></given-names>
</name>
<name>
<surname><![CDATA[Yang]]></surname>
<given-names><![CDATA[C.]]></given-names>
</name>
<name>
<surname><![CDATA[Chen]]></surname>
<given-names><![CDATA[H.H.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[What Emotions do News Articles Trigger in Their Readers?]]></article-title>
<source><![CDATA[]]></source>
<year>2007</year>
<conf-name><![CDATA[30 annual international ACM SIGIR conference on Research and development in information retrieval, Amsterdam]]></conf-name>
<conf-loc> </conf-loc>
<page-range>733-734</page-range></nlm-citation>
</ref>
<ref id="B25">
<label>25</label><nlm-citation citation-type="confpro">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Liu]]></surname>
<given-names><![CDATA[B.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[The challenge is still the accuracy of sentiment prediction and solving the associated problems]]></article-title>
<source><![CDATA[]]></source>
<year>2009</year>
<conf-name><![CDATA[ Keynote talk in 5th Annual Text Analytics Summit]]></conf-name>
<conf-loc>Boston </conf-loc>
<page-range>1-2</page-range></nlm-citation>
</ref>
<ref id="B26">
<label>26</label><nlm-citation citation-type="confpro">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Magnini]]></surname>
<given-names><![CDATA[B.]]></given-names>
</name>
<name>
<surname><![CDATA[Cavaglia]]></surname>
<given-names><![CDATA[G.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Integrating subject field codes into wordnet]]></article-title>
<source><![CDATA[]]></source>
<year>2000</year>
<conf-name><![CDATA[Second International Conference on Language Resources and Evaluation]]></conf-name>
<conf-date>2000</conf-date>
<conf-loc>Athens </conf-loc>
<page-range>1413-1418</page-range></nlm-citation>
</ref>
<ref id="B27">
<label>27</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Miller]]></surname>
<given-names><![CDATA[G. A.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[WordNet: a lexical database for English]]></article-title>
<source><![CDATA[Communications of the ACM]]></source>
<year>1995</year>
<volume>38</volume>
<numero>11</numero>
<issue>11</issue>
<page-range>39-41</page-range></nlm-citation>
</ref>
<ref id="B28">
<label>28</label><nlm-citation citation-type="confpro">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Mishne]]></surname>
<given-names><![CDATA[G.]]></given-names>
</name>
<name>
<surname><![CDATA[de Rijke]]></surname>
<given-names><![CDATA[M.]]></given-names>
</name>
<name>
<surname><![CDATA[Nicolov]]></surname>
<given-names><![CDATA[N.]]></given-names>
</name>
<name>
<surname><![CDATA[Salvetti]]></surname>
<given-names><![CDATA[F.]]></given-names>
</name>
<name>
<surname><![CDATA[Liberman]]></surname>
<given-names><![CDATA[M.]]></given-names>
</name>
<name>
<surname><![CDATA[Martin]]></surname>
<given-names><![CDATA[J.H.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Capturing Global Mood Levels using Blog Posts]]></article-title>
<source><![CDATA[]]></source>
<year>2006</year>
<conf-name><![CDATA[ Spring Symposium on Computational Approaches to Analysing Weblogs]]></conf-name>
<conf-date>2006</conf-date>
<conf-loc>California </conf-loc>
<page-range>145-152</page-range></nlm-citation>
</ref>
<ref id="B29">
<label>29</label><nlm-citation citation-type="confpro">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Mishne]]></surname>
<given-names><![CDATA[G.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Experiments with Mood Classification in Blog Posts]]></article-title>
<source><![CDATA[]]></source>
<year>2005</year>
<conf-name><![CDATA[1 Workshop on Stylistic Analysis of Text for Information Access]]></conf-name>
<conf-date>2005</conf-date>
<conf-loc>Salvador </conf-loc>
<page-range>53-60</page-range></nlm-citation>
</ref>
<ref id="B30">
<label>30</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Pang]]></surname>
<given-names><![CDATA[B.]]></given-names>
</name>
<name>
<surname><![CDATA[Lee]]></surname>
<given-names><![CDATA[L.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Opinion mining and Sentiment analysis]]></article-title>
<source><![CDATA[Foundations and Trends in Information Retrieval]]></source>
<year>2008</year>
<volume>2</volume>
<numero>1</numero><numero>2</numero>
<issue>1</issue><issue>2</issue>
<page-range>1 -135</page-range></nlm-citation>
</ref>
<ref id="B31">
<label>31</label><nlm-citation citation-type="book">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Quirk]]></surname>
<given-names><![CDATA[R.]]></given-names>
</name>
<name>
<surname><![CDATA[Greenbaum]]></surname>
<given-names><![CDATA[S.]]></given-names>
</name>
<name>
<surname><![CDATA[Leech]]></surname>
<given-names><![CDATA[G.]]></given-names>
</name>
<name>
<surname><![CDATA[Svartvik]]></surname>
<given-names><![CDATA[J.]]></given-names>
</name>
</person-group>
<source><![CDATA[A comprehensive Grammar of the English Language]]></source>
<year>1985</year>
<edition>2</edition>
<publisher-loc><![CDATA[New York ]]></publisher-loc>
<publisher-name><![CDATA[Longman]]></publisher-name>
</nlm-citation>
</ref>
<ref id="B32">
<label>32</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Sebastiani]]></surname>
<given-names><![CDATA[F.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Machine learning in automated text categorization]]></article-title>
<source><![CDATA[ACM Computing Surveys]]></source>
<year>2002</year>
<volume>34</volume>
<numero>1</numero>
<issue>1</issue>
<page-range>1-47</page-range></nlm-citation>
</ref>
<ref id="B33">
<label>33</label><nlm-citation citation-type="confpro">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Sood]]></surname>
<given-names><![CDATA[S.]]></given-names>
</name>
<name>
<surname><![CDATA[Vasserman]]></surname>
<given-names><![CDATA[L.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[ESSE: Exploring Mood on the Web]]></article-title>
<source><![CDATA[]]></source>
<year>2009</year>
<conf-name><![CDATA[Third International AAAI Conference on Weblogs and Social Media (ICWSM) Data Challenge Workshop]]></conf-name>
<conf-loc> </conf-loc>
<page-range>32-39</page-range></nlm-citation>
</ref>
<ref id="B34">
<label>34</label><nlm-citation citation-type="confpro">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Strapparava]]></surname>
<given-names><![CDATA[C.]]></given-names>
</name>
<name>
<surname><![CDATA[Mihalcea]]></surname>
<given-names><![CDATA[R.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[SemEval-2007 Task 14: Affective Text]]></article-title>
<source><![CDATA[]]></source>
<year>2007</year>
<conf-name><![CDATA[4 International Workshop on Semantic Evaluations]]></conf-name>
<conf-date>07</conf-date>
<conf-loc>Prague </conf-loc>
<page-range>70-74</page-range></nlm-citation>
</ref>
<ref id="B35">
<label>35</label><nlm-citation citation-type="confpro">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Strapparava]]></surname>
<given-names><![CDATA[C.]]></given-names>
</name>
<name>
<surname><![CDATA[Valitutti]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Wordnet-affect: an affective extension of wordnet]]></article-title>
<source><![CDATA[]]></source>
<year>2004</year>
<conf-name><![CDATA[4 International Conference on Language Resources and Evaluation]]></conf-name>
<conf-loc>Lisbon </conf-loc>
<page-range>1083-1086</page-range></nlm-citation>
</ref>
<ref id="B36">
<label>36</label><nlm-citation citation-type="confpro">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Turney]]></surname>
<given-names><![CDATA[P.D.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Thumbs Up or Thumbs Down? Semantic Orientation Applied to Unsupervised Classification of Reviews]]></article-title>
<source><![CDATA[]]></source>
<year>2002</year>
<conf-name><![CDATA[40 Annual Meeting of the Association for Computational Linguistics]]></conf-name>
<conf-loc>Philadelphia </conf-loc>
<page-range>417- 424</page-range></nlm-citation>
</ref>
<ref id="B37">
<label>37</label><nlm-citation citation-type="confpro">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Whitelaw]]></surname>
<given-names><![CDATA[C.]]></given-names>
</name>
<name>
<surname><![CDATA[Garg]]></surname>
<given-names><![CDATA[N.]]></given-names>
</name>
<name>
<surname><![CDATA[Argamon]]></surname>
<given-names><![CDATA[S.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Using appraisal taxonomies for sentiment analysis]]></article-title>
<source><![CDATA[]]></source>
<year>2005</year>
<conf-name><![CDATA[ the ACM SIGIR Conference on Information and Knowledge Management]]></conf-name>
<conf-date>05</conf-date>
<conf-loc>Bremen </conf-loc>
<page-range>625-631</page-range></nlm-citation>
</ref>
<ref id="B38">
<label>38</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Wiebe]]></surname>
<given-names><![CDATA[J.]]></given-names>
</name>
<name>
<surname><![CDATA[Wilson]]></surname>
<given-names><![CDATA[T.]]></given-names>
</name>
<name>
<surname><![CDATA[Bruce]]></surname>
<given-names><![CDATA[R.]]></given-names>
</name>
<name>
<surname><![CDATA[Bell]]></surname>
<given-names><![CDATA[M.]]></given-names>
</name>
<name>
<surname><![CDATA[Martin]]></surname>
<given-names><![CDATA[M.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Learning Subjective Language]]></article-title>
<source><![CDATA[Computational Linguistics]]></source>
<year>2004</year>
<volume>30</volume>
<numero>3</numero>
<issue>3</issue>
<page-range>277-308</page-range></nlm-citation>
</ref>
<ref id="B39">
<label>39</label><nlm-citation citation-type="confpro">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Yang]]></surname>
<given-names><![CDATA[C.]]></given-names>
</name>
<name>
<surname><![CDATA[Lin]]></surname>
<given-names><![CDATA[K.H.Y.]]></given-names>
</name>
<name>
<surname><![CDATA[Chen]]></surname>
<given-names><![CDATA[H.H.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Emotion classification Using Web Blog Corpora]]></article-title>
<source><![CDATA[]]></source>
<year>2007</year>
<conf-name><![CDATA[ International Conference on Web Intelligence]]></conf-name>
<conf-loc>Silicon Valley </conf-loc>
<page-range>275-278</page-range></nlm-citation>
</ref>
<ref id="B40">
<label>40</label><nlm-citation citation-type="confpro">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Yang]]></surname>
<given-names><![CDATA[C.]]></given-names>
</name>
<name>
<surname><![CDATA[Lin]]></surname>
<given-names><![CDATA[K.H.Y.]]></given-names>
</name>
<name>
<surname><![CDATA[Chen]]></surname>
<given-names><![CDATA[H.H.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Building Emotion Lexicon from Weblog Corpora]]></article-title>
<source><![CDATA[]]></source>
<year>2007</year>
<conf-name><![CDATA[45 Annual Meeting of the ACL on Interactive Poster and Demonstration Sessions]]></conf-name>
<conf-date>07</conf-date>
<conf-loc>Prague </conf-loc>
<page-range>133-136</page-range></nlm-citation>
</ref>
<ref id="B41">
<label>41</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Zhang]]></surname>
<given-names><![CDATA[Y.]]></given-names>
</name>
<name>
<surname><![CDATA[Li]]></surname>
<given-names><![CDATA[Z.]]></given-names>
</name>
<name>
<surname><![CDATA[Ren]]></surname>
<given-names><![CDATA[F.]]></given-names>
</name>
<name>
<surname><![CDATA[Kuroiwa]]></surname>
<given-names><![CDATA[S.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[A Preliminary Research of Chinese Emotion Classification Model]]></article-title>
<source><![CDATA[International Journal of Computer Science and Network Security]]></source>
<year>2008</year>
<volume>8</volume>
<numero>11</numero>
<issue>11</issue>
<page-range>127-132</page-range></nlm-citation>
</ref>
</ref-list>
</back>
</article>
