<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Automatic Construction of the Knowledge Base of an Onomasiological Dictionary</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Gerardo Sierra</string-name>
          <email>GSierraM@iingen.unam.mx</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Laura Hernández</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Language Engineering Group, Engineering Institute Universidad Nacional Autónoma de México</institution>
          ,
          <addr-line>Ciudad Universitaria</addr-line>
          ,
          <country country="MX">México</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>For almost 14 years in the Language Engineering Group we have worked on a wide variety of Natural Language Processing (NLP) problems, being one of the earliest in the creation and operation of onomasiological dictionaries. During that time we have focused on search engine dictionary improvement, but recently our aim has been a development methodology for creating specialized onomasiological dictionaries in a semi-automatic way. To automate the creation of onomasiological dictionaries necessarily implies the automatic execution of used processes to populate the dictionaries knowledge base. Due to the nature of these dictionaries, the definitions that must be included in the knowledge base are both normative and colloquial. In this paper we present a proposal for semi-automatically populating the knowledge base of these dictionaries.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 INTRODUCTION</title>
      <p>
        An onomasiological dictionary is a dictionary that works in
back to front way from “regular” or semasiological
dictionaries. In onomasiological dictionaries users already know
the definition of a term, but they do not know or have
forgotten the name for that concept (this last problem is
commonly known as having a word on the tip of the tongue)
        <xref ref-type="bibr" rid="ref15">(Zock et al, 2011)</xref>
        .
      </p>
      <p>Onomasiological dictionaries have been classified into
visual dictionaries, reverse dictionaries, thesaurus and
synonym dictionaries. These dictionaries were created in order to
solve the tip-of-the-tongue problem, but people still have
difficulty using them because they require either that the
user knows the precise words to describe the term, or its
classification (i.e. when using a reverse dictionary to find
the word potato, you might have to know that a potato is a
tuber, and that tubers are a kind of plant). With visual
dictionaries there is also the problem that not every concept has
a visual image to represent it. For these reasons it has been
suggested that free-text searcher ―also known as Natural
Language searching― is a viable option for solving this
problem (Lancaster, 1972) since they allow the user to
describe their idea of the concept in the way they would use to
explain it to another human.</p>
      <p>
        The creation of onomasiological dictionaries that solve
inputs written in natural language improves the user
experience, but it creates some major challenges that the
developers must handle
        <xref ref-type="bibr" rid="ref6 ref8 ref9">(Dutoit et al, 2002 and Bilac et al, 2004)</xref>
        .
The most demanding task might be the one arisen from the
different ways in which a person can express the same
concept, and also the fact that user definitions might not match
the formal definitions found in conventional dictionaries.
      </p>
      <p>
        In short, natural language onomasiological dictionaries
need a rich knowledge base which includes not only formal,
but also informal definitions. Knowledge bases can be
obtained from ontologies, like in the projects Genoma KB
(
        <xref ref-type="bibr" rid="ref7">Cabré et al, 2004</xref>
        ) and ONTODIC
        <xref ref-type="bibr" rid="ref5">(Alcina, 2009)</xref>
        .
However, given the main goal of onomasiological dictionaries, for
this work we decided to extract their Knowledge Bases from
definitions written in texts. These definitions, on the other
hand, can be used not only to populate the Knowledge Base,
but also to create ontologies
        <xref ref-type="bibr" rid="ref13">(Sierra, 2008)</xref>
        .
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>DEBO</title>
      <p>DEBO is the first onomasiological dictionary developed in
the Language Engineering Group and it works with user
queries given in natural language. DEBO is a specialized
dictionary and it was originally made as a dictionary of
Natural Disasters, but today its structure and search engine has
been extrapolated to other areas such as Linguistics,
Metrology, Veterinary, and Sexuality.
2.1</p>
      <sec id="sec-2-1">
        <title>The search method</title>
        <p>
          The dictionary works with a search engine developed by
          <xref ref-type="bibr" rid="ref12">Sierra (1999)</xref>
          and improved later by
          <xref ref-type="bibr" rid="ref10">Hernández (2011)</xref>
          . This
engine is comprised by
• A number of terms of an area of specialization, which
are the ones that the dictionaries can retrieve as a
possible answer to the user’s queries.
• A knowledge base that includes a variety of both
normative and colloquial definitions.
• A set of key words extracted from the definitions and
associated with the terms.
• A stop list that contains a catalog of “empty words”,
such as prepositions, articles and conjunctions.
        </p>
        <p>• A set of groups of words called paradigms, which are
groups of words with similar meaning either in area of
specialization or in regular speech.</p>
        <sec id="sec-2-1-1">
          <title>The search method follows 5 steps:</title>
          <p>(1) The system receives the query of the user as an input.
2.2</p>
          <p>The search engine performance
(2) The system analyzes de input and extracts its
keywords by filtrering them with the aid of the stop list.
(3) The system searches among the paradigms the ones
to which each keyword of the input corresponds.
(4) The system searches for terms that coincide in at
least one paradigm with the input’s one.
(5) The system retrieves the terms ordered by the
number of paradigms that each term has in common with
the input ―in case of a tie, the system ranks each
term according to the order in which the paradigms
are presented in the definition against the input―.
The terms are divided in “very probable”, “probable”
and “not too probable” columns.</p>
          <p>For example, suppose someone enters as an input of the
dictionary “someone who hates gays”, and in the knowledge
base there is the definition “homophobic: a person who
despises homosexuals”, and in the knowledge base there are
also the following three paradigms.</p>
        </sec>
      </sec>
      <sec id="sec-2-2">
        <title>Paradigm 1</title>
        <p>someone
person
people
Individual
dude</p>
      </sec>
      <sec id="sec-2-3">
        <title>Paradigm 2</title>
        <p>hate
loathe
contemn
despise
abhor</p>
      </sec>
      <sec id="sec-2-4">
        <title>Paradigm 3</title>
        <p>gay
homosexual
lesbian
queer
dyke
Fig. 2. Example of paradigms in the knowledge base of an
onomasiological dictionary of sexuality.</p>
        <p>The user’s definition is related to paradigms 1, 2 and 3,
while one of the definitions of the term homophobic is
related to the same paradigms in exactly the same order, which
means that the term homophobic will be on the top of the
output for this query.</p>
        <p>
          <xref ref-type="bibr" rid="ref10">Hernández (2011)</xref>
          created the Onomasiological Dictionary
of Sexuality for Mexican Spanish (DOS-MX) which used
this search method. The knowledge base of this dictionary
consisted of 975 both colloquial and normative definitions
for 332 terms. All the definitions were found and retrieved
manually from the Internet.
        </p>
        <p>This dictionary had an added difficulty since it also had
to be able to handle double-meaning words and phrases that
are very commonly used in Mexico when talking about sex.
In order to cope with this additional component, the
dictionary’s paradigms were extended to include double meaning
words and even pejorative terms (see Paradigm 3 on Fig. 2),
taking into account not only formal synonyms but also
colloquial equivalents. In total there were over 33,000 different
words organized in over 25,000 paradigms.</p>
        <p>Fig. 3. Example of an output of the Onomasiological
Dictionary of Sexuality for Mexican Spanish (DOS-MX)
There was an experiment to test the precision of the
DOS-MX. This experiment consisted on making students
write definitions of sexuality terms and to give their
definitions to another student who wouldn’t know which terms
were described and would try to guess.</p>
        <p>The precision of the dictionary was 71% when tested
with natural language entries from users that weren’t
involved in the development of the dictionary, which is not
bad compared to other non-English onomasiological
dictionaries such as the one of El-Kahlout et al (2004) which
has a precision of 66% in similar tests. However, a vast
opportunity to improve exists.
2.3</p>
      </sec>
      <sec id="sec-2-5">
        <title>A new improvement proposal</title>
        <p>After the experience of the sexuality dictionary, it was
concluded that the use of paradigms is not enough to try and
cover all the ways in which a person can describe a concept.
It was clear that there is a need to obtain many more
different definitions in order to have a wide variety of expressions
and ideas for every concept.</p>
        <p>But increasing the number of definitions will also tend to
increase the number of options from which the dictionary
will have to choose, which is why there is also a need for
organizing the definitions and terms into some sort of
categories that will facilitate the selection of the correct terms.</p>
        <p>The main problem then is to find a way to obtain a large
number of definitions for the terms and classify them. This
should be done in an automatized way, because by doing it
manually will take too long and imply high resource usage.
3</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>ECODE</title>
      <p>
        ECODE is a program that was developed in the
Language Engineering Group with the objective of
automatically detecting definitional contexts from specialized texts
(
        <xref ref-type="bibr" rid="ref2">Alarcón, et al 2008</xref>
        ).
      </p>
      <p>
        According to
        <xref ref-type="bibr" rid="ref4">Alarcón, et al (2007</xref>
        ), a definitional context
is a textual fragment in which the definition of a term
occurs. It is structured by a term and its definition, both being
connected typographically by means of syntactic or
typographic patterns.
      </p>
      <p>These patterns in Spanish can be punctuation marks, such
as comas, colons and parenthesis; verbs like definir (to
define) or significar (to mean); discourse markers similar to en
otras palabras (in other words), o sea (that is); and even
pragmatic patterns like en este conexto (in this context) or
en términos generales (in general terms). For example:
Desde el punto de vista de la sexología, se puede definir
una relación sexual como el acto en el que dos personas
mantienen contacto físico con el objeto de dar y/o recibir
placer sexual, o con fines reproductivos.
(From a sexology point of view, a sexual intercourse can
be defined as the act in which two people have physical
contact with the objective of giving and/or getting sexual
pleasure or with reproductive purposes)
The following features can be obtained from this example:</p>
      <sec id="sec-3-1">
        <title>Term: “relación sexual” (sexual intercourse).</title>
        <p>Definition: “acto en el que dos personas mantienen contacto
físico con el objeto de dar y/o recibir placer sexual, o
con fines reproductivos” (act in which two people have
physical contact with the objective of giving and/or
getting sexual pleasure, or with reproductive purposes).</p>
        <sec id="sec-3-1-1">
          <title>Connecting verbal pattern: “se puede definir […] como”</title>
          <p>(can be defined as).</p>
        </sec>
        <sec id="sec-3-1-2">
          <title>Pragmatic pattern as context modifier: “Desde el punto</title>
          <p>
            de vista de la sexología” (From a sexology point of
view)
In order to automatically detect the features or components
of a definitional context,
            <xref ref-type="bibr" rid="ref4">Alarcón et al (2007</xref>
            ) propose
fifteen definitional verbal patterns divided into simple and
compound ones (see Table 1).
          </p>
          <p>Simple verbal definitional
patterns</p>
          <p>
            Compound verbal
definitional patterns
The program processes the specialized texts and searches
for definitional contexts. However, not every verbal
definitional pattern that is found truly corresponds to a definition.
There are some other expressions that use the same patterns
with objectives other than give a definition. For this reason,
            <xref ref-type="bibr" rid="ref1 ref3">Alarcón et al (2006</xref>
            ) analyzed the use of these patterns in
non-definitional contexts and found some sequences of
words that are often used near a definitional verbal pattern.
          </p>
          <p>Those sequences were found in some specific positions.
For instance, some negation words like no (not) or tampoco
(either) were found in the first position before or after the
definitional verbal pattern; also adverbs like tan (so) as well
as sequences like no más de (not more than) were found
between the definitional verb and the nexus como (like);
finally, syntactic sequences like adjective + verb were found
in the first position after the definitional verb.</p>
          <p>Once the system has eliminated non-definitional
contexts, it proceeds to identify the features that form the
definitions. For this, it uses a decision tree based on regular
expressions which allows the system to identify and tag the
position of every feature. These regular expressions are:</p>
          <p>Term = BORDER (Determinant) + Noun + Adjective.
{0,2} .* BORDER</p>
          <p>Pragmatic Pattern = BORDER (sign) (Preposition |
Adverb) .* (sign) BORDER</p>
          <p>Definition = BORDER Determinant + Noun .*
BORDER</p>
          <p>The whole process of definitional contexts detection is
shortened in the following diagram.
ECODE was originally developed as a definitions extractor
from specialized texts. However, the same definitional
verbal patterns that are used in formal documents are also used
in informal ones.</p>
          <p>With this in mind, the Language Engineering Group has
been working on the development of DESCRIBE, an
extended scope of ECODE which extracts definitions from
texts written in colloquial language.</p>
          <p>This new adaptation consists on a module that
automatically extracts search results from the Internet about a
particular term, and then retrieves the contents of the web pages
that match that search and analyses them looking for new
definitions.</p>
          <p>This tool removes all definitions that are repeated, and
looks not only in formal websites, but also in open forums,
personal webpages, blogs and chats, which provides a rich
variety of definitions.</p>
          <p>In the end, DESCRIBE retrieves a list of definition
candidates that still have to be depurated, since some of the
candidates might not really be definitions.
5</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>DEFINITION CLASSIFICATION</title>
      <p>In order to give the dictionary search engine another feature
to help the correct identification and ranking of output
terms, it has been considered classifying the definitions to
match not only the words and the order in which they
appear, but also the type of definition given by the user and the
ones in the knowledge base.</p>
      <p>
        There are four kinds of definitions based on the
Aristotelic definitional model: analytic, extensional, synonymic
and functional
        <xref ref-type="bibr" rid="ref13">(Sierra 2008)</xref>
        . According to the LingualLinks
Libray, the first one refers to “a description of the range of
reference of a lexical unit” that allows readers to distinguish
the term from similar words; the second kind refers to those
definitions that list the objects that fall under the definition
or its parts; the third kind uses synonyms or generic terms to
describe the term; and finally, the fourth kind of definitions
describes the term by providing its uses.
      </p>
      <p>In order to automatically provide a category for each
definition obtained through DESCRIBE, the verbal patterns
have been divided accordingly to the kind of definition in
which they usually appear.</p>
      <p>Definition type</p>
      <p>Verbal
definitional patterns
Analytic
Extensional
Synonymic
Functional</p>
    </sec>
    <sec id="sec-5">
      <title>DEFINITION CANDIDATES’ DEPURATION</title>
    </sec>
    <sec id="sec-6">
      <title>SYSTEM</title>
      <p>As most systems in Natural Language Processing,
DESCRIBE is not perfect and sometimes the definition
candidates turn out to be wrong, or the definition might be
misplaced in a particular category.</p>
      <p>The Language Engineering group has developed a tool to
help the manual revision of the definition candidates’
validity and their categorization correctness. This tool presents a
series of definition candidates to dictionary developers.
Every candidate shown to the user has also the category in
which DESCRIBE placed it.</p>
      <p>The system allows the developers to easily accept or
reject a candidate as a definition and it also allows them to
change the category into which the definition was originally
placed.</p>
      <p>This system helps in the task of polishing the definitions
that will be part of the knowledge base of the dictionary, but
it also keeps a record of the definition candidates that have
been rejected. This record is intended to be used as a corpus
that will serve as training data for a machine learning
system that will be used to improve the precision of ECODE
and, in consequence, of DESCRIBE itself.</p>
    </sec>
    <sec id="sec-7">
      <title>CONCLUSIONS</title>
      <p>The definitions included in the knowledge base of
specialized onomasiological dictionaries must cover both formal
and informal concepts, and they also must cover as many
forms of expressing them as possible in order to procure
more accurate solutions for its users.</p>
      <p>It is also convenient to classify the definitions in the
knowledge base and the ones given by the user according to
their type, so as to provide the search engine with more
features to compare and match the user definitions with its
own, hence improving its precision. Definition classification
is the first step in the creation of ontologies.</p>
      <p>In this paper we presented a methodology to
automatically obtain definition candidates to fill the knowledge base of
onomasiological dictionaries and also classify these
definitions according to the Aristotelic definitional model. The
source of these definitions is the Internet, which allows us to
a very wide variety of speakers and, for that reason, a means
of expressing concepts. This methodology has been used
and tested in the creation of onomasiological dictionaries of
Sexuality and Linguistics, among others, and can be applied
to other subject areas, such as Biomedicine, Epidemiology,
Veterinary, Laws, etc..</p>
      <p>We also presented a tool which will make possible the
creation of a corpus with both good and bad definition
candidates marked as such. The purpose of creating this corpus
is to obtain training data for a machine learning system
directed to improve the automatic detection of definitional
contexts.</p>
    </sec>
    <sec id="sec-8">
      <title>ACKNOWLEDGEMENTS</title>
      <p>We would like to acknowledge DGAPA for the sponsorship
of the project “Análisis estilométrico para la detección de
similitud textual”. We also thank the CONACYT Thematic
Network “Tecnologías de la Información y la
Comunicación”.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>Alarcón</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          (
          <year>2006</year>
          ).
          <article-title>Extracción automática de contextos definitorios en corpus especializados. Propuesta para el desarrollo de un ECCODE (extractor de candidatos a contextos definitorios)</article-title>
          . Instituto
          <string-name>
            <surname>Universitario de Lingüística Aplicada</surname>
          </string-name>
          , Universidad Pompeu Fabra,
          <string-name>
            <surname>Barcelona</surname>
          </string-name>
          (Doctoral thesis):
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <surname>Alarcón</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bach</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Sierra</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          (
          <year>2008</year>
          ).
          <article-title>Extracción de contextos definitorios en corpus especializados: Hacia la elaboración de una herramienta de ayuda terminográfica</article-title>
          .
          <source>Revista Española de Lingüística</source>
          <volume>37</volume>
          ,
          <fpage>247</fpage>
          -
          <lpage>278</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <surname>Alarcón</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Sierra</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          (
          <year>2006</year>
          ).
          <article-title>Reglas léxico-metalingüísticas para la extracción automática de contextos definitorios</article-title>
          .
          <source>Avances en la Ciencia de la Computación</source>
          , VII Encuentro Nacional de Ciencias de la Computación,
          <volume>242</volume>
          -
          <fpage>247</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <surname>Alarcón</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sierra</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Bach</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          (
          <year>2007</year>
          ).
          <article-title>Developing a Definitional Knowledge Extraction System</article-title>
          .
          <source>Proc. 3rd Language and Technology Conference (L&amp;TC'07)</source>
          , Adam Mickiewicz University, Poznan, Polonia.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <surname>Alcina</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          (
          <year>2009</year>
          ).
          <article-title>Metodología y tecnologías para la elaboración de diccionarios terminológicos onomasiológicos</article-title>
          .
          <source>Terminología y sociedad del conocimiento</source>
          . Bern: Peter Lang,
          <fpage>33</fpage>
          -
          <lpage>58</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <surname>Bilac</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Watanabe</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hashimoto</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tokunaga</surname>
            , T. y Tanaka,
            <given-names>H.</given-names>
          </string-name>
          (
          <year>2004</year>
          ).
          <article-title>Dictionary search based on the target word description</article-title>
          .
          <source>Proceedings of the Tenth Annual Meeting of The Association for Natural Language Processing (NLP2004)</source>
          ,
          <fpage>556</fpage>
          -
          <lpage>559</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <surname>Cabré</surname>
            ,
            <given-names>M. T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bach</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Estopà</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Feliu</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Martínez</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Vivaldi</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          (
          <year>2004</year>
          ).
          <article-title>The GENOMA-KB project: towards the integration of concepts, terms, textual corpora and entities</article-title>
          .
          <source>4th International Conference on Language Resources and Evaluation (LREC</source>
          <year>2004</year>
          ), Lisboa,
          <source>European Languages Resources Association</source>
          ,
          <fpage>87</fpage>
          -
          <lpage>90</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <surname>Dutoit</surname>
            , D. y Nugues,
            <given-names>P.</given-names>
          </string-name>
          (
          <year>2002</year>
          ).
          <article-title>A Lexical Database and an Algorithm to Find Words from Definitions</article-title>
          .
          <source>Proceedings of the 15th European Conference on Artificial Intelligence, Lyon</source>
          ,
          <fpage>450</fpage>
          -
          <lpage>454</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <surname>El-Kahlout</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Oflazer</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          (
          <year>2004</year>
          ).
          <article-title>Use of Wordnet for Retrieving Words from Their Meanings</article-title>
          .
          <source>2nd Global WordNet Conference</source>
          , Brno, Czech Republic.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <surname>Hernández</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          (
          <year>2011</year>
          ).
          <article-title>Creación semi-automática de la base de datos y mejora del motor de búsqueda de un diccionario onomasiológico</article-title>
          . Universidad Autónoma de México (Master thesis).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <surname>Lanacaster</surname>
            ,
            <given-names>F</given-names>
          </string-name>
          (
          <year>1972</year>
          ).
          <article-title>Vocabulary control for information retrieval</article-title>
          . Washington: Information Resources Press.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <surname>Sierra</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          (
          <year>1999</year>
          ).
          <article-title>Design of a concept-oriented tool for terminology</article-title>
          .
          <source>UMIST</source>
          ,
          <string-name>
            <surname>Manchester</surname>
          </string-name>
          (Doctoral thesis).
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <given-names>Sierra G.</given-names>
            ,
            <surname>Alarcón</surname>
          </string-name>
          <string-name>
            <given-names>R.</given-names>
            ,
            <surname>Aguilar</surname>
          </string-name>
          <string-name>
            <given-names>C.</given-names>
            , and
            <surname>Bach</surname>
          </string-name>
          <string-name>
            <surname>C.</surname>
          </string-name>
          (
          <year>2008</year>
          ).
          <article-title>Definitional verbal patterns for semantic relation extraction</article-title>
          .
          <source>Terminology</source>
          <volume>14</volume>
          (
          <issue>1</issue>
          ), pp.
          <fpage>74</fpage>
          -
          <lpage>98</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <surname>Soler</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Alcina</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          (
          <year>2008</year>
          ).
          <article-title>Patrones léxicos para la extracción de conceptos vinculados por la relación parte-todo en español</article-title>
          .
          <source>Terminology</source>
          <volume>14</volume>
          (
          <issue>1</issue>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <string-name>
            <surname>Zock</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>and Rapp</given-names>
            <surname>Reinhard</surname>
          </string-name>
          (
          <year>2011</year>
          ).
          <article-title>Introduction to this special issue on Cognitive Aspects of Natural Language Processing</article-title>
          .
          <source>Journal of Cognitive Science</source>
          <volume>12</volume>
          (
          <issue>3</issue>
          ).
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>