@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-KJRMS6SV-6>
  skos:prefLabel "hidden Markov model"@en, "modèle de Markov caché"@fr ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-R3KJ0TQV-V> .

<http://data.loterre.fr/ark:/67375/8LP-BW38VTQJ-7>
  skos:prefLabel "modèle statistique"@fr, "statistical model"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-R3KJ0TQV-V> .

<http://data.loterre.fr/ark:/67375/8LP-R3KJ0TQV-V>
  skos:altLabel "chaine de Markov"@fr ;
  skos:example "The result showed that the context-rule model outperformed both Markov models. (Tsai & Chen, 2004)"@en, "The final accuracy results of the context-rule model and the two Markov models coincided at approximately 98.5% and 99.4% with around 13% and 35% manual proofreading. (Tsai & Chen, 2004)"@en, "The dependency features utilized to determine the best pos-tag in Markov models are the categories of context words. (Tsai & Chen, 2004)"@en ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-BW38VTQJ-7> ;
  skos:hiddenLabel "Modèle de Markov"@fr ;
  skos:prefLabel "modèle de Markov"@fr, "Markov model"@en ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-KJRMS6SV-6> ;
  a skos:Concept ;
  dc:modified "2025-02-12T13:49:27"^^xsd:dateTime ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> .

