@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-K5T7M1ZS-V>
  skos:prefLabel "logiciel de TAL"@fr, "NLP software"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-BDH6KHFF-R> .

<http://data.loterre.fr/ark:/67375/8LP-BDH6KHFF-R>
  skos:definition "A C/C++ implementation of Latent Dirichlet Allocation (LDA) using Gibbs Sampling technique for parameter estimation and inference. It is very fast and is designed to analyze hidden/latent topic structures of large-scale datasets including large collections of text/Web documents. (Loterre)"@en, "Implémentation en C/C++ de l'allocation de Dirichlet latente utilisant l'échantillonnage de Gibbs pour l'estimation de paramètres et les inférences. Rapide, l'outil est conçu pour analyser les structures thématiques cachées/latentes de jeux de données importants, incluant de larges collections de documents textuels et du web. (Loterre)"@fr ;
  skos:hiddenLabel "Gibbs LDA ++"@en, "Gibbs LDA ++"@fr, "Gibbslda++"@fr, "Gibbslda++"@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  dc:modified "2024-05-03T09:19:22"^^xsd:dateTime ;
  skos:prefLabel "GibbsLDA++"@en, "GibbsLDA++"@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-K5T7M1ZS-V> ;
  skos:exactMatch ltk:-PL2K6W0F-7 ;
  a skos:Concept .

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