@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/23L-SP2VKWLR-F>
  skos:prefLabel "clustering algorithm"@en, "algorithme de clustering"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/23L-RKM2JVNP-6> .

<http://data.loterre.fr/ark:/67375/23L-RKM2JVNP-6>
  skos:exactMatch <https://en.wikipedia.org/wiki/Latent_semantic_analysis>, <https://www.wikidata.org/wiki/Q1806883>, <https://fr.wikipedia.org/wiki/Analyse_s%C3%A9mantique_latente> ;
  skos:definition "procédé d’indexation sémantique utilisé dans le traitement des documents en langue naturelle, dans le cadre de la sémantique vectorielle, où chaque composante (associée à un mot) d’un vecteur représentant un document correspond au poids du mot dans ce document. Ce poids reflète à la fois sa fréquence dans le document et sa rareté dans le corpus de documents de référence. Cette méthode permet notamment de comparer des documents entre eux. (Source :  <a href=\"https://ia.gdria.fr/Glossaire/latent-semantic-analysis/\">https://ia.gdria.fr/Glossaire/latent-semantic-analysis/</a> )"@fr, "semantic indexing process used in the processing of natural language documents, within the framework of vector semantics, where each component (associated with a word) of a vector representing a document corresponds to the weight of the word in this document. This weight reflects both its frequency in the document and its rarity in the corpus of reference documents. This method can be used to compare documents, for example. (Source: translated from  <a href=\"https://ia.gdria.fr/Glossaire/latent-semantic-analysis/\">https://ia.gdria.fr/Glossaire/latent-semantic-analysis/</a> )"@en ;
  skos:prefLabel "analyse sémantique latente"@fr, "latent semantic analysis"@en ;
  a skos:Concept ;
  skos:altLabel "latent semantic analysis"@fr, "LSA"@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/23L> ;
  skos:broader <http://data.loterre.fr/ark:/67375/23L-SP2VKWLR-F> ;
  dc:modified "2024-09-14T07:29:33"^^xsd:dateTime .

<http://data.loterre.fr/ark:/67375/23L> a skos:ConceptScheme .
