@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-T48BKJNW-4>
  skos:prefLabel "traduction automatique statistique"@fr, "statistical machine translation"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-H0XDBMWL-G> .

<http://data.loterre.fr/ark:/67375/8LP-H0XDBMWL-G>
  dc:modified "2024-04-29T14:20:01"^^xsd:dateTime ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-T48BKJNW-4> ;
  skos:prefLabel "traduction automatique à base de mots"@fr, "word-based machine translation"@en ;
  skos:definition "Machine translation that is based solely on the translation of words in isolation. (P. Koehn, Statistical Machine Translation )"@en, "Traduction automatique concentrée à l'échelle du mot où les mots de la langue source sont traduits par des mots de la langue cible en fonction de la probabilité du mot cible donnée par le mot source."@fr ;
  a skos:Concept ;
  skos:hiddenLabel "Traduction automatique à base de mots"@fr, "Word-based machine translation"@en ;
  skos:altLabel "lexical machine translation"@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> .

