@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 ltk: <http://data.loterre.fr/ark:/67375/LTK> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<http://data.loterre.fr/ark:/67375/8LP-K5T7M1ZS-V>
  skos:prefLabel "logiciel de TAL"@fr, "NLP software"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-NRG65XM3-2> .

<http://data.loterre.fr/ark:/67375/8LP-NRG65XM3-2>
  a skos:Concept ;
  dc:modified "2024-05-03T09:17:08"^^xsd:dateTime ;
  skos:definition "A software distributed under a non-commercial license, which outputs a host of Natural Language Processing predictions: part-of-speech tags, chunking, name entity recognition, semantic role labeling and syntactic parsing. (Loterre)"@en, "Logiciel distribué sous une licence non commerciale, qui produit un grand nombre de prédictions de traitement du langage naturel : étiquetage des parties du discours, découpage, reconnaissance d'entités nommées, étiquetage de rôle sémantique et analyse syntaxique. (Loterre)"@fr ;
  skos:example "SENNA gives the best result compared to other embeddings and typically further fine-tuning word embeddings improves performance. (Louvan & Magnini, 2020)"@en, "SENNA produces separate semantic role labels for each predicate in the sentence. (Mazidi & Nielsen, 2014)"@en, "SENNA extracts word features related to identity capitalization and suffix/tense (approximated by the last two characters of the word). (Greenberg, Sayeed & Demberg, 2015)"@en ;
  skos:prefLabel "SENNA"@en, "SENNA"@fr ;
  skos:hiddenLabel "Senna"@en, "Senna"@fr ;
  skos:exactMatch ltk:-DZF5KPX7-Q ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-K5T7M1ZS-V> ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> .

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