@prefix clarin_el: <http://w3id.org/clarin_el_dictionary/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix omtd: <http://w3id.org/meta-share/omtd-share/> .

clarin_el:speechRecognition
  skos:prefLabel "speech recognition"@en, "αναγνώριση ομιλίας"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:spokenLanguageUnderstanding .

clarin_el:spokenLanguageUnderstanding
  skos:exactMatch omtd:SpokenLanguageUnderstanding ;
  skos:note "Spoken language understanding is the task of assigning a semantic interpretation to a spoken input, by making use of syntactic and semantic knowledge, which is often specific to a particular application domain. Spoken language understanding can involve dealing with multiple recognition hypotheses from a speech recogniser, taking prosodic properties of utterances into account and having to deal with fragmentary and grammatically incorrect utterances. Commercial speech recognisers often are accompanied by analysis tools. In commercial applications such as dialogue systems and command and control, spoken language understanding generally involves the construction of a task and domain-specific interpretation of the utterance."@en ;
  skos:prefLabel "spoken language understanding"@en, "κατανόηση προφορικού λόγου"@el ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:broader clarin_el:naturalLanguageUnderstanding, clarin_el:speechRecognition ;
  a skos:Concept .

clarin_el:naturalLanguageUnderstanding
  skos:prefLabel "κατανόηση φυσικής γλώσσας"@el, "natural language understanding"@en ;
  a skos:Concept ;
  skos:narrower clarin_el:spokenLanguageUnderstanding .

clarin_el:lrtInfrastructureScheme
  skos:prefLabel "Λεξικό CLARIN:EL"@el, "CLARIN:EL Dictionary"@en ;
  a skos:ConceptScheme .

