@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#> .
@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-Z92ZGF0N-W> .

<http://data.loterre.fr/ark:/67375/8LP-Z92ZGF0N-W>
  skos:hiddenLabel "jptdp"@en, "jptdp"@fr, "JPTDP"@fr, "JPTDP"@en ;
  inist:definitionalContext "jPTDP is a joint model for part-of-speech (POS) tagging and dependency parsing (Nguyen and Verspoor 2018). (Seyoum, Miyao & Mekonnen, 2020)"@en ;
  skos:example "The jPTDP only focuses on POS and attachment information. (Seyoum, Miyao & Mekonnen, 2020)"@en, "Both UDPipe and UUParser are pipeline systems whereas jPTDP is a joint model. (Seyoum, Miyao & Mekonnen, 2020)"@en, "One reason for our better LAS is probably because jPTDP uses character-based representations of words while Stack-propagation uses feature representations for suffixes and prefixes which might not be as useful as character-based representations for capturing unknown words. (Nguyen, Dras & Johnson, 2017)"@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  a skos:Concept ;
  dc:modified "2024-05-03T09:31:43"^^xsd:dateTime, "2024-05-03T09:25:03"^^xsd:dateTime ;
  skos:definition "Neural network models for joint POS tagging and dependency parsing. ( <a href=\"https://github.com/datquocnguyen/jPTDP\">https://github.com/datquocnguyen/jPTDP</a>)"@en, "Modèles de réseaux de neurones pour l'analyse syntaxique de dépendance et l'étiquetage morphosyntaxique conjoints. ( <a href=\"https://github.com/datquocnguyen/jPTDP\">https://github.com/datquocnguyen/jPTDP</a>)"@fr ;
  skos:exactMatch ltk:-SMZCF9ND-8 ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-K5T7M1ZS-V> ;
  skos:prefLabel "jPTDP"@en, "jPTDP"@fr .

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