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

<http://data.loterre.fr/ark:/67375/8LP-PS2KX2H5-N>
  skos:example "The Porter stemmer (M.F. Porter 1980) developed the stemmer on the truncation of suffixes by means of list of suffixes and some restrictions/conditions are placed to recognize the suffix to be detached and generating a valid stem. (Khan, Anwar, Bajwa & Wang, 2012)"@en, "The second measure involves stemming which is reducing words into their base forms using the Porter stemmer (Porter 1980). (Alharbi & Gotoh, 2016)"@en, "Porter stemmer is one of the famous stemmer for English. (Patra, Debbarma, Debbarma, Das, Das & Bandyopadhyay, 2012)"@en, "Nous avons comparé les résultats obtenus par notre système à ceux de deux méthodes baseline : une première méthode basique qui consiste à considérer que chaque mot forme sa propre famille morphologique (mots) et l'algorithme de racinisation de Porter 5. (Bernhard, 2010)"@fr, "When computing n-gram counts we applied Porter's stemmer to all tokens. (Paul & Dredze, 2013)"@en, "Elle consiste à segmenter les textes en occurrences de forme filtrer les mots outils et appliquer l'algorithme de racinisation de Porter (1980). (Peña Saldarriaga, Morin & Viard-Gaudin, 2009)"@fr, "All documents and the 6 financial sentiment word lists are stemmed by the Porter stemmer (Porter 1980) and some stop words are also removed. (Tsai & Wang, 2014)"@en ;
  skos:hiddenLabel "Algorithme de racinisation de Porter"@fr ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:prefLabel "algorithme de racinisation de Porter"@fr, "Porter stemming algorithm"@en ;
  skos:definition "An algorithm to remove suffixes from words and reduce them to their stem, also taking into account the context. (Loterre)"@en, "Algorithme pour supprimer les suffixes des mots et les réduire à leur racine, prenant également en compte le contexte. (Loterre)"@fr ;
  skos:altLabel "Porter stemmer"@en ;
  skos:exactMatch ltk:-ZLLCJ44F-9 ;
  dc:modified "2025-02-12T13:50:30"^^xsd:dateTime ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-R50C56F3-F> ;
  a skos:Concept .

