@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:documentReading
  skos:prefLabel "document reading"@en, "ανάγνωση εγγράφου"@el ;
  a skos:Concept ;
  skos:broader clarin_el:textToSpeechSynthesis .

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

clarin_el:textToSpeechSynthesis
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:altLabel "TTS"@en, "σύνθεση φωνής από κείμενο"@el, "text to speech synthesis"@en ;
  skos:definition "the task/process of converting speech into natural language text"@en ;
  skos:exactMatch omtd:TextToSpeechSynthesis ;
  skos:note "The generation of synthetic speech from text. Typically, a text-to-speech synthesis system performs a text analysis using natural language processing techniques; determines the appropriate phonetic string and prosodic features; and generates a speech signal by employing a concatenative or rule-based synthesis method."@en ;
  a skos:Concept ;
  skos:prefLabel "text-to-speech synthesis"@en, "σύνθεση ομιλίας από κείμενο"@el ;
  skos:narrower clarin_el:documentReading ;
  skos:broader clarin_el:naturalLanguageGeneration .

clarin_el:naturalLanguageGeneration
  skos:prefLabel "natural language generation"@en, "παραγωγή φυσικής γλώσσας"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:textToSpeechSynthesis .

