@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-BW38VTQJ-7>
  skos:prefLabel "modèle statistique"@fr, "statistical model"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-KHZK1V6H-H> .

<http://data.loterre.fr/ark:/67375/8LP-KHZK1V6H-H>
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:definition "Statistical model used in machine translation to estimate the probability of a target sentence given a source sentence."@en, "Représentation mathématique qui permet de pondérer plusieurs sources d’information en tant que fonction caractéristique distincte, notamment des modèles de traduction et de langage. ( <a href=\"https://dumas.ccsd.cnrs.fr/dumas-00631003/document\">https://dumas.ccsd.cnrs.fr/dumas-00631003/document</a>)"@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-BW38VTQJ-7> ;
  skos:hiddenLabel "Log-linear model"@en, "Modèle log-linéaire"@fr ;
  skos:prefLabel "modèle log-linéaire"@fr, "log-linear model"@en ;
  a skos:Concept ;
  dc:modified "2024-05-15T07:45:47"^^xsd:dateTime .

