@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#> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-R50C56F3-F>
  skos:prefLabel "NLP algorithm"@en, "algorithme de TAL"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-KSHXVMPD-M> .

<http://data.loterre.fr/ark:/67375/8LP-KSHXVMPD-M>
  skos:example "The observations obtained from the experiments allow us to conclude that simple automatic prefix and suffix information capture enough of the Lithuanian language inflection information; therefore it can replace features generated by part-of-speech taggers lemmatizers and stemmers. (Kapočiute-Dzikiene, N\\\\oklestad, Johannessen & Krupavičius, 2013)"@en, "Le lemmatiseur et les dictionnaires prédéfinis interviennent dans ce module. (Kang & Desclés, 2011)"@fr, "We also assess whether it is possible to perform named entity classification effectively without resorting to external grammatical tools such as part-of-speech taggers lemmatizers or stemmers because they have limited availability and are slow and unreliable when identifying proper names in Lithuanian texts. (Kapočiute-Dzikiene, N\\\\oklestad, Johannessen & Krupavičius, 2013)"@en, "The stemmer is rule-based thus it can cope with proper names as well as with the other words. (Kapočiute-Dzikiene, N\\\\oklestad, Johannessen & Krupavičius, 2013)"@en, "Simple truncation may be a good option for other languages where stemmers are not readily available. (Bergsma, Lin & Goebel, 2008)"@en, "The Lithuanian stemmer eliminates all endings and also some suffixes (but do not touch prefixes). (Kapočiute-Dzikiene, N\\\\oklestad, Johannessen & Krupavičius, 2013)"@en ;
  skos:hiddenLabel "Stemmer"@en, "Lemmatiseur"@fr ;
  skos:definition "An algorithm used in information retrieval, text mining, machine translation, summarization and classification to reduce the query words to a basic standardized form. (Adapted from Jabbar et al., A comparative review of Urdu stemmers: Approaches and challenges, in Computer Science Review, 2019)"@en ;
  skos:prefLabel "lemmatiseur"@fr, "stemmer"@en ;
  skos:altLabel "stemming algorithm"@en ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-R50C56F3-F> ;
  dc:modified "2024-05-03T11:27:25"^^xsd:dateTime ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> .

