@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-JD755J4R-S> .

<http://data.loterre.fr/ark:/67375/8LP-JD755J4R-S>
  skos:prefLabel "RNNTagger"@fr, "RNNTagger"@en ;
  dc:modified "2024-05-03T09:26:50"^^xsd:dateTime, "2024-05-03T09:25:06"^^xsd:dateTime ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-K5T7M1ZS-V> ;
  skos:hiddenLabel "RNNtagger"@en, "RNNtagger"@fr, "RNN Tagger"@en, "RNN Tagger"@fr ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:definition "A tool for annotating text with part-of-speech and lemma information. It comes with pretrained parameter files for many languages. RNNTagger was implemented in Python using the Deep Learning library PyTorch. (Loterre)"@en, "Outil permettant d'annoter des textes avec des informations sur les parties du discours et les lemmes. Il est livré avec des fichiers de paramètres pré-entraînés pour de nombreuses langues. RNNTagger a été implémenté en Python en utilisant la bibliothèque de Deep Learning PyTorch. (Loterre)"@fr ;
  skos:exactMatch ltk:-CV4VT2FX-1 ;
  a skos:Concept .

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