<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">The XLDB Group participation at CLEF 2005 ad hoc task</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Nuno</forename><surname>Cardoso</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Grupo XLDB -Departamento de Informática Faculdade de Ciências</orgName>
								<orgName type="institution">Universidade de Lisboa</orgName>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Leonardo</forename><surname>Andrade</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Grupo XLDB -Departamento de Informática Faculdade de Ciências</orgName>
								<orgName type="institution">Universidade de Lisboa</orgName>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Alberto</forename><surname>Simões</surname></persName>
							<affiliation key="aff1">
								<orgName type="department">Departamento de Informática</orgName>
								<orgName type="institution">Universidade do Minho</orgName>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Mário</forename><forename type="middle">J</forename><surname>Silva</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Grupo XLDB -Departamento de Informática Faculdade de Ciências</orgName>
								<orgName type="institution">Universidade de Lisboa</orgName>
							</affiliation>
						</author>
						<title level="a" type="main">The XLDB Group participation at CLEF 2005 ad hoc task</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">186870CEC5963FDF776148AB5E1EAA97</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-25T00:39+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>H.3 [Information Storage and Retrieval]: H.3.1 Content Analysis and Indexing; H.3.3 Information Search and Retrieval Design</term>
					<term>Measurement</term>
					<term>Experimentation CLEF</term>
					<term>ad hoc</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>This paper presents the 2005 participation of the XLDB Group in the CLEF monolingual and bilingual ad hoc tasks for Portuguese. We participated with an improved and extended configuration of the tumba! search engine software. We detail the new features and evaluate their performance.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>In 2004, the XLDB Group made its debut participation in CLEF, on the monolingual ad hoc Portuguese retrieval task <ref type="bibr" target="#b3">[4]</ref>. The main goals were to obtain hands-on experience in joint evaluations of information retrieval (IR) and evaluate tumba!, our web search engine <ref type="bibr" target="#b10">[11]</ref>, on this task. We learned that we had to come up with new approaches and methods, as the strategy for searching and indexing large web collections has to be different for the kind of document collections used in the CLEF ad hoc task.</p><p>This year, we embraced the ad hoc task with the objective of evaluating new methods and algorithms for the task:</p><p>• Implementation of new logic operators on query strings, to support expanded queries • Development of new methods for using all the topic information provided and merging the combined result sets.</p><p>• Topics translation for submission of English to Portuguese bilingual runs.</p><p>This paper is organized as follows: Section 2 describes our system and enumerates the main changes from last year's configuration. In Section 3, we present our evaluation goals and submitted runs. Section 4 presents the results obtained. Section 5 summarises our conclusions.</p><p>One of the main lessons learned from last year's CLEF ad hoc task participation was that IR in large web collections is quite different from IR on small text collections. Simple adjustments to a web search engine aren't sufficient if we want to use all the information provided for each topic instead of just a few terms to query the CLEF ad hoc collection. This motivated the development of a set of new software, to handle properly the task.</p><p>We developed a new query expansion module that generates alternative queries from the descriptions given. This module, called QuerCol (Queries Collator) is external to the core tumba! search engine, but has an essential role in the production of the runs we submitted to CLEF in 2005.</p><p>We also improved tumba! on its capability to properly rank poorly linked and tagged documents. To rank the results for CLEF 2005, we developed a simplified version of the Okapi weighting algorithm <ref type="bibr" target="#b8">[9]</ref>, added support for the 'OR' operator in query strings, and implemented new result set merging algorithms.</p><p>With these new modules, our group is now taking the first steps to adopt the basic set of components required for serious participation on in this kind of IR task -robust stemming, weighting scheme and blind feedback <ref type="bibr" target="#b1">[2]</ref>.</p><p>In the remainder of this Section, we detail the design of QuerCol, the newly developed query expansion module, and the improvements made to the query processing sub-system of tumba!.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1">Query Expansion</head><p>The main conclusion of our CLEF 2004 participation was that, in order to achieve higher recall values, we need to expand the title terms into alternative variants, as collections include many documents relevant to the query topic without all the topic terms <ref type="bibr" target="#b3">[4]</ref>. So, this year we created multiple queries for each topic, based on synonyms, morphological and lexical expansion of the title terms, and a selection of other terms from the topic description.</p><p>Query strings can now include the 'OR' (disjunction) operator, which wasn't supported by the query server that we had in 2004. This enabled us to make extensive use of synonyms and morphological variations of the title terms. Other systems and former CLEF participants, like David Nateau et al, experimented query expansion modules based on the 'OR' operator <ref type="bibr" target="#b6">[7]</ref>, and that inspired us to start QuerCol.</p><p>QuerCol generates queries from a given topic using the following approach:</p><p>1. Eliminate common stop-words and CLEF-related stop-words. The latter include terms like 'document' and 'relevant', which are frequent in topic descriptions. We obtain these by selecting the top 5 most frequent terms from all topics.</p><p>2. Obtain title concepts. After stop-word elimination, we assume that all remaining title words are rootterms of Boolean expressions in the disjunctive normal form, each representing a concept, which must be present in all query strings derived from the topic. We used jspell to expand morphologically the title concepts <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b11">12]</ref>. Jspell is a morphological analyser based on derivation: words are created applying a set of rules over a root term. This way, it is easy to check the root term and apply rules to create word derivations for each title concept. From these, we only pick those having a frequency of least 5 in the collection.</p><p>3. Obtain expanded concepts. For each topic title, we take the terms as a conjunction query, which is submitted to the tumba! instance indexing the CLEF ad hoc collection. Then, we measure the tf x idf value for each term in the topic's set of words, for each document in the obtained result set. We rank the top 8 terms and discard those with a document frequency lower than 5 in the collection. The selected terms are called expanded concepts.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>4.</head><p>Compute the similarity between the title concepts and the expanded concepts. For instance, if the title concepts are shark and attack, and the term strike is selected as an expanded concept, we want to relate it to the attack concept, to create a query like shark attack OR shark strike. We used a database of term co-occurrences of Portuguese terms developed by the Porto node of Linguateca, built from two Portuguese corpora, CETEMPublico <ref type="bibr" target="#b9">[10]</ref> and WPT 03 <ref type="bibr" target="#b5">[6]</ref>. In the example above, we queried the database for the top-20 terms that co-occur after the term shark. If strike is in the result, we can say that the two terms belong to the same concept, and we add strike to the attack concept term list.</p><p>If an expanded concept isn't associated to a concept, it is later added to the query string as a disjunction. This means that expanded concepts don't influence the result set lists, but contribute to weighting the documents containing them.</p><p>5. Query string generation. In the end, each title concept is defined as a list of terms, selected both from the expanded concepts and from the morphological expansions of the initial title terms. With all the lists of concepts for each topic, we compute all term combinations as a m × n matrix of m concepts ×n term list size for each concept, and finally we merge them with disjunction operators to generate a single query string.</p><p>For the English to Portuguese bilingual ad hoc task, we devised the two following approaches:</p><p>1. Using the Babelfish web translation tool <ref type="bibr" target="#b13">[14]</ref>. The topic strings were extracted and sent one at a time to the translator and the translations replaced the original topic strings.</p><p>2. Using Example Based Machine Translation (EBMT) methods in parallel corpora <ref type="bibr" target="#b12">[13]</ref>. The translations were made from a translation memory built from multilingual thesauri freely available on the Internet (EuroVoc, Unesco thesaurus and others). The thesauri have not only simple term entries but also multi-word entries that help in the translation of some word sequences. The translation memory was then used to translate word sequences of the topics file. Words without a corresponding entry in the translation memory were individually translated using Babelfish.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2">Weighting and Ranking</head><p>Sidra <ref type="bibr" target="#b4">[5]</ref> is the indexing and ranking system used in the tumba! web search engine. Sidra provides support for "all the terms" searches, exact phrase queries and field searches that restrict result sets to a specific subdomain or document format. Sidra was primarily designed to rank web documents, as its original ranking function relied mainly in metadata such as links' anchor text, URL strings and page titles. However, it performs poorly when handling document collections with scarce metadata, such as the CLEF ad hoc collection. Sidra does not perform term stemming. The index terms are all the single works, indexed by a full inverted file.</p><p>To improve the performance of Sidra on CLEF, we made two major enhancements:</p><p>1. Implement a weighting function based on term frequency, to tackle the absence of meta-data.</p><p>2. Develop support for disjunction of terms expressions as queries to handle expanded queries created by QuerCol.</p><p>As weighting function, we implemented a simplified Okapi BM25 formula, without relevance information <ref type="bibr" target="#b7">[8]</ref>. This way, the weighting effect is very similar to a simple tf*idf weighting function. The initial idea was to develop a baseline for a future implementation of a full BM 25 schema, which is not yet available.</p><p>Query strings submitted to Sidra are no longer interpreted as AND expressions of terms. Term expressions with the logic 'OR' operator can only be accepted in the Disjunctive Normal Form. Given that the Sidra query servers handle each conjunction as a simple query, support for the 'OR' operator consisted in devising strategies for merging the result sets of ranked documents obtained in each sub-query. We used two simple approaches:</p><p>Weight Merge: The final result set is obtained by sorting the weights of each result on the combined result set. The final weight of a document present in more than one result set is the sum of the weights of the document in each result set.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Round-Robin Merge:</head><p>The final result set is generated by sorting the result sets by the weight of the top ranked document in the result set. Then, documents are picked from each result set using a roundrobin rule. Documents already picked to the merged result set are ignored.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Runs</head><p>For the ad hoc task, we submitted 5 runs for the Portuguese monolingual ad hoc task (4 regular runs plus one mandatory run) and 4 for the English to Portuguese bilingual ad hoc task. As we were testing implementations of the 'OR' operator on tumba!, we selected the result set merging methods as a parameter to measure which produced better results. Hence, we applied the Weight Merge algorithm to half the runs plus the mandatory run, and Round Robin Merge to the other half (see Table <ref type="table" target="#tab_0">1</ref> In the monolingual task, we created runs XLDBTumba01 and XLDBTumba05 by manually adding all kinds of synonyms and morphological expansions to the queries that seemed reasonable. We used it as a baseline for evaluation against other submitted runs. For runs XLDBTumba02 and XLDBTumba06, QuerCol automatically generated the queries. We aimed at obtaining result sets of the same level of quality as for manually created runs, as QuerCol used the same query creation approach. XLDBTumba09 is a mandatory run, with query strings automatically generated from the topics' title and description fields only.</p><p>On the bilingual task, the goal of our participation was to have a preliminary evaluation of the EBMT systems being developed at the Braga node of Linguateca.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Results</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Run label</head><p>Retrieved Relevant Ret_rel Avg.    <ref type="table" target="#tab_2">2</ref> show the obtained results. One of our main goals was to compare the two result sets merging strategies, and in the end the Weight merge method outperformed the Round-Robin method. A deeper analysis on the results will provide valuable hints on the result set merging mechanism to implement for disjunctive queries.</p><p>Manual query creation (runs 01 and 05) performed better than automatic query creation (runs 02 and 06). Further analysis on the obtained results will also provide good hints for improving QuerCol to narrow The results of the monolingual runs are much better than the bilingual. This is likely a consequence of some poor translations. We concluded that we were using thesauri with less quality than expected. As we have overlaps (alternative translations coming from different thesauri), some of the used translations came from the wrong thesaurus and were the source of the bad translation results. Table <ref type="table" target="#tab_2">2</ref> shows that the runs using EMBT translation obtained more relevant results with less retrieved documents, which is an encouraging result.</p><p>The relative performance of the best of our runs compared to other groups' submissions is close to the median. There are a few queries where our performance is much worse than the median for reasons that we have yet to find. However, given that in 2005 our weighting algorithm was very simple, we believe that an improvement here would likely raise the performance level of our software in future evaluations.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Conclusion</head><p>The results obtained this year represent show a major improvement since last year. This comes as a direct consequence of the changes made to our IR system. Some of the developments for this CLEF task will be incorporated in the next version of tumba!</p><p>We have also identified further improvements, like extending QuerCol with a Portuguese stemmer. This would create better term expansions and improve the 'clustering' of terms from the same concept. QuerCol's generated queries also revealed some flaws that we need to amend, as there are concepts with more than one term that shouldn't be handled separately (for instance, Bill Clinton). Some morphological expansions of title terms might also produce misleading variations. Finally, we could also incorporate the software developed for our participation in GeoCLEF 2005 to expand geographic names in queries <ref type="bibr" target="#b2">[3]</ref>.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 1</head><label>1</label><figDesc>Figure 1 and Table2show the obtained results. One of our main goals was to compare the two result sets merging strategies, and in the end the Weight merge method outperformed the Round-Robin method. A deeper analysis on the results will provide valuable hints on the result set merging mechanism to implement for disjunctive queries.Manual query creation (runs 01 and 05) performed better than automatic query creation (runs 02 and 06). Further analysis on the obtained results will also provide good hints for improving QuerCol to narrow</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 1 :</head><label>1</label><figDesc>Figure 1: Results of the XLDB Group on monolingual and bilingual ad hoc tasks</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1 :</head><label>1</label><figDesc>). Runs submitted to the ad hoc task</figDesc><table><row><cell></cell><cell></cell><cell>Monolingual</cell><cell></cell><cell></cell></row><row><cell>Query</cell><cell></cell><cell>Manual</cell><cell cols="2">Automatic</cell></row><row><cell>Fusion</cell><cell>Weight</cell><cell>Round Robin</cell><cell>Weight</cell><cell>Round Robin</cell></row><row><cell>Run</cell><cell cols="4">XLDBTumba01 XLDBTumba05 XLDBTumba02 XLDBTumba06</cell></row><row><cell></cell><cell></cell><cell cols="2">XLDBTumba09</cell><cell></cell></row><row><cell></cell><cell></cell><cell>Bilingual</cell><cell></cell><cell></cell></row><row><cell>Query</cell><cell cols="2">EBMT translation</cell><cell cols="2">Babelfish Translation</cell></row><row><cell>Fusion</cell><cell>Weight</cell><cell>Round Robin</cell><cell>Weight</cell><cell>Round Robin</cell></row><row><cell>Run</cell><cell cols="4">XLDBTumba03 XLDBTumba07 XLDBTumba04 XLDBTumba08</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>Table 2 :</head><label>2</label><figDesc>Overall results on all runs</figDesc><table /></figure>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6">Acknowledgements</head><p>We would like to thank to Daniel Gomes, who managed the tumba! repository instance created for supporting our participation in this joint evaluation. Thanks also to the developers of the tumba! search engine and the Portuguese language tools used to assemble the runs. Our participation was partly financed by the Portuguese Fundação para a Ciência e Tecnologia through grants POSI / PLP / 43931 / 2001 (Linguateca) and POSI / SRI / 40193 / 2001 (GREASE).</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Jspell -a module for generic natural language lexical analysis</title>
		<author>
			<persName><forename type="first">José</forename><surname>João</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ulisses</forename><surname>Almeida</surname></persName>
		</author>
		<author>
			<persName><surname>Pinto</surname></persName>
		</author>
		<ptr target="http://www.di.uminho.pt/~jj/pln/jspell1.ps.gz" />
	</analytic>
	<monogr>
		<title level="m">Actas do X Encontro da Associação Portuguesa de Linguística</title>
				<meeting><address><addrLine>Évora</addrLine></address></meeting>
		<imprint>
			<date type="published" when="1994">1994</date>
			<biblScope unit="page" from="1" to="15" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<author>
			<persName><forename type="first">Martin</forename><surname>Braschler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Carol</forename><surname>Peters</surname></persName>
		</author>
		<title level="m">Cross-Language Evaluation Forum: Objectives, Results, Achievements</title>
				<imprint>
			<publisher>Kluwer Academic Publishers</publisher>
			<date type="published" when="2004-01">January 2004</date>
			<biblScope unit="volume">7</biblScope>
			<biblScope unit="page" from="7" to="31" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">The XLDB Group at GeoCLEF</title>
		<author>
			<persName><forename type="first">Nuno</forename><surname>Cardoso</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Bruno</forename><surname>Martins</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Leonardo</forename><surname>Andrade</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Marcirio</forename><surname>Chaves</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mário</forename><forename type="middle">J</forename><surname>Silva</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Working Notes for the CLEF 2005 Workshop</title>
				<editor>
			<persName><forename type="first">C</forename><surname>Peters</surname></persName>
		</editor>
		<meeting><address><addrLine>Wien, Austria</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2005-09-23">2005. 21-23 September 2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">The XLDB Group at CLEF</title>
		<author>
			<persName><forename type="first">Nuno</forename><surname>Cardoso</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mário</forename><forename type="middle">J</forename><surname>Silva</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Miguel</forename><surname>Costa</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Working Notes for the CLEF 2004 Workshop</title>
				<editor>
			<persName><forename type="first">C</forename><surname>Peters</surname></persName>
		</editor>
		<meeting><address><addrLine>Bath, UK</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2004-09-17">2004. 15-17 September 2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<title level="m" type="main">Sidra: a flexible web search system</title>
		<author>
			<persName><forename type="first">Miguel</forename><surname>Costa</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2004-11">November 2004</date>
		</imprint>
		<respStmt>
			<orgName>Faculdade de Ciências da Universidade de Lisboa</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Master&apos;s thesis</note>
</biblStruct>

<biblStruct xml:id="b5">
	<monogr>
		<title level="m" type="main">A statistical stydy of the wpt-03 corpus</title>
		<author>
			<persName><forename type="first">Bruno</forename><surname>Martins</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mário</forename><forename type="middle">J</forename><surname>Silva</surname></persName>
		</author>
		<idno>DI/FCUL TR-04-1</idno>
		<imprint>
			<date type="published" when="2004-04">April 2004</date>
		</imprint>
		<respStmt>
			<orgName>Departamento de Informática da Faculdade de Ciências da Universidade de Lisboa</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Technical Report</note>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Using COTS Search Engine and Custom Query Strategies at CLEF</title>
		<author>
			<persName><forename type="first">David</forename><surname>Nateau</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mario</forename><surname>Jarmasz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Caroline</forename><surname>Barrière</surname></persName>
		</author>
		<author>
			<persName><forename type="first">George</forename><surname>Foster</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Claude</forename><surname>St</surname></persName>
		</author>
		<author>
			<persName><forename type="first">-Jacques</forename></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Working Notes for the CLEF 2004 Workshop</title>
				<editor>
			<persName><forename type="first">C</forename><surname>Peters</surname></persName>
		</editor>
		<meeting><address><addrLine>Bath, UK</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2004-09-17">15-17 September 2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Okapi at TREC-3</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">E</forename><surname>Robertson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Walker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Jones</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">M</forename><surname>Hancock-Beaulieu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Overview of the Third Text REtrieval Conference (TREC 3)</title>
				<editor>
			<persName><forename type="first">D</forename><forename type="middle">K</forename><surname>Harman</surname></persName>
		</editor>
		<meeting><address><addrLine>Gaithersburg, MD, USA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="1995">1995</date>
			<biblScope unit="page" from="109" to="126" />
		</imprint>
		<respStmt>
			<orgName>Department of Commerce, National Institute of Standards and Technology</orgName>
		</respStmt>
	</monogr>
	<note>IST Special Publication</note>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Okapi at TREC-3</title>
		<author>
			<persName><forename type="first">Stephen</forename><forename type="middle">E</forename><surname>Robertson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Steve</forename><surname>Walker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Jones</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Micheline</forename><surname>Hancock-Beaulieu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Gatford</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 3rd Text Retrieval Conference (TREC-3)</title>
				<meeting>the 3rd Text Retrieval Conference (TREC-3)<address><addrLine>Springfield, Virginia, USA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="1996">1996</date>
			<biblScope unit="page" from="109" to="126" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">CETEMPúblico: Um corpus de grandes dimensões de linguagem jornalística portuguesa</title>
		<author>
			<persName><forename type="first">Paulo</forename><surname>Rocha</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Diana</forename><surname>Santos</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Actas do V Encontro para o processamento computacional da língua portuguesa escrita e falada (PROPOR&apos;2000</title>
				<meeting><address><addrLine>Atibaia; São Paulo, Brasil</addrLine></address></meeting>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">The Case for a Portuguese Web Search Engine</title>
		<author>
			<persName><forename type="first">J</forename><surname>Mário</surname></persName>
		</author>
		<author>
			<persName><surname>Silva</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the IADIS International Conference WWW/Internet 2003, ICWI 2003</title>
				<meeting>the IADIS International Conference WWW/Internet 2003, ICWI 2003<address><addrLine>Algarve, Portugal</addrLine></address></meeting>
		<imprint>
			<publisher>IADIS</publisher>
			<date type="published" when="2003-11">November 2003</date>
			<biblScope unit="page" from="5" to="8" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Jspell.pm -a morphological analysis module for natural language processing</title>
		<author>
			<persName><forename type="first">Alberto</forename><forename type="middle">M</forename><surname>Simões</surname></persName>
		</author>
		<author>
			<persName><forename type="first">João José</forename><surname>Almeida</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Actas do XVII Encontro da Associação Portuguesa de Linguística</title>
				<meeting><address><addrLine>Lisbon</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2001">2001</date>
			<biblScope unit="page" from="485" to="495" />
		</imprint>
	</monogr>
	<note>In Portuguese</note>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Review article: Example based machine translation</title>
		<author>
			<persName><forename type="first">Harold</forename><surname>Somers</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Machine Translation</title>
		<imprint>
			<biblScope unit="volume">14</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="113" to="157" />
			<date type="published" when="1999">1999</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<monogr>
		<ptr target="http://babelfish.altavista.com" />
		<title level="m">BabelFish Web Translation Tool</title>
				<imprint/>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
