@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-BKVR7GBD-M> .

<http://data.loterre.fr/ark:/67375/8LP-BKVR7GBD-M>
  skos:example "Ces mots sont segmentés selon l'algorithme « byte pair encoding » (BPE) en cible comme en source (Sennrich et al.) (Burlot & Yvon, 2017)"@fr ;
  skos:altLabel "BPE"@en, "BPE"@fr ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:hiddenLabel "byte pair encoding"@en, "byte pair encoding"@fr ;
  skos:prefLabel "Byte Pair Encoding"@en, "Byte Pair Encoding"@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-R50C56F3-F> ;
  a skos:Concept ;
  dc:modified "2024-06-14T07:31:33"^^xsd:dateTime .

