@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ltk: <http://data.loterre.fr/ark:/67375/LTK> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<http://data.loterre.fr/ark:/67375/8LP-V1WS80W6-2>
  skos:prefLabel "modèle de langue"@fr, "language model"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-RSMHTVG9-9> .

<http://data.loterre.fr/ark:/67375/8LP-RSMHTVG9-9>
  skos:exactMatch ltk:-J0F511B1-G, <https://www.wikidata.org/wiki/Q117075311> ;
  skos:prefLabel "modèle de langue n-grammes"@fr, "n-gram language model"@en ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-V1WS80W6-2> ;
  skos:example "In the shared task for bilingual document alignment (Buck and Koehn 2016) many participants used techniques based on n-gram or neural language models neural translation models and bag-of-words lexical translation probabilities for scoring candidate document pairs. (Schwenk, Chaudhary, Sun, Gong & Guzmán, 2021)"@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  dc:modified "2024-10-13T08:22:12"^^xsd:dateTime ;
  skos:hiddenLabel "N-gram language model"@en, "Modèle de langue n-grammes"@fr ;
  skos:definition "Modèle de langue qui modélise des séquences de mots comme un processus de Markov en utilisant l'hypothèse simplificatrice selon laquelle la probabilité du mot suivant dans une séquence ne dépend que d'une fenêtre de taille fixe de mots précédents. (Wikipédia)"@fr, "A statistical model of language based on an assumption that the probability of the next word in a sequence depends only on a fixed size window of previous words. (Wikipedia)"@en, "purely statistical model of language. (Wikidata)"@en ;
  a skos:Concept .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
