@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#> .
@prefix inist: <http://www.inist.fr/Ontology#> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-CRGC856W-P>
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-F150TZH9-V> ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-JC8350X0-T> ;
  skos:example "En raison de leurs structures la reconnaissance de ces types d'EN ne peut pas être abordée comme une simple tâche d'étiquetage de séquences. (Caubrière, Rosset, Estève, Laurent & Morin, 2020)"@fr, "In our work to build the sentence segmentation model we use sequence labeling with the Sentence-BI labeling scheme as discussed in Section 3.2.1. (Gandhi, Serrao, Fang, Antonius, Hong, Nguyen, Yi, Nosakhare, Shaffer & Srinivasan, 2022)"@en, "Comme nous l'avons mentionné en introduction les tâches d'étiquetage de séquences sont très courantes en traitement automatique des langues. (Claveau & Ncibi, 2013)"@fr, "C'est un problème typique d'étiquetage de séquences dont le but est pour une séquence donnée de trouver la séquence d'étiquettes correspondante la plus probable. (Raymond & Fayolle, 2010)"@fr, "Sequence tagging approaches label words as fluent or disfluent using a variety of different techniques including conditional random fields (CRF) (Wang, Wang, Che & Liu, 2020)"@en, "La reconnaissance d'entités nommées (REN) est une tâche d'étiquetage de séquences. (Boulanger, Lavergne & Rosset, 2023)"@fr, "Nous considérons la REN comme une tâche d'étiquetage de séquences. (Dupont, 2017)"@fr ;
  skos:prefLabel "étiquetage de séquences"@fr, "sequence tagging"@en ;
  dc:modified "2024-05-15T08:01:08"^^xsd:dateTime ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:hiddenLabel "Sequence tagging"@en, "Étiquetage de séquences"@fr ;
  a skos:Concept ;
  skos:altLabel "sequence labeling"@en ;
  inist:definitionalContext "Sequence labeling is an NLP approach that predicts a label for each token within a sequence rather than a label for the whole sequence. (Gandhi, Serrao, Fang, Antonius, Hong, Nguyen, Yi, Nosakhare, Shaffer & Srinivasan, 2022)"@en ;
  skos:definition "A task which aims to predict from a sequence of words a linguistic tag for each word. (Based on Yang et al., Transfer Learning for Sequence Tagging with Hierarchical Recurrent Networks, 2017)"@en .

<http://data.loterre.fr/ark:/67375/8LP-JC8350X0-T>
  skos:prefLabel "étiquetage morphosyntaxique"@fr, "PoS tagging"@en ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-CRGC856W-P> .

<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-CRGC856W-P> .

