@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix x64: <http://data.loterre.fr/ark:/67375/X64> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@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-KPLXHM8R-S> .

<http://data.loterre.fr/ark:/67375/8LP-KPLXHM8R-S>
  skos:example "Dans cet article nous présentons un analyseur morphologique pour le verbe akkadien. (Barthélemy, 2006)"@fr, "As a second stage of the project we have also applied the morphological parser to generate all possible inflected forms of each verb. (Kazeminejad, Cowell & Hulden, 2017)"@en, "Morphological analyzers such as lemmatizers and part of speech (POS) taggers are commonly the first NLP tools developed for any language (Koskenniemi 1983; Brill 1992). (Zeller, Šnajder & Padó, 2013)"@en, "En effet la plupart des analyseurs morphologiques et des étiqueteurs morphosyntaxiques existants ignorent les diacritiques présents dans le texte à analyser et commettent des erreurs qui pourraient être évitées. (Hamdi, 2012)"@fr, "Lexical resources with derivational annotations can replace or supplement morphological parsers in the NLP pipeline if their lexical coverage is large enough and if their features are sufficiently rich and varied. (Namer & Hathout, 2019)"@en, "The tested models comprise more linguistically accurate morph segmentations obtained using later Morfessor versions (Categories-ML and Categories-MAP) (Creutz 2006) as well as analyses obtained from morphological parsers. (Creutz, Hirsimäki, Kurimo, Puurula, Pylkkönen, Siivola, Varjokallio, Arisoy, Saraçlar & Stolcke, 2007)"@en, "This morphological analyzer examines any Filipino verb in various possible inflections and produces the affix(es) the infinitive form and the tense of the input verb. (Roxas & Mula, 2008)"@en ;
  skos:hiddenLabel "Morphological parser"@en, "Analyseur morphologique"@fr ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:exactMatch x64:-N12LSTDR-8 ;
  skos:prefLabel "analyseur morphologique"@fr, "morphological parser"@en ;
  dc:modified "2024-06-06T08:58:38"^^xsd:dateTime ;
  skos:definition "A computing system that can solve a morphological parsing task by means of a morphological parsing algorithm. (Gabor Melli's Research Knowledge Base)"@en, "Outil de reconnaissance des formes d'un texte qui les traite isolement, fournit pour chaque forme tous les découpages possibles en un couple (base + flexions) et interprète ces découpages. (Chawk, Les déterminants complexes du français: lexique et syntaxe, 1993)"@fr ;
  skos:altLabel "morphological analyzer"@en ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-K5T7M1ZS-V> .

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