<!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>Sheffield University CLEF 2000 Submission (Bilingual Track - German to English) Tim Gollins and Mark Sanderson1 (Department of Information Studies, University of Sheffield, Sheffield, South Yorkshire, UK)</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Combine English Terms</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>English Query</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="editor">
          <string-name>Spanish Query Terms</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Translate to Dutch</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Translate to English</institution>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Translate to Spanish</institution>
        </aff>
      </contrib-group>
      <abstract>
        <p>We investigated dictionary based cross language information retrieval using lexical triangulation. Lexical triangulation combines the results of different transitive translations. Transitive translation uses a pivot language to translate between two languages when no direct translation resource is available. We took German queries and translated then via Spanish, or Dutch into English. We compared the results of retrieval experiments using these queries, with other versions created by combining the transitive translations or created by direct translation. Direct dictionary translation of a query introduces considerable ambiguity that damages retrieval, an average precision 79% below monolingual in this research. Transitive translation introduces more ambiguity, giving results worse than 88% below direct translation. We have shown that lexical triangulation between two transitive translations can eliminate much of the additional ambiguity introduced by transitive translation.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>2.1
(2000)).</p>
    </sec>
    <sec id="sec-2">
      <title>General</title>
      <p>
        The underlying IR system used in the Sheffield submission was the GLASS system (Sanderson
The translation resources were derived from the German, Spanish, Dutch, and English
components of EuroWordNet (
        <xref ref-type="bibr" rid="ref15">Vossen (1999)</xref>
        ). The data used to lemmatise the German queries was
derived from the CELEX German databases.
2.2
      </p>
    </sec>
    <sec id="sec-3">
      <title>EuroWordNet</title>
      <p>
        Given that the intention of this work is to examine CLIR using simulated Machine Readable
Dictionaries, the choice of EuroWordNet (
        <xref ref-type="bibr" rid="ref15">Vossen (1999)</xref>
        ) as the primary translation resource may appear
a little strange. The primary basis for this choice was availability2.
      </p>
      <p>
        The intention of the EuroWordNet project was to develop a database of WordNets for a number
of European languages similar to, and linked with, the Princeton WordNet 1.5 (
        <xref ref-type="bibr" rid="ref14">Vossen (1997)</xref>
        ). This
effectively makes English the inter lingua that all the other languages link through. One of the intended
uses of EuroWordNet was in multi-lingual information retrieval (
        <xref ref-type="bibr" rid="ref14">Vossen (1997)</xref>
        ).
        <xref ref-type="bibr" rid="ref6">Gonzalo, et al. (1998)</xref>
        describes a possible implementation.
      </p>
      <p>
        By developing a series of WordNets for European languages, and linking them to the original
Princeton 1.5 WordNet for English, EuroWordNet has created a structure similar to the controlled
vocabulary thesaurus used by Salton as described by
        <xref ref-type="bibr" rid="ref9">Oard &amp; Dorr (1996)</xref>
        . The structure is also very
similar to the structure developed by
        <xref ref-type="bibr" rid="ref4">Diekema, et al. (1998)</xref>
        . The Princeton WordNet consists of
synonyms grouped together to form “synsets”, basic semantic relationships link these together to form the
WordNet (
        <xref ref-type="bibr" rid="ref14">Vossen (1997)</xref>
        ,
        <xref ref-type="bibr" rid="ref8">Miller, et al. (2000)</xref>
        ). Each synset has a unique identifier (synset-id).
      </p>
      <p>
        In EuroWordNet, the relationships between the synsets of the various component languages and
the Princeton 1.5 WordNet synsets3 can take many forms. These include, for example, the eq_hyponym4
relation, which relates more general to more specific concepts (
        <xref ref-type="bibr" rid="ref14">Vossen (1997)</xref>
        ).
      </p>
      <p>Our work used EuroWordNet to generate structures to simulate a Machine Readable Dictionary.
The only relationships used in the construction of the dictionary tables, were the eq_synonym and
eq_near_synonym relationships. These are by far the most restrictive and precise of the possible
relationships.</p>
      <p>
        The eq_synonym relationship records the fact that the language synset is synonymous with the
WordNet synset. EuroWordNet introduced the eq_near_synonym relationship to record the fact that
certain terms that share a common hypernym (more general concept) are closer in meaning than others.
In this situation the co-hyponyms (more specific terms) that are closely related are close enough in
meaning that they could be used for translation purposes, but are not synonymous and are therefore not in
the same synset. This closeness is represented by linking the synsets with an eq_near_synonym
relationship (
        <xref ref-type="bibr" rid="ref14">Vossen (1997)</xref>
        ).
      </p>
      <p>For each language used from EuroWordNet, two tables were generated. The first mapped
lemmas to the synset-ids of the synsets related by eq_synonym or eq_near_synonym. The second maps
synset-ids to their constituent lemmas (i.e. related by eq_synonym or eq_near_synonym). As we will
explain below, these tables are used to parameterise the translation process.</p>
      <p>2 The Sheffield University Computer Science Department was a collaborator in the
EuroWordNet project and Wim Peters of that department kindly made extracts from EuroWordNet
available for this research.</p>
      <p>3 In EuroWordNet terms the Inter Lingual Index or ILI.</p>
      <p>4 The relationships in EuroWordNet have names on the form eq_relationship_name the eq_
indicates that the relationship involves some degree of “equality”.
2.3</p>
    </sec>
    <sec id="sec-4">
      <title>The translation and processing of queries</title>
      <p>Query processing was fully automatic and the queries were generated using all parts of the
topics. The queries were passed through a series of processes as follows:
•
•
•
•
•
•
•</p>
      <p>Parsing - The conversion of the topics to queries which makes use of title, description and narrative
fields.</p>
      <p>Normalisation - all characters were reduced to the lower case unaccented equivalents (i.e. “Ö”
reduced to “o” and “É” to “e” etc.) in order to maximise matching in both the lemmatisation and
translation processes.</p>
      <p>
        Lemmatisation - The various inflected forms of the query words were reduced to a canonical lemma
form to enable matching with the German EuroWordNet translation resources. A table derived from
the CELEX German database was used to determine the appropriate lemmata5 for a wordform.
German compound words were split using a simple algorithm. The algorithm looks for a series of
wordforms that will match with the whole compound. If such a complete match is found the
corresponding lemmata of the wordforms are returned. The algorithm takes account of the use of “s”
as “glue” in the construction of German compounds. This approach was based on the description of
the word reduction module in
        <xref ref-type="bibr" rid="ref13">Sheridan &amp; Ballerini (1996)</xref>
        . All of the CELEX data was normalised
to unaccented lower case for matching with the query words.
      </p>
      <p>German Stop Word Removal - A stopword list, generated from the CELEX German database, was
used to remove words in the query that carried little meaning and would otherwise introduce noise to
the translation. The stop-word lists contain all of the German words marked as articles, pronouns,
prepositions, conjunctions or interjections in the CELEX database.</p>
      <p>Translation - The translation process used tables derived from EuroWordNet to translate between two
languages. The lemma to synset-id table for the first language and the synset to lemma table for the
second language were used to map words in the first language to words in the second. All the
possible translations through the intermediate synset-ids were returned. Three different translations
were created for each query: a direct German to English translation, a transitive translation using
Spanish as the intermediate language, and a transitive translation using Dutch as the intermediate
language.</p>
      <p>
        Merging - The results of the two transitive translation routes were merged to produce a fourth
translation, the triangulated translation. The merge process was conducted on an “original German
Lemma” by “original German Lemma” basis. The translations from each route for each lemma were
compared and only translations common to both routes were used to translate the lemma.
Retrieval – the translation and merging process produced four different versions of the queries
translated into English, these were submitted to the GLASS IR system which had been used to index
the English corpus. The GLASS system normalised both documents and queries to lower case, and
removed any English stopwords (using a standard English stop word list). Porter stemming (
        <xref ref-type="bibr" rid="ref10">Porter
(1980)</xref>
        ) was used on both the queries and the collection. No special processing was used on the
corpus.
      </p>
      <p>5 The wordform to lemma table is a many-to-many mapping as a wordform may be a valid
inflection of more than one lemma.
3.1
•
•
•
•</p>
      <sec id="sec-4-1">
        <title>The Experimental story</title>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Experimental Conditions</title>
      <p>We submitted 4 official runs to the CLEF evaluation process.</p>
      <p>A “bilingual” run (shefbi), generated from the direct translation from German to English
A “Spanish transitive” run (shefes), generated from the transitive translation using Spanish as the
intermediate.</p>
      <p>A “Dutch transitive” run (shefnl), generated from the transitive translation using Dutch as the
intermediate.</p>
      <p>And a “triangulated” run (sheftri), generated from the result of merging of the two transitive
translations.</p>
      <p>Only the triangulated run (sheftri) was judged and contributed to the relevance judgement pool.</p>
      <p>In order to provide a baseline for comparison we conducted an additional English monolingual
run using the same parsing and retrieval processes. This unofficial run is presented below to enable
comparisons to be made.</p>
      <p>In summary then, the experimental conditions were as follows:</p>
      <sec id="sec-5-1">
        <title>Experimental Variable</title>
        <p>Queries
Corpus
Relevance Judgements
Corpus and Query Stemming
Lemmatiser
German Stop-words removed
pre-translation
Translation</p>
      </sec>
      <sec id="sec-5-2">
        <title>Merging Strategy for Lexical triangulation</title>
      </sec>
      <sec id="sec-5-3">
        <title>Value for this experiment CLEF 2000 CLIR, German and English LA Times 1994- CLEF Collection CLEF 2000 pool</title>
        <p>Yes, Porter based
Yes, including German Compound Splitting
Yes, all articles, pronouns, prepositions, conjunctions or
interjections from the CELEX German database.</p>
        <p>Simulated Dictionary based, using lookup-tables derived from
EuroWordNet eq_synonym and eq_near_synonym relations.</p>
        <p>Only translations common to both transitive routes,
3.2</p>
        <p>The table below shows the average precision for the 5 runs that made up the CLEF experiment.
Only the cross language runs were submitted to the CLEF, and of those, only the triangulated run
contributed to the pooled results.</p>
      </sec>
      <sec id="sec-5-4">
        <title>English</title>
        <p>Bilingual (shefbi)
Triangulated (sheftri)
Spanish Transitive (shefes)
Dutch Transitive (shefnl)</p>
        <p>The standard 11-point recall and precision curves for the 5 runs are shown below, the second
graph shows only the 4 cross language runs.</p>
        <p>
          Comparing the average precision of the monolingual run with the bilingual run we see that the
bilingual run is some 76%6 below the monolingual. This compares to the 60% below worst case reported
by
          <xref ref-type="bibr" rid="ref1">Ballesteros &amp; Croft (1996)</xref>
          when considering word by word dictionary based Spanish to English
CLIR.
        </p>
        <p>
          Taking next the two transitive runs, we observe a differential of -88% in the case of the Spanish
transitive run and -92% in the case of the Dutch transitive run relative to the bilingual run. Both of these
results are statistically significant at the 0.01 level under both the sign and Wilcoxon tests. These figures
are in line with the -92% differentials reported by
          <xref ref-type="bibr" rid="ref1 ref2 ref3">Ballesteros (2000)</xref>
          for transitive retrieval of Spanish –
French CLIR with English as the pivot compared to Spanish – French direct translation.
        </p>
        <p>Comparing the triangulated run with the two transitive runs reveals the expected improvement in
performance. The differentials for the two transitive runs relative to the triangulated run are -79% for the
Spanish transitive run and -85% for the Dutch transitive. Both of these figures are statistically significant
at the 0.01 level under both the sign and Wilcoxon tests.</p>
        <p>There is also a statistically significant differential of -47% between the triangulated run and the
bilingual in favour of the bilingual. This significance is at the 0.01level under both the sign and
Wilcoxon tests.
4</p>
        <sec id="sec-5-4-1">
          <title>Conclusion</title>
          <p>
            In summary, these results support the results of
            <xref ref-type="bibr" rid="ref1 ref2 ref3">Ballesteros (2000)</xref>
            with respect to the behaviour
of transitive translation in CLIR. They also support the hypotheses we set out to prove that lexical
triangulation has the beneficial effect of improving the results from transitive translation in dictionary
based CLIR.
          </p>
          <p>This work made use of relatively rich resources in the form of EuroWordNet. However, it
remains to be seen if these results could be repeated using the poorer quality resources that are likely to be
available for translating between less common pairs of languages.</p>
          <p>
            As Samuel Johnson said “Dictionaries are like watches; the worst is better than none, and the
best cannot be expected to be quite true.” (
            <xref ref-type="bibr" rid="ref5">Gendreyzig (2000)</xref>
            )
          </p>
          <p>6 Statistically significant at the 0.01 level under both the sign and Wilcoxon tests.</p>
          <p>Ballesteros, L. &amp; Croft, W. B. (1997). "Phrasal translation and query expansion techniques for
crosslanguage information retrieval". In: Proceedings of the 20th annual international ACM SIGIR
conference on Research and development in information retrieval, pp. 84 - 91. Association for
Computing Machinery. [Online]. Available:
http://www.acm.org/pubs/articles/proceedings/ir/258525/p84-ballesteros/p84-ballesteros.pdf
[29/02/2000].</p>
        </sec>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>Ballesteros</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          &amp;
          <string-name>
            <surname>Croft</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          (
          <year>1996</year>
          ).
          <article-title>"Dictionary methods for cross-lingual information retrieval"</article-title>
          .
          <source>In: Database and Expert Systems Applications. 7th International Conference, DEXA '96 Proceedings</source>
          . Springer-Verlag Berlin, Germany. [Online]. Available: http://cobar.cs.umass.edu/pubfiles/ir-98.ps.gz [
          <volume>23</volume>
          /03/2000].
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <surname>Ballesteros</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          &amp;
          <string-name>
            <surname>Croft</surname>
            ,
            <given-names>W. B.</given-names>
          </string-name>
          (
          <year>1998</year>
          ).
          <article-title>"Resolving ambiguity for cross-language retrieval"</article-title>
          .
          <source>In: Proceedings of the 21st Annual International ACM SIGIR Conference on Research and Development in Information Retrieval</source>
          .
          <article-title>Association for Computing Machinery</article-title>
          . [Online]. Available: http://www.acm.org/pubs/articles/proceedings/ir/290941/p64-ballesteros/p64- ballesteros.pdf [
          <volume>29</volume>
          /02/2000].
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <surname>Ballesteros</surname>
            ,
            <given-names>L. A.</given-names>
          </string-name>
          (
          <year>2000</year>
          ).
          <article-title>"Cross Language Retrieval via transitive translation"</article-title>
          . In: Croft, W. B. (ed.)
          <source>Advances in Information Retrieval: Recent Research from the CIIR</source>
          , pp.
          <fpage>203</fpage>
          -
          <lpage>234</lpage>
          Kulwer Academic Publishers.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <surname>Diekema</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Oroumchian</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sheridan</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          &amp;
          <string-name>
            <surname>Liddy</surname>
            ,
            <given-names>E. D.</given-names>
          </string-name>
          (
          <year>1998</year>
          ).
          <article-title>"TREC-7 Evaluation of Conceptual Interlingua Document Retrieval (CINDOR) in English and French"</article-title>
          . In: Voorhees,
          <string-name>
            <given-names>E. M.</given-names>
            &amp;
            <surname>Harman</surname>
          </string-name>
          , D. K. (eds.),
          <source>NIST Special Publication 500-242: The Seventh Text REtrieval Conference (TREC-7)</source>
          . NIST. [Online]. Available: http://trec.nist.gov/pubs/trec7/t7_proceedings.html [
          <volume>15</volume>
          /02/2000].
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <surname>Gendreyzig</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          (
          <year>2000</year>
          ).
          <article-title>Collection of Web-Dictionaries, [Online]</article-title>
          . LEO - Link Everything Online. Available: http://dict.leo.org/dict/dictionaries.en.html [
          <volume>24</volume>
          /08/2000].
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <surname>Gonzalo</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Verdejo</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Peters</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          &amp;
          <string-name>
            <surname>Calzolari</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          (
          <year>1998</year>
          ).
          <article-title>"Applying EuroWordNet to cross-language text retrieval"</article-title>
          ,
          <source>Computers and the Humanities</source>
          ,
          <volume>32</volume>
          (
          <issue>2-3</issue>
          ), pp
          <fpage>185</fpage>
          -
          <lpage>207</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <surname>Grefenstette</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          (
          <year>1998</year>
          ).
          <article-title>"Problems and approaches to Cross Language Information Retrieval"</article-title>
          ,
          <source>Proceedings of the Asis Annual Meeting</source>
          ,
          <volume>35</volume>
          , pp
          <fpage>143</fpage>
          -
          <lpage>152</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <surname>Miller</surname>
            ,
            <given-names>G. A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chodorow</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fellbaum</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Johnson-Laird</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tengi</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wakefield</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          &amp;
          <string-name>
            <surname>Ziskind</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          (
          <year>2000</year>
          ).
          <article-title>WordNet - a Lexical Database for English, [Online]</article-title>
          .
          <source>Cognitive Science Laboratory</source>
          , Princeton University. Available: http://www.cogsci.princeton.edu/~wn/w3wn.html [
          <volume>23</volume>
          /08/2000].
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <surname>Oard</surname>
            ,
            <given-names>D. W.</given-names>
          </string-name>
          &amp;
          <string-name>
            <surname>Dorr</surname>
            ,
            <given-names>B. J.</given-names>
          </string-name>
          (
          <year>1996</year>
          ).
          <article-title>A Survey of Multilingual Text Retrieval. (Report). Institute for Advanced Computer Studies</article-title>
          and Computer Science Department University of Maryland. [Online]. Available: http://www.clis.umd.edu/dlrg/filter/papers/mlir.ps [09/03/2000]
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <surname>Porter</surname>
            ,
            <given-names>M. F.</given-names>
          </string-name>
          (
          <year>1980</year>
          ).
          <article-title>"An algorithm for suffix stripping"</article-title>
          . In: Sparck Jones,
          <string-name>
            <given-names>K.</given-names>
            &amp;
            <surname>Willett</surname>
          </string-name>
          ,
          <string-name>
            <surname>P</surname>
          </string-name>
          . (eds.), (
          <year>1997</year>
          )
          <article-title>Readings in Information Retrieval</article-title>
          ., pp.
          <fpage>313</fpage>
          -
          <lpage>316</lpage>
          . San Francisco: Morgan Kaufmann.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <surname>Sanderson</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          (
          <year>2000</year>
          ). GLASS, [Online].
          <source>Dr Mark Sanderson</source>
          . Available: http://dis.shef.ac.uk/mark/GLASS/ [25/07/2000].
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <surname>Schauble</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          &amp;
          <string-name>
            <surname>Sheridan</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          (
          <year>1997</year>
          ).
          <article-title>"Cross-Language Information Retrieval (CLIR) Track Overview"</article-title>
          . In: Voorhees,
          <string-name>
            <given-names>E. M.</given-names>
            &amp;
            <surname>Harman</surname>
          </string-name>
          , D. K. (eds.),
          <source>NIST Special Publication 500-226: The Sixth Text REtrieval Conference (TREC-6)</source>
          . NIST. [Online]. Available: http://trec.nist.gov/pubs/trec6/t6_proceedings.html [
          <volume>15</volume>
          /02/2000].
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <surname>Sheridan</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          &amp;
          <string-name>
            <surname>Ballerini</surname>
            ,
            <given-names>J. P.</given-names>
          </string-name>
          (
          <year>1996</year>
          ).
          <article-title>"Experiments in multilingual information retrieval using the SPIDER system"</article-title>
          . In: Frei,
          <string-name>
            <surname>H. P.</surname>
          </string-name>
          (ed.)
          <source>Proceedings of the 1996 19th Annual International ACM SIGIR Conference on Research and Development in Information Retrieval, SIGIR 96</source>
          , pp.
          <fpage>58</fpage>
          -
          <lpage>65</lpage>
          . Association for Computing Machinery. [Online]. Available: http://www.acm.org/pubs/articles/proceedings/ir/243199/p58-sheridan/p58-sheridan.pdf [
          <volume>29</volume>
          /02/2000].
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <surname>Vossen</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          (
          <year>1997</year>
          ).
          <article-title>"EuroWordNet: A Multilingual Database for Information Retrieval"</article-title>
          .
          <source>In: THIRD DELOS WORKSHOP Cross-Language Information Retrieval</source>
          , pp.
          <fpage>85</fpage>
          -
          <lpage>94</lpage>
          . European Research Consortium For Informatics and Mathematics. [Online]. Available: http://www.ercim.org/publication/ws-proceedings/DELOS3/Vossen.pdf [
          <volume>01</volume>
          /03/2000].
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <string-name>
            <surname>Vossen</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          (
          <year>1999</year>
          ).
          <article-title>EuroWordNet Building a multilingual database with wordnets for several European languages</article-title>
          ., [Online]. University of Amsterdam. Available: http://www.hum.uva.nl/~ewn/ [28/02/2000].
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>