@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-DX1RMPWC-1>
  skos:prefLabel "application du TAL"@fr, "applied NLP"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-HNZKV69L-F> .

<http://data.loterre.fr/ark:/67375/8LP-HNZKV69L-F>
  skos:prefLabel "prédiction de mots"@fr, "word prediction"@en ;
  skos:example "Une nouvelle mesure inspirée du Keystroke Saving Rate (KSR) utilisé dans la prédiction de mot pour les personnes ayant des difficultés de communication (Wood & Lewis 1996) est proposée. (Pierre-Alexandre Broux, David Doukhan, Simon Petitrenaud, Sylvain Meignier & Jean Carrive, 2018)"@fr ;
  skos:altLabel "auto-completion"@en, "predictive typing"@en, "autocomplétion"@fr, "word completion"@en, "text prediction"@en, "complétion automatique"@fr, "autocompletion"@en, "autosuggestion"@en, "autosuggest"@en, "predictive text"@en ;
  skos:hiddenLabel "Word prediction"@en, "Prédiction de mots"@fr ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-DX1RMPWC-1> ;
  dc:modified "2024-06-14T07:23:29"^^xsd:dateTime .

