@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-LX7HJLMC-S>
  skos:prefLabel "méthodes et outils de TAL"@fr, "NLP methods and tools"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-LQ2X9VLV-T> .

<http://data.loterre.fr/ark:/67375/8LP-LQ2X9VLV-T>
  skos:prefLabel "query expansion"@en, "expansion de requêtes"@fr ;
  skos:example "One way to view query expansion is to make the user query resemble more closely the documents it is expected to retrieve. (Strzalkowski, Wang & Wise, 1998)"@en, "As can be seen query expansion produces an impressive improvement in precision at all levels. (Strzalkowski, Wang & Wise, 1998)"@en, "Query expansion appears to produce consistently high gains not only for different sets of queries but. (Strzalkowski, Wang & Wise, 1998)"@en, "Other types of query expansions including general purpose thesauri or lexical databases (e.g. Wordnet) have been found generally unsuccessful in information retrieval (Voorhees 1994). (Strzalkowski, Wang & Wise, 1998)"@en, "Cela peut avoir un intérêt pour l'expansion de requêtes dans l'analyse ou la recherche d'information (recherche d'image pour les patients présentant les symptômes de telle ou telle maladie). (Ramadier, Zarrouk, Lafourcade & Micheau, 2014)"@fr, "Dans l'immédiat dans une perspective plus applicative nous voulons exploiter ces données en recherche d'informations dans le cadre de techniques d'expansion de requêtes afin de déterminer si les couples extraits peuvent servir de ressources afin de capter des zones de variation sémantique. (Fabre & Bourigault, 2006)"@fr ;
  dc:modified "2024-07-01T14:01:55"^^xsd:dateTime ;
  skos:hiddenLabel "Query expansion"@en, "Expansion de requêtes"@fr ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:altLabel "extension des requêtes"@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-LX7HJLMC-S> ;
  a skos:Concept ;
  skos:definition "The information retrieval techniques that expand search terms to include other related terms that enhance original queries, in order to provide richer and more relevant results. (Based on Aklouche et al., Query Expansion Based on NLP and Word Embeddings)"@en .

