@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ltk: <http://data.loterre.fr/ark:/67375/LTK> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@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-FD8BMCKD-W> .

<http://data.loterre.fr/ark:/67375/8LP-FD8BMCKD-W>
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:example "We train ELMo on clinical notes and create mention representations m by running the entire sentence through the model and selecting the resulting word representations for the mention (the lowest token representation) from the LSTM. (Schumacher, Mulyar & Dredze, 2020)"@en ;
  skos:definition "Type of deep contextualized word representation that models both (1) complex characteristics of word use (e.g., syntax and semantics), and (2) how these uses vary across linguistic contexts (i.e., to model polysemy). (Peters et al., 2018)."@en, "Type de représentation profonde et contextualisée des mots qui modélise à la fois (1) les caractéristiques complexes de l'utilisation des mots (par exemple, la syntaxe et la sémantique), et (2) la façon dont ces utilisations varient selon les contextes linguistiques (c'est-à -dire, pour modéliser la polysémie). (Peters et al., 2018)"@fr ;
  skos:exactMatch ltk:-JTFGSM20-M ;
  a skos:Concept ;
  skos:hiddenLabel "elmo"@en, "elmo"@fr, "Elmo"@en, "Elmo"@fr, "ELMO"@en, "ELMO"@fr ;
  dc:modified "2024-05-03T09:25:03"^^xsd:dateTime, "2024-05-03T09:33:56"^^xsd:dateTime ;
  skos:prefLabel "ELMo"@en, "ELMo"@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-K5T7M1ZS-V> .

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