<?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-55462014000200008</article-id>
<article-id pub-id-type="doi">10.13053/CyS-18-2-2014-035</article-id>
<title-group>
<article-title xml:lang="en"><![CDATA[Unsupervised Learning for Syntactic Disambiguation]]></article-title>
<article-title xml:lang="es"><![CDATA[Aprendizaje no supervisado para la desambiguación sintáctica]]></article-title>
</title-group>
<contrib-group>
<contrib contrib-type="author">
<name>
<surname><![CDATA[Gelbukh]]></surname>
<given-names><![CDATA[Alexander]]></given-names>
</name>
<xref ref-type="aff" rid="A01"/>
</contrib>
</contrib-group>
<aff id="A01">
<institution><![CDATA[,Instituto Politécnico Nacional Centro de Investigación en Computación ]]></institution>
<addr-line><![CDATA[ ]]></addr-line>
<country>Mexico</country>
</aff>
<pub-date pub-type="pub">
<day>00</day>
<month>06</month>
<year>2014</year>
</pub-date>
<pub-date pub-type="epub">
<day>00</day>
<month>06</month>
<year>2014</year>
</pub-date>
<volume>18</volume>
<numero>2</numero>
<fpage>329</fpage>
<lpage>344</lpage>
<copyright-statement/>
<copyright-year/>
<self-uri xlink:href="http://www.scielo.org.mx/scielo.php?script=sci_arttext&amp;pid=S1405-55462014000200008&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-55462014000200008&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-55462014000200008&amp;lng=en&amp;nrm=iso"></self-uri><abstract abstract-type="short" xml:lang="en"><p><![CDATA[We present a methodology framework for syntactic disambiguation in natural language texts. The method takes advantage of an existing manually compiled non-probabilistic and non-lexicalized grammar, and turns it into a probabilistic lexicalized grammar by automatically learning a kind of subcategorization frames or selectional preferences for all words observed in the training corpus. The dictionary of subcategorization frames or selectional preferences obtained in the training process can be subsequently used for syntactic disambiguation of new unseen texts. The learning process is unsupervised and requires no manual markup. The learning algorithm proposed in this paper can take advantage of any existing disambiguation method, including linguistically motivated methods of filtering or weighting competing alternative parse trees or syntactic relations, thus allowing for integration of linguistic knowledge and unsupervised machine learning.]]></p></abstract>
<abstract abstract-type="short" xml:lang="es"><p><![CDATA[Se presenta un marco metodológico para la desambiguación sintáctica de textos en lenguaje natural. El método se aprovecha de una gramática no probabilística y no lexicalizada existente compilada manualmente, y la convierte en una gramática lexicalizada probabilística a través del aprendizaje automático de una especie de los marcos de subcategorización o preferencias de selección para todas las palabras observadas en el corpus de entrenamiento. El diccionario de los marcos de subcategorización o preferencias de selección, obtenido en el proceso de entrenamiento, se puede utilizar posteriormente para la desambiguación sintáctica de nuevos textos no vistos previamente por el algoritmo. El proceso de aprendizaje es no supervisado y no requiere de marcaje manual alguno. El algoritmo de aprendizaje propuesto en este artículo se puede aprovechar de cualquier método de desambiguación existente, incluyendo métodos lingüísticamente motivados, para la filtración o ponderación de los árboles sintácticos alternativos o relaciones sintácticas alternativas, lo que permite la integración del conocimiento lingüístico y el aprendizaje automático no supervisado.]]></p></abstract>
<kwd-group>
<kwd lng="en"><![CDATA[Natural language processing]]></kwd>
<kwd lng="en"><![CDATA[syntactic parsing]]></kwd>
<kwd lng="en"><![CDATA[syntactic disambiguation]]></kwd>
<kwd lng="en"><![CDATA[unsupervised machine learning]]></kwd>
<kwd lng="es"><![CDATA[Procesamiento del lenguaje natural]]></kwd>
<kwd lng="es"><![CDATA[análisis sintáctico]]></kwd>
<kwd lng="es"><![CDATA[desambiguación sintáctica]]></kwd>
<kwd lng="es"><![CDATA[aprendizaje automático no supervisado]]></kwd>
</kwd-group>
</article-meta>
</front><body><![CDATA[  	    <p align="justify"><font face="verdana" size="4">Art&iacute;culos regulares</font></p>  	    <p align="justify"><font face="verdana" size="2">&nbsp;</font></p>  	    <p align="center"><font face="verdana" size="4"><b>Unsupervised Learning for Syntactic Disambiguation</b></font></p>  	    <p align="center"><font face="verdana" size="2">&nbsp;</font></p>  	    <p align="center"><font face="verdana" size="3"><b>Aprendizaje no supervisado para la desambiguaci&oacute;n sint&aacute;ctica</b></font></p>  	    <p align="center"><font face="verdana" size="2">&nbsp;</font></p>  	    <p align="center"><font face="verdana" size="2"><b>Alexander Gelbukh</b></font></p>  	    <p align="justify"><font face="verdana" size="2">&nbsp;</font></p>  	    <p align="justify"><font face="verdana" size="2"><i>Centro de Investigaci&oacute;n en Computaci&oacute;n, Instituto Polit&eacute;cnico Nacional,</i> <i>Mexico.</i> <a href="http://www.gelbukh.com" target="_blank">www.gelbukh.com</a></font></p>  	    ]]></body>
<body><![CDATA[<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">We present a methodology framework for syntactic disambiguation in natural language texts. The method takes advantage of an existing manually compiled non&#45;probabilistic and non&#45;lexicalized grammar, and turns it into a probabilistic lexicalized grammar by automatically learning a kind of subcategorization frames or selectional preferences for all words observed in the training corpus. The dictionary of subcategorization frames or selectional preferences obtained in the training process can be subsequently used for syntactic disambiguation of new unseen texts. The learning process is unsupervised and requires no manual markup. The learning algorithm proposed in this paper can take advantage of any existing disambiguation method, including linguistically motivated methods of filtering or weighting competing alternative parse trees or syntactic relations, thus allowing for integration of linguistic knowledge and unsupervised machine learning.</font></p>  	    <p align="justify"><font face="verdana" size="2"><b>Keywords:</b> Natural language processing, syntactic parsing, syntactic disambiguation, unsupervised machine learning.</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">Se presenta un marco metodol&oacute;gico para la desambiguaci&oacute;n sint&aacute;ctica de textos en lenguaje natural. El m&eacute;todo se aprovecha de una gram&aacute;tica no probabil&iacute;stica y no lexicalizada existente compilada manualmente, y la convierte en una gram&aacute;tica lexicalizada probabil&iacute;stica a trav&eacute;s del aprendizaje autom&aacute;tico de una especie de los marcos de subcategorizaci&oacute;n o preferencias de selecci&oacute;n para todas las palabras observadas en el corpus de entrenamiento. El diccionario de los marcos de subcategorizaci&oacute;n o preferencias de selecci&oacute;n, obtenido en el proceso de entrenamiento, se puede utilizar posteriormente para la desambiguaci&oacute;n sint&aacute;ctica de nuevos textos no vistos previamente por el algoritmo. El proceso de aprendizaje es no supervisado y no requiere de marcaje manual alguno. El algoritmo de aprendizaje propuesto en este art&iacute;culo se puede aprovechar de cualquier m&eacute;todo de desambiguaci&oacute;n existente, incluyendo m&eacute;todos ling&uuml;&iacute;sticamente motivados, para la filtraci&oacute;n o ponderaci&oacute;n de los &aacute;rboles sint&aacute;cticos alternativos o relaciones sint&aacute;cticas alternativas, lo que permite la integraci&oacute;n del conocimiento ling&uuml;&iacute;stico y el aprendizaje autom&aacute;tico no supervisado.</font></p>  	    <p align="justify"><font face="verdana" size="2"><b>Palabras clave:</b> Procesamiento del lenguaje natural, an&aacute;lisis sint&aacute;ctico, desambiguaci&oacute;n sint&aacute;ctica, aprendizaje autom&aacute;tico no supervisado.</font></p>  	    <p align="justify"><font face="verdana" size="2">&nbsp;</font></p>  	    <p align="justify"><font face="verdana" size="2"><a href="/pdf/cys/v18n2/v18n2a8.pdf" target="_blank">DESCARGAR ART&Iacute;CULO EN FORMATO PDF</a></font></p>  	    ]]></body>
<body><![CDATA[<p align="justify"><font face="verdana" size="2">&nbsp;</font></p>  	    <p align="justify"><font face="verdana" size="2"><b>Acknowledgements</b></font></p>  	    <p align="justify"><font face="verdana" size="2">This work was partially supported by the Government of Mexico via the Instituto Polit&eacute;cnico Nacional grant SIP 20144534 and SNI, and the European Union via the European Commission project 269180 FP7&#45;PEOPLE&#45;2010&#45;IRSES: Web Information Quality&#45;Evaluation Initiative (WIQ&#45;EI).</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.&nbsp;Alfared, R. &amp; B&eacute;chet, D. (2012).</b> POS taggers and dependency parsing. <i>International Journal of</i> <i>Computational Linguistics and Applications,</i> 3(2), 107&#45;122.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2067285&pid=S1405-5546201400020000800001&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.&nbsp;Allen, J. (1995).</b> <i>Natural language understanding.</i> The Benjamin/Cummings Publishing Company, Inc.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2067287&pid=S1405-5546201400020000800002&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.&nbsp;Baum, L.E. (1972).</b> An inequality and associated maximization technique in statistical estimation for probabilistic functions of a Markov process. <i>Inequalities,</i> 3, 1&#45;8.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2067289&pid=S1405-5546201400020000800003&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>4.&nbsp;Benson, M., Benson, E., &amp; Ilson, R. (1986).</b> <i>The</i> <i>BBI Combinatory dictionary of English.</i> John Benjamins Publishing Co.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2067291&pid=S1405-5546201400020000800004&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>5.&nbsp;Bolshakov I.A., Gelbukh, A., &amp; Galicia&#45;Haro, S. (1998).</b> Simulation in linguistics: assessing and tuning text analysis methods with quasi&#45;text generators. <i>International workshop on computational linguistics and its applications, Dialogue&#45;98,</i> Khazan, Russia.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2067293&pid=S1405-5546201400020000800005&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.&nbsp;Bolshakov, I.A., Gelbukh, A., Galicia Haro, S., &amp; Orozco Guzm&aacute;n, M. (1998).</b> <i>Government patterns of 670 Spanish verbs.</i> Technical report, Serie Roja, N 35. CIC, IPN, 1998, 65 pp.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2067295&pid=S1405-5546201400020000800006&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.&nbsp;Bolshakov I.A., Cassidy, P.J., &amp; Gelbukh, A. (1995).</b> CrossLexica: a dictionary of word combinations and a thesaurus of Russian (in Russian). <i>International workshop on computational linguistics and its applications, Dialogue&#45;95,</i> Khazan, Russia.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2067297&pid=S1405-5546201400020000800007&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.&nbsp;Brill, E., &amp; Resnik, P. (1994).</b> A rule&#45;based approach to prepositional phrase attachment disambiguation. ACL, Kyoto, 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=2067299&pid=S1405-5546201400020000800008&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>9.&nbsp;Castro&#45;S&aacute;nchez, N.A., &amp; Sidorov, G. (2010).</b> Analysis of definitions of verbs in an explanatory dictionary for automatic extraction of actants based on detection of patterns. <i>Lecture Notes in Computer Science,</i> 6177, 233&#45;239.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2067301&pid=S1405-5546201400020000800009&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.&nbsp;Church, K., &amp; Patil, R. (1982).</b> Coping with syntactic ambiguity, or how to put the block in the box on the table. <i>American Journal of Computational Linguistics,</i> 8(3&#45;4), 139&#45;149.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2067303&pid=S1405-5546201400020000800010&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.&nbsp;Gelbukh, A. (2012).</b> Ontology&#45;based semantic relatedness measures: Applications and calculation. <i>Research in Computing Science,</i> 47, 117&#45;138.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2067305&pid=S1405-5546201400020000800011&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.&nbsp;Gelbukh, A., Bolshakov, I.A., &amp; Galicia&#45;Haro, S. (1998).</b> Statistics of parsing errors can help syntactic disambiguation. <i>CIC&#45;98, Simposium Internacional de Computaci&oacute;n,</i> Mexico, 405&#45;515.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2067307&pid=S1405-5546201400020000800012&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.&nbsp;Gelbukh, A., Sidorov, G., &amp; Vel&aacute;squez, F. (2003).</b> An&aacute;lisis morfol&oacute;gico autom&aacute;tico del espa&ntilde;ol a trav&eacute;s de generaci&oacute;n. <i>Escritos,</i> 28, 9&#45;26.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2067309&pid=S1405-5546201400020000800013&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>14.&nbsp;Gelbukh, A., Sidorov, G., Galicia Haro, S., &amp; Bolshakov, I.A. (2002).</b> Environment for development of a natural language syntactic analyzer. <i>Acta Academia,</i> 206&#45;213.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2067311&pid=S1405-5546201400020000800014&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.&nbsp;Elworthy, D. (1994).</b> Does Baum&#45;Welsh re&#45;estimation help taggers? <i>Fourth Conference on Applied Natural Language Processing,</i> Germany.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2067313&pid=S1405-5546201400020000800015&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.&nbsp;Mel'&#269;uk, I.A. (1974).</b> An <i>experience of the theory of Meaning &#8660; Text models</i> (in Russian). Nauka, Moscow.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2067315&pid=S1405-5546201400020000800016&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.&nbsp;Merlo, P., Crocker, M., &amp; Berthouzoz, C. (1997).</b> Attaching multiple prepositional phrases: Generalized backed&#45;off estimation. <i>EMNLP&#45;2,</i> Brown University Providence, Rhode Island, USA.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2067317&pid=S1405-5546201400020000800017&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.&nbsp;Pakray, P., Poria, S., Gelbukh, A., &amp; Bandyopadhyay, S. (2011).</b> Semantic textual entailment recognition using UNL. <i>Polibits,</i> 43, 2327.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2067319&pid=S1405-5546201400020000800018&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>19.&nbsp;Pereira, F., &amp; Schabes, Y. (1992).</b> Inside&#45;outside reestimation from partially bracketed corpora. ACL, University of Delaware, Newark, Delaware, USA.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2067321&pid=S1405-5546201400020000800019&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.&nbsp;Poria, S., Agarwal, B., Gelbukh, A., Hussain, A., &amp; Howard, N. (2014).</b> Dependency&#45;based semantic parsing for concept&#45;level text analysis. <i>15th International Conference on Intelligent Text Processing and Computational Linguistics, CICLing 2014. Lecture Notes in Computer Science,</i> 8403, 113&#45;127.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2067323&pid=S1405-5546201400020000800020&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.&nbsp;Poria, S., Cambria, E., Winterstein, G., &amp; Huang, G.&#45;B. (2014).</b> Sentic patterns: Dependency&#45;based rules for concept&#45;level sentiment analysis. Knowledge&#45;Based Systems, in press.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2067325&pid=S1405-5546201400020000800021&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.&nbsp;Poria, S., Gelbukh, A., Agarwal, B., Cambria, E., &amp; Howard, N. (2014).</b> Sentic Demo: A hybrid concept&#45;level aspect&#45;based sentiment analysis toolkit. <i>ESWC 2014,</i> Crete, Greece.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2067327&pid=S1405-5546201400020000800022&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.&nbsp;Poria, S., Gelbukh, A., Cambria, E., Hussain, A., &amp; Huang, G.&#45;B. (2014).</b> EmoSenticSpace: A novel framework for affective common&#45;sense reasoning. <i>Knowledge&#45;Based Systems,</i> in press.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2067329&pid=S1405-5546201400020000800023&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>24.&nbsp;Poria, S., Gelbukh, A., Hussain, A., Das, D., &amp; Bandopadhyay, S. (2013).</b> Enhanced SenticNet with affective labels for concept&#45;based opinion mining. <i>IEEE Intelligent Systems,</i> 28(2), 31&#45;38.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2067331&pid=S1405-5546201400020000800024&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.&nbsp;Sidorov, G. (2013).</b> Non&#45;continuous syntactic n&#45;grams. <i>Polibits,</i> 48, 67&#45;75.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2067333&pid=S1405-5546201400020000800025&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.&nbsp;Sidorov, G. (2013).</b> Syntactic Dependency Based N&#45;grams in rule based automatic English as second language grammar correction. <i>International Journal of Computational Linguistics and Applications,</i> 4(2), 169&#45;188.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2067335&pid=S1405-5546201400020000800026&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.&nbsp;Sidorov, G. (2013).</b> <i>Non&#45;linear construction of n&#45;grams in computational linguistics: syntactic, filtered, and generalized n&#45;grams,</i> 166 p.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2067337&pid=S1405-5546201400020000800027&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.&nbsp;Sidorov, G., Velasquez, F., Stamatatos, E., Gelbukh, A., &amp; Chanona&#45;Hern&aacute;ndez, L. (2012).</b> Syntactic Dependency&#45;based n&#45;grams as classification features. <i>Lecture Notes in Artificial Intelligence,</i> 7630, 1 &#45;11.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2067339&pid=S1405-5546201400020000800028&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>29.&nbsp;Sidorov, G., Velasquez, F., Stamatatos, E., Gelbukh, A., &amp; Chanona&#45;Hern&aacute;ndez, L. (2012).</b> Syntactic n&#45;grams as machine learning features for natural language processing. <i>Expert Systems with Applications,</i> 41(3), 853&#45;860.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2067341&pid=S1405-5546201400020000800029&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.&nbsp;Steel, J. (ed.). (1990).</b> <i>Meaning &#45; Text Theory. Linguistics,</i> lexicography, <i>and implications.</i> University of Ottawa press.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2067343&pid=S1405-5546201400020000800030&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="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Alfared]]></surname>
<given-names><![CDATA[R.]]></given-names>
</name>
<name>
<surname><![CDATA[Béchet]]></surname>
<given-names><![CDATA[D.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[POS taggers and dependency parsing]]></article-title>
<source><![CDATA[International Journal of Computational Linguistics and Applications]]></source>
<year>2012</year>
<volume>3</volume>
<numero>2</numero>
<issue>2</issue>
<page-range>107-122</page-range></nlm-citation>
</ref>
<ref id="B2">
<label>2</label><nlm-citation citation-type="book">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Allen]]></surname>
<given-names><![CDATA[J.]]></given-names>
</name>
</person-group>
<source><![CDATA[Natural language understanding]]></source>
<year>1995</year>
<publisher-name><![CDATA[The Benjamin/Cummings Publishing Company, Inc]]></publisher-name>
</nlm-citation>
</ref>
<ref id="B3">
<label>3</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Baum]]></surname>
<given-names><![CDATA[L.E.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[An inequality and associated maximization technique in statistical estimation for probabilistic functions of a Markov process]]></article-title>
<source><![CDATA[Inequalities]]></source>
<year>1972</year>
<volume>3</volume>
<page-range>1-8</page-range></nlm-citation>
</ref>
<ref id="B4">
<label>4</label><nlm-citation citation-type="book">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Benson]]></surname>
<given-names><![CDATA[M.]]></given-names>
</name>
<name>
<surname><![CDATA[Benson]]></surname>
<given-names><![CDATA[E.]]></given-names>
</name>
<name>
<surname><![CDATA[Ilson]]></surname>
<given-names><![CDATA[R.]]></given-names>
</name>
</person-group>
<source><![CDATA[The BBI Combinatory dictionary of English]]></source>
<year>1986</year>
<publisher-name><![CDATA[John Benjamins Publishing Co]]></publisher-name>
</nlm-citation>
</ref>
<ref id="B5">
<label>5</label><nlm-citation citation-type="">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Bolshakov]]></surname>
<given-names><![CDATA[I.A.]]></given-names>
</name>
<name>
<surname><![CDATA[Gelbukh]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
<name>
<surname><![CDATA[Galicia-Haro]]></surname>
<given-names><![CDATA[S.]]></given-names>
</name>
</person-group>
<source><![CDATA[Simulation in linguistics: assessing and tuning text analysis methods with quasi-text generators. International workshop on computational linguistics and its applications, Dialogue-98]]></source>
<year>1998</year>
<publisher-loc><![CDATA[Khazan ]]></publisher-loc>
</nlm-citation>
</ref>
<ref id="B6">
<label>6</label><nlm-citation citation-type="book">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Bolshakov]]></surname>
<given-names><![CDATA[I.A.]]></given-names>
</name>
<name>
<surname><![CDATA[Gelbukh]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
<name>
<surname><![CDATA[Galicia Haro]]></surname>
<given-names><![CDATA[S.]]></given-names>
</name>
<name>
<surname><![CDATA[Orozco Guzmán]]></surname>
<given-names><![CDATA[M.]]></given-names>
</name>
</person-group>
<source><![CDATA[Government patterns of 670 Spanish verbs]]></source>
<year>1998</year>
<volume>35</volume>
<page-range>65</page-range><publisher-name><![CDATA[CICIPN]]></publisher-name>
</nlm-citation>
</ref>
<ref id="B7">
<label>7</label><nlm-citation citation-type="">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Bolshakov]]></surname>
<given-names><![CDATA[I.A.]]></given-names>
</name>
<name>
<surname><![CDATA[Cassidy]]></surname>
<given-names><![CDATA[P.J.]]></given-names>
</name>
<name>
<surname><![CDATA[Gelbukh]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
</person-group>
<source><![CDATA[CrossLexica: a dictionary of word combinations and a thesaurus of Russian (in Russian). International workshop on computational linguistics and its applications, Dialogue-95]]></source>
<year>1995</year>
<publisher-loc><![CDATA[Khazan ]]></publisher-loc>
</nlm-citation>
</ref>
<ref id="B8">
<label>8</label><nlm-citation citation-type="book">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Brill]]></surname>
<given-names><![CDATA[E.]]></given-names>
</name>
<name>
<surname><![CDATA[Resnik]]></surname>
<given-names><![CDATA[P.]]></given-names>
</name>
</person-group>
<source><![CDATA[A rule-based approach to prepositional phrase attachment disambiguation]]></source>
<year>1994</year>
<publisher-loc><![CDATA[Kyoto ]]></publisher-loc>
<publisher-name><![CDATA[ACL]]></publisher-name>
</nlm-citation>
</ref>
<ref id="B9">
<label>9</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Castro-Sánchez]]></surname>
<given-names><![CDATA[N.A.]]></given-names>
</name>
<name>
<surname><![CDATA[Sidorov]]></surname>
<given-names><![CDATA[G.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Analysis of definitions of verbs in an explanatory dictionary for automatic extraction of actants based on detection of patterns]]></article-title>
<source><![CDATA[Lecture Notes in Computer Science]]></source>
<year>2010</year>
<volume>6177</volume>
<page-range>233-239</page-range></nlm-citation>
</ref>
<ref id="B10">
<label>10</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Church]]></surname>
<given-names><![CDATA[K.]]></given-names>
</name>
<name>
<surname><![CDATA[Patil]]></surname>
<given-names><![CDATA[R.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Coping with syntactic ambiguity, or how to put the block in the box on the table]]></article-title>
<source><![CDATA[American Journal of Computational Linguistics]]></source>
<year>1982</year>
<volume>8</volume>
<numero>3-4</numero>
<issue>3-4</issue>
<page-range>139-149</page-range></nlm-citation>
</ref>
<ref id="B11">
<label>11</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Gelbukh]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Ontology-based semantic relatedness measures: Applications and calculation]]></article-title>
<source><![CDATA[Research in Computing Science]]></source>
<year>2012</year>
<volume>47</volume>
<page-range>117-138</page-range></nlm-citation>
</ref>
<ref id="B12">
<label>12</label><nlm-citation citation-type="">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Gelbukh]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
<name>
<surname><![CDATA[Bolshakov]]></surname>
<given-names><![CDATA[I.A.]]></given-names>
</name>
<name>
<surname><![CDATA[Galicia-Haro]]></surname>
<given-names><![CDATA[S.]]></given-names>
</name>
</person-group>
<source><![CDATA[Statistics of parsing errors can help syntactic disambiguation. CIC-98, Simposium Internacional de Computación]]></source>
<year>1998</year>
<page-range>405-515</page-range></nlm-citation>
</ref>
<ref id="B13">
<label>13</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Gelbukh]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
<name>
<surname><![CDATA[Sidorov]]></surname>
<given-names><![CDATA[G.]]></given-names>
</name>
<name>
<surname><![CDATA[Velásquez]]></surname>
<given-names><![CDATA[F.]]></given-names>
</name>
</person-group>
<article-title xml:lang="es"><![CDATA[Análisis morfológico automático del español a través de generación]]></article-title>
<source><![CDATA[Escritos]]></source>
<year>2003</year>
<volume>28</volume>
<page-range>9-26</page-range></nlm-citation>
</ref>
<ref id="B14">
<label>14</label><nlm-citation citation-type="book">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Gelbukh]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
<name>
<surname><![CDATA[Sidorov]]></surname>
<given-names><![CDATA[G.]]></given-names>
</name>
<name>
<surname><![CDATA[Galicia Haro]]></surname>
<given-names><![CDATA[S.]]></given-names>
</name>
<name>
<surname><![CDATA[Bolshakov]]></surname>
<given-names><![CDATA[I.A.]]></given-names>
</name>
</person-group>
<source><![CDATA[Environment for development of a natural language syntactic analyzer]]></source>
<year>2002</year>
<page-range>206-213</page-range><publisher-name><![CDATA[Acta Academia]]></publisher-name>
</nlm-citation>
</ref>
<ref id="B15">
<label>15</label><nlm-citation citation-type="">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Elworthy]]></surname>
<given-names><![CDATA[D.]]></given-names>
</name>
</person-group>
<source><![CDATA[Does Baum-Welsh re-estimation help taggers? Fourth Conference on Applied Natural Language Processing]]></source>
<year>1994</year>
</nlm-citation>
</ref>
<ref id="B16">
<label>16</label><nlm-citation citation-type="book">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Mel'&#269;uk]]></surname>
<given-names><![CDATA[I.A.]]></given-names>
</name>
</person-group>
<source><![CDATA[An experience of the theory of Meaning &#8660; Text models (in Russian)]]></source>
<year>1974</year>
<publisher-loc><![CDATA[Moscow ]]></publisher-loc>
<publisher-name><![CDATA[Nauka]]></publisher-name>
</nlm-citation>
</ref>
<ref id="B17">
<label>17</label><nlm-citation citation-type="book">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Merlo]]></surname>
<given-names><![CDATA[P.]]></given-names>
</name>
<name>
<surname><![CDATA[Crocker]]></surname>
<given-names><![CDATA[M.]]></given-names>
</name>
<name>
<surname><![CDATA[Berthouzoz]]></surname>
<given-names><![CDATA[C.]]></given-names>
</name>
</person-group>
<source><![CDATA[Attaching multiple prepositional phrases: Generalized backed-off estimation]]></source>
<year>1997</year>
<publisher-loc><![CDATA[Providence^eRhode Island Rhode Island]]></publisher-loc>
<publisher-name><![CDATA[Brown University]]></publisher-name>
</nlm-citation>
</ref>
<ref id="B18">
<label>18</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Pakray]]></surname>
<given-names><![CDATA[P.]]></given-names>
</name>
<name>
<surname><![CDATA[Poria]]></surname>
<given-names><![CDATA[S.]]></given-names>
</name>
<name>
<surname><![CDATA[Gelbukh]]></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[Semantic textual entailment recognition using UNL]]></article-title>
<source><![CDATA[Polibits]]></source>
<year>2011</year>
<volume>43</volume>
<page-range>2327</page-range></nlm-citation>
</ref>
<ref id="B19">
<label>19</label><nlm-citation citation-type="book">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Pereira]]></surname>
<given-names><![CDATA[F.]]></given-names>
</name>
<name>
<surname><![CDATA[Schabes]]></surname>
<given-names><![CDATA[Y.]]></given-names>
</name>
</person-group>
<source><![CDATA[Inside-outside reestimation from partially bracketed corpora]]></source>
<year>1992</year>
<publisher-loc><![CDATA[Newark^eDelaware Delaware]]></publisher-loc>
<publisher-name><![CDATA[ACLUniversity of Delaware]]></publisher-name>
</nlm-citation>
</ref>
<ref id="B20">
<label>20</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Poria]]></surname>
<given-names><![CDATA[S.]]></given-names>
</name>
<name>
<surname><![CDATA[Agarwal]]></surname>
<given-names><![CDATA[B.]]></given-names>
</name>
<name>
<surname><![CDATA[Gelbukh]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
<name>
<surname><![CDATA[Hussain]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
<name>
<surname><![CDATA[Howard]]></surname>
<given-names><![CDATA[N.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Dependency-based semantic parsing for concept-level text analysis. 15th International Conference on Intelligent Text Processing and Computational Linguistics, CICLing 2014]]></article-title>
<source><![CDATA[Lecture Notes in Computer Science]]></source>
<year>2014</year>
<volume>8403</volume>
<page-range>113-127</page-range></nlm-citation>
</ref>
<ref id="B21">
<label>21</label><nlm-citation citation-type="">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Poria]]></surname>
<given-names><![CDATA[S.]]></given-names>
</name>
<name>
<surname><![CDATA[Cambria]]></surname>
<given-names><![CDATA[E.]]></given-names>
</name>
<name>
<surname><![CDATA[Winterstein]]></surname>
<given-names><![CDATA[G.]]></given-names>
</name>
<name>
<surname><![CDATA[Huang]]></surname>
<given-names><![CDATA[G.-B.]]></given-names>
</name>
</person-group>
<source><![CDATA[Sentic patterns: Dependency-based rules for concept-level sentiment analysis]]></source>
<year>2014</year>
</nlm-citation>
</ref>
<ref id="B22">
<label>22</label><nlm-citation citation-type="">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Poria]]></surname>
<given-names><![CDATA[S.]]></given-names>
</name>
<name>
<surname><![CDATA[Gelbukh]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
<name>
<surname><![CDATA[Agarwal]]></surname>
<given-names><![CDATA[B.]]></given-names>
</name>
<name>
<surname><![CDATA[Cambria]]></surname>
<given-names><![CDATA[E.]]></given-names>
</name>
<name>
<surname><![CDATA[Howard]]></surname>
<given-names><![CDATA[N.]]></given-names>
</name>
</person-group>
<source><![CDATA[Sentic Demo: A hybrid concept-level aspect-based sentiment analysis toolkit. ESWC 2014]]></source>
<year>2014</year>
<publisher-loc><![CDATA[Crete ]]></publisher-loc>
</nlm-citation>
</ref>
<ref id="B23">
<label>23</label><nlm-citation citation-type="">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Poria]]></surname>
<given-names><![CDATA[S.]]></given-names>
</name>
<name>
<surname><![CDATA[Gelbukh]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
<name>
<surname><![CDATA[Cambria]]></surname>
<given-names><![CDATA[E.]]></given-names>
</name>
<name>
<surname><![CDATA[Hussain]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
<name>
<surname><![CDATA[Huang]]></surname>
<given-names><![CDATA[G.-B.]]></given-names>
</name>
</person-group>
<source><![CDATA[EmoSenticSpace: A novel framework for affective common-sense reasoning]]></source>
<year>2014</year>
</nlm-citation>
</ref>
<ref id="B24">
<label>24</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Poria]]></surname>
<given-names><![CDATA[S.]]></given-names>
</name>
<name>
<surname><![CDATA[Gelbukh]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
<name>
<surname><![CDATA[Hussain]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
<name>
<surname><![CDATA[Das]]></surname>
<given-names><![CDATA[D.]]></given-names>
</name>
<name>
<surname><![CDATA[Bandopadhyay]]></surname>
<given-names><![CDATA[S.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Enhanced SenticNet with affective labels for concept-based opinion mining]]></article-title>
<source><![CDATA[IEEE Intelligent Systems]]></source>
<year>2013</year>
<volume>28</volume>
<numero>2</numero>
<issue>2</issue>
<page-range>31-38</page-range></nlm-citation>
</ref>
<ref id="B25">
<label>25</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Sidorov]]></surname>
<given-names><![CDATA[G.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Non-continuous syntactic n-grams]]></article-title>
<source><![CDATA[Polibits]]></source>
<year>2013</year>
<volume>48</volume>
<page-range>67-75</page-range></nlm-citation>
</ref>
<ref id="B26">
<label>26</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Sidorov]]></surname>
<given-names><![CDATA[G.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Syntactic Dependency Based N-grams in rule based automatic English as second language grammar correction]]></article-title>
<source><![CDATA[International Journal of Computational Linguistics and Applications]]></source>
<year>2013</year>
<volume>4</volume>
<numero>2</numero>
<issue>2</issue>
<page-range>169-188</page-range></nlm-citation>
</ref>
<ref id="B27">
<label>27</label><nlm-citation citation-type="">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Sidorov]]></surname>
<given-names><![CDATA[G.]]></given-names>
</name>
</person-group>
<source><![CDATA[Non-linear construction of n-grams in computational linguistics: syntactic, filtered, and generalized n-grams]]></source>
<year>2013</year>
<page-range>166</page-range></nlm-citation>
</ref>
<ref id="B28">
<label>28</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Sidorov]]></surname>
<given-names><![CDATA[G.]]></given-names>
</name>
<name>
<surname><![CDATA[Velasquez]]></surname>
<given-names><![CDATA[F.]]></given-names>
</name>
<name>
<surname><![CDATA[Stamatatos]]></surname>
<given-names><![CDATA[E.]]></given-names>
</name>
<name>
<surname><![CDATA[Gelbukh]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
<name>
<surname><![CDATA[Chanona-Hernández]]></surname>
<given-names><![CDATA[L.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Syntactic Dependency-based n-grams as classification features]]></article-title>
<source><![CDATA[Lecture Notes in Artificial Intelligence]]></source>
<year>2012</year>
<volume>7630</volume>
<page-range>1 -11</page-range></nlm-citation>
</ref>
<ref id="B29">
<label>29</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Sidorov]]></surname>
<given-names><![CDATA[G.]]></given-names>
</name>
<name>
<surname><![CDATA[Velasquez]]></surname>
<given-names><![CDATA[F.]]></given-names>
</name>
<name>
<surname><![CDATA[Stamatatos]]></surname>
<given-names><![CDATA[E.]]></given-names>
</name>
<name>
<surname><![CDATA[Gelbukh]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
<name>
<surname><![CDATA[Chanona-Hernández]]></surname>
<given-names><![CDATA[L.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Syntactic n-grams as machine learning features for natural language processing]]></article-title>
<source><![CDATA[Expert Systems with Applications]]></source>
<year>2012</year>
<volume>41</volume>
<numero>3</numero>
<issue>3</issue>
<page-range>853-860</page-range></nlm-citation>
</ref>
<ref id="B30">
<label>30</label><nlm-citation citation-type="book">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Steel]]></surname>
<given-names><![CDATA[J.]]></given-names>
</name>
</person-group>
<source><![CDATA[Meaning - Text Theory. Linguistics, lexicography, and implications]]></source>
<year>1990</year>
<publisher-name><![CDATA[University of Ottawa press]]></publisher-name>
</nlm-citation>
</ref>
</ref-list>
</back>
</article>
