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

<http://data.loterre.fr/ark:/67375/8LP-RTVC3B7T-9>
  skos:prefLabel "algorithme de classification"@fr, "classification algorithm"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-QRH24PCV-D> .

<http://data.loterre.fr/ark:/67375/8LP-QRH24PCV-D>
  skos:example "The use of fastText algorithm is very appropriate for conducting experiments on a language with a rich morphology. (Lugli, Martinc, Pelicon & Pollak, 2022)"@en, "The fastText algorithm constructs vectors in a similar way to word2vec. (Robinson, Carlson, Mortensen, Vargas, Fackrell & Fulda, 2022)"@en, "Michel et al. (2020) developed static word embeddings based on word2vec and fastText algorithms for Hiligaynon. (Lugli, Martinc, Pelicon & Pollak, 2022)"@en ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-FZXXSFHX-G>, <http://data.loterre.fr/ark:/67375/8LP-RTVC3B7T-9> ;
  skos:definition "Algorithme pour le plongement lexical et la classification de textes. (Loterre)"@fr, "An algorithm for word embeddings and text classification. (Loterre)"@en ;
  skos:hiddenLabel "algorithme FastText"@fr, "FastText algorithm"@en, "Algorithme fastText"@fr ;
  dc:modified "2024-05-03T08:24:55"^^xsd:dateTime ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:prefLabel "fastText algorithm"@en, "algorithme fastText"@fr ;
  a skos:Concept ;
  skos:exactMatch ltk:-Z2L3GTMB-Q .

<http://data.loterre.fr/ark:/67375/8LP-FZXXSFHX-G>
  skos:prefLabel "neural networks model"@en, "modèle de réseaux de neurones"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-QRH24PCV-D> .

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