@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix inist: <http://www.inist.fr/Ontology#> .
@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-RLF76QH0-3> .

<http://data.loterre.fr/ark:/67375/8LP-RLF76QH0-3>
  inist:definitionalContext "SentencePiece is a powerful and flexible method for unsupervised tokenization and subword segmentation and provides an implementation of the BPE algorithm. (Lamar & Kaya, 2023)"@en ;
  skos:example "SentencePiece allows the user to specify special characters that cannot be crossed when constructing subword tokens both during training of the tokenizer and during tokenization of a sentence. (Soulos, Rao, Smith, Rosen, Celikyilmaz, McCoy, Jiang, Haley, Fernandez, Palangi, Gao & Smolensky, 2021)"@en ;
  skos:hiddenLabel "Sentencepiece"@en, "Sentencepiece"@fr ;
  a skos:Concept ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-K5T7M1ZS-V> ;
  skos:prefLabel "sentencepiece"@en, "sentencepiece"@fr .

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