@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:speechSynthesisEvaluation
  skos:exactMatch omtd:SpeechSynthesisEvaluation ;
  skos:note "Evaluation of speech synthesis traditionally considers intelligibility and naturalness. More recently, expressivity has become an issue with the increasing demand for expressive voices. Due to the multitude of aspects involved, there is no agreed standard for evaluation of speech synthesis systems. Since 2005, the Blizzard Challenge is an annual joint event for comparing speech synthesis technologies with a common database."@en ;
  skos:altLabel "evaluation of speech synthesis"@en, "αξιολόγηση σύνθεσης φωνής"@el ;
  skos:prefLabel "speech synthesis evaluation"@en, "αξιολόγηση σύνθεσης ομιλίας"@el ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:broader clarin_el:evaluation ;
  a skos:Concept .

clarin_el:evaluation
  skos:prefLabel "evaluation"@en, "αξιολόγηση"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:speechSynthesisEvaluation .

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

