@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#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<http://data.loterre.fr/ark:/67375/8LP-S5X21T4N-M>
  skos:definition "Machine translation approach based on the idea of translating syntactic units, rather than single words or strings of words (as in phrase-based MT), i.e. (partial) parse trees of sentences/utterances. ( <a href=\"https://omniscien.com/faq/what-is-syntax-based-machine-translation/\">https://omniscien.com/faq/what-is-syntax-based-machine-translation/</a>)"@en, "Approche de la traduction automatique qui se concentre sur l'analyse et la génération de structures syntaxiques dans les phrases sources et cibles pour améliorer la qualité de la traduction."@fr ;
  dc:modified "2024-04-29T14:19:50"^^xsd:dateTime ;
  a skos:Concept ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-T48BKJNW-4> ;
  skos:prefLabel "syntax-based machine translation"@en, "traduction automatique basée sur la syntaxe"@fr .

<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-S5X21T4N-M> .

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