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

<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-PC43R5XW-S> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-PC43R5XW-S>
  skos:hiddenLabel "Treetagger"@fr, "Treetagger"@en, "Tree Tagger"@en, "Tree Tagger"@fr, "treeTagger"@en, "treeTagger"@fr ;
  skos:example "Le corpus a été lemmatisé au moyen de TreeTagger (Schmid, 1994). (Bernier-Colborne, 2015)"@fr, "The TreeTagger was developed for languages with inflection i.e. languages where one word may occur in a number of allomorphs. (Chungku, Rabgay & Faaß, 2010)"@en, "– TreeTaggerLefff est une variante de TreeTagger, le Lefff étant fourni comme lexique externe ; (Denis & Sagot, 2010)"@fr, "The TreeTagger (Schmid 1994) additionally makes use of a lexicon externally provided when producing its language model (the \"parameter file\"). (Chungku, Rabgay & Faaß, 2010)"@en, "We integrated the TreeTagger for lemmatization POS-tagging and NP chunking as well as the Stanford NER tool for named entity recognition. (Zesch & Gurevych, 2009)"@en ;
  skos:prefLabel "TreeTagger"@en, "TreeTagger"@fr ;
  a skos:Concept ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:exactMatch ltk:-RFLN8D9Z-N, <https://www.wikidata.org/wiki/Q99231509> ;
  inist:definitionalContext "TreeTagger est un outil d'annotation basé sur une méthode probabiliste. (Gaillat, 2013)"@fr, "TreeTagger (Schmid 1994) is a probabilistic part of speech tagger operating on the basis of decision trees. (Chungku, Rabgay & Faaß, 2010)"@en ;
  skos:definition "Outil permettant d'annoter des textes avec des informations sur les parties du discours et les lemmes. (Loterre)"@fr, "A tool for annotating text with part-of-speech and lemma information. (Loterre)"@en ;
  dc:modified "2024-05-03T09:13:28"^^xsd:dateTime ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-K5T7M1ZS-V> .

