@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-T8P8X46F-V>
  skos:prefLabel "syntaxe"@fr, "syntax"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-THZWXJ6Q-G> .

<http://data.loterre.fr/ark:/67375/8LP-THZWXJ6Q-G>
  skos:example "Une telle transition correspond à une règle de linéarisation dont le dépendant est à gauche. (Kahane, 2001)"@fr, "The linearization of a dependency tree can be projective (Marcus 1965) in which there are no crossing arcs or non-projective. (Dyer, 2019)"@en, "Across all corpora projective linearizations of lemmas in the dev set generate the highest BLEU scores. (Dyer, 2019)"@en, "The linearization for cheese is the concrete syntax term {s = \"cheese\"}. (Bringert, 2007)"@en, "Une telle transition correspond à une règle de linéarisation dont le gouverneur est à gauche. (Kahane, 2001)"@fr ;
  skos:definition "The task of finding a grammatical order for a given bag of words. (Vainio et al., Sentence Unscrambler: Exploring Deep Learning Models for Word Linearization)"@en ;
  a skos:Concept ;
  skos:hiddenLabel "Linearization"@en, "Linéarisation"@fr ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:prefLabel "linéarisation"@fr, "linearization"@en ;
  dc:modified "2024-07-01T12:59:09"^^xsd:dateTime ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-T8P8X46F-V> .

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