@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:evaluation
  skos:prefLabel "evaluation"@en, "αξιολόγηση"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:evaluationOfBroadCoverageNaturalLanguageParsers .

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

clarin_el:evaluationOfBroadCoverageNaturalLanguageParsers
  skos:prefLabel "evaluation of broad-coverage natural language parsers"@en, "αξιολόγηση ευρείας κάλυψης συντακτικών αναλυτών φυσικής γλώσσας"@el ;
  a skos:Concept ;
  skos:exactMatch omtd:EvaluationOfBroadCoverageNaturalLanguageParsers ;
  skos:definition "the task/process of assessing the quality performance of parsers"@en, "η διαδικασία αξιολόγησης της ποιότητας απόδοσης συντακτικών αναλυτών"@el ;
  skos:broader clarin_el:evaluation ;
  skos:note "Η διαδικασία της συντακτικής αξιολόγησης αφορά την μέτρηση της ταχύτητας και της ακρίβειας  των (συμβολικών ή στοχαστικών) συντακτικών αναλυτών με βάση ένα χειροκίνητα αναλυμένο δοκιμαστικό σώμα κειμένων. Τα δοκιμαστικά δεδομένα μπορεί να είναι είτε μία δενδρική τράπεζα κατασκευασμένη από δεδομένα που προέκυψαν με φυσικό τρόπο, όπως το σώμα κειμένων της Wall Street ή μια ακολουθία δοκιμαστικών κειμένων, η οποία περιέχει κατασκευασμένα παραδείγματα που καλύπτουν όλα τα ενδιαφέροντα γλωσσολογικά φαινόμενα. Ένα σημαντικό θέμα στην αξιολόγηση συντακτικών αναλυτών είναι η σύγκριση με αναλυτές και γραμματικές που βασίζονται σε διαφορετικές γλωσσολογικές θεωρίες. Οι αξιολογήσεις έχουν επικεντρωθεί στη δομή των φράσεων ή στις δομές συντακτικών εξαρτήσεων."@el, "The task of parser evaluation is to measure the speed and accuracy of (symbolic or stochastic) parsers with respect to a manually parsed test corpus. Test data can either be a treebank constructed from naturally occurring data, such as the Wall Street Corpus, or a \"test suite\" containing constructed examples which cover all interesting linguistic phenomena. An important issue in parser evaluation is the comparison of parsers and grammars based on different linguistic theories. Evaluations have focussed on phrase structure or dependency structures."@en ;
  skos:inScheme clarin_el:lrtInfrastructureScheme .

