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

<http://data.loterre.fr/ark:/67375/8LP-DM26RS2V-P>
  skos:prefLabel "mot"@fr, "word"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-QHG6CZ90-N> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-QHG6CZ90-N>
  skos:example "Exploring the data further one reason for the difference in impact of spelling simplification and lemma may be the rate of out-of-vocabulary words (OOV) between the texts. (Adesam & Bouma, 2016)"@en, "Nous rappelons que les mots hors vocabulaire (MHV) peuvent être dus à des erreurs d'OCR ou a une couverture non suffisante de notre corpus d'entraînement. (Bouzidi, Elloumi, Besacier, Lecouteux & Benzeghiba, 2017)"@fr, "Our motivation for creating such an annotation is to test the usefulness of morphological information for the Out-Of-Vocabulary word (OOV) detection a major challenge in CWS (Huang and Zhao 2007). (Ma, Kit & Gerdemann, 2012)"@en, "None of these methods can give the reader who is not familiar with the source language any information about those out-of-vocabulary (OOV) words especially when the source and target languages use different scripts. (Kashani, Joanis, Kuhn, Foster & Popowich, 2007)"@en, "Some source words which cannot be translated by the translation model are called out-of-vocabulary (OOV) words. (Wang, Wang, Li, Cui & Dai, 2014)"@en, "The number of out-of-vocabulary words in Arabic is relatively significant due to its complex nature; therefore adding features and character embeddings improved the performance significantly as they compensated for the missing vectors. (Hatab, Sabty & Abdennadher, 2022)"@en ;
  skos:prefLabel "out-of-vocabulary words"@en, "mots hors vocabulaire"@fr ;
  dc:modified "2024-06-12T11:53:33"^^xsd:dateTime ;
  skos:hiddenLabel "Out-of-vocabulary words"@en, "Mots hors vocabulaire"@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-DM26RS2V-P> ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  a skos:Concept .

