@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix inist: <http://www.inist.fr/Ontology#> .
@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-LX7HJLMC-S>
  skos:prefLabel "méthodes et outils de TAL"@fr, "NLP methods and tools"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-SR6F0D3P-C> .

<http://data.loterre.fr/ark:/67375/8LP-SR6F0D3P-C>
  skos:definition "Construction de modèles de langue statistiques ou d'apprentissage automatique. (Adapté de Loterre)"@fr, "The construction of statistical or Machine Learning language models. (Loterre)"@en ;
  inist:definitionalContext "Language modeling refers to the generative modeling of natural language (Manning and Schutze 1999). (Grangier & Iter, 2022)"@en ;
  skos:hiddenLabel "Language modeling"@en, "Modélisation de langues"@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-LX7HJLMC-S> ;
  skos:prefLabel "language modeling"@en, "modélisation de langues"@fr ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  a skos:Concept ;
  dc:modified "2024-06-12T12:23:27"^^xsd:dateTime .

