@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-LSJ82M7Q-H>
  skos:example "L'analyse en dépendances est très utilisée pour obtenir la structure d'une phrase et bien d'autres tâches de TALN s'appuient sur cette analyse. (Akermi, Heinecke & Herledan, 2021)"@fr, "Nous présentons une méthode d'appariement de mots à partir de corpus français/anglais alignés qui s'appuie sur l'analyse syntaxique en dépendance des phrases. (Ozdowska, 2004)"@fr ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  dc:modified "2024-04-29T08:07:21"^^xsd:dateTime ;
  a skos:Concept ;
  skos:hiddenLabel "Dependency parsing"@en, "Analyse en dépendances"@fr ;
  skos:altLabel "DP"@en, "dependency analysis"@en ;
  skos:prefLabel "analyse en dépendances"@fr, "dependency parsing"@en ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-M702BWMT-J> ;
  skos:definition "Tâche/processus consistant à identifier et à marquer la structure grammaticale d'une phrase en établissant des relations entre les mots têtes et les mots qui modifient ces têtes. (Loterre)"@fr, "A process of analyzing the grammatical structure of sentences, establishing relationships between words in the sentences, and labeling these relationships using grammatical dependencies. (Desagulier, Dependency parsing in R with UDPipe, on hypotheses.org, 2022)"@en ;
  dc:created "2024-04-29T07:51:07"^^xsd:dateTime .

<http://data.loterre.fr/ark:/67375/8LP-M702BWMT-J>
  skos:prefLabel "syntactic parsing"@en, "analyse syntaxique"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-LSJ82M7Q-H> .

