@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ltk: <http://data.loterre.fr/ark:/67375/LTK> .

<http://data.loterre.fr/ark:/67375/8LP-HPKJPMPH-X>
  skos:prefLabel "analyse en constituants"@fr, "constituency parsing"@en ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-M702BWMT-J> .

<http://data.loterre.fr/ark:/67375/8LP-XXLXQH43-Q>
  skos:prefLabel "chunking"@fr, "chunking"@en ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-M702BWMT-J> .

<http://data.loterre.fr/ark:/67375/8LP-F150TZH9-V>
  skos:prefLabel "annotation"@fr, "annotation"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-M702BWMT-J> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-LSJ82M7Q-H>
  skos:prefLabel "analyse en dépendances"@fr, "dependency parsing"@en ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-M702BWMT-J> .

<http://data.loterre.fr/ark:/67375/8LP-M702BWMT-J>
  skos:prefLabel "analyse syntaxique"@fr, "syntactic parsing"@en ;
  skos:example "Next the syntactical analysis (syntactic parsing) identifies the structural relationships holding between words at the sentence level. (Lima, Espinasse & Freitas, 2019)"@en, "L'analyse syntaxique se fait avec SpaCy et nous récupérons les sous arbres contenant ces mots clés. (Cao, Benamar, Boumghar, Bothua, Ould Ouali & Suignard, 2020)"@fr, "L'analyse syntaxique est effectuée avec le schéma d'annotation UD (Nivre et al.2016) du logiciel Talismane (Urieli 2013). (Cao, Benamar, Boumghar, Bothua, Ould Ouali & Suignard, 2020)"@fr, "This pattern can be seen in the reported results: syntactic parsing leads to more improvement on Farsi translation which has a low BLEU score and high language divergence to English and semantic parsing yields more improvement on the Vietnamese translation task which already has a high BLEU score. (Zaremoodi & Haffari, 2018)"@en, "The syntactical analysis comprises a wlde subset of Polish language eg. simple affirmative sentences and questions complements and relatlve clauses and certain types of complex sentences. (Bolc & Strzalkowskl, 1982)"@en, "Then to ensure the narrative consistency of the simplified text we synthesize auxiliary narrative prompts combining key phrases derived from the syntactical analyses of the original text. (Lu, Li, Wallace, He & Pergola, 2023)"@en, "In our method the cost of syntactic parsing will increase only slightly as we derive dependency parsing from constituent parsing using a constituent-to-dependency converter instead of using an additional dependency parser. (Li, Lu, Zhao, Liu & Li, 2010)"@en ;
  skos:hiddenLabel "Analyse syntaxique"@fr, "Parsing"@en ;
  dc:modified "2024-05-29T06:54:01"^^xsd:dateTime ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-LSJ82M7Q-H>, <http://data.loterre.fr/ark:/67375/8LP-HPKJPMPH-X>, <http://data.loterre.fr/ark:/67375/8LP-XXLXQH43-Q> ;
  skos:exactMatch <https://www.wikidata.org/wiki/Q194152>, ltk:-TVJQ3914-P ;
  a skos:Concept ;
  skos:definition "The task/process of recognizing and marking the syntactic structure of a text or text segment. (Loterre)"@en, "Tâche/processus de reconnaissance et de marquage de la structure syntaxique d'un texte ou d'un segment de texte. (Loterre)"@fr ;
  skos:altLabel "syntactical analysis"@en, "syntax analysis"@en, "parsing"@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-F150TZH9-V> ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> .

