@prefix omtd: <http://w3id.org/meta-share/omtd-share/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

omtd:DeepParserPerformanceEvaluation
  rdfs:comment "The task/process of measuring the speed and accuracy of deep parsers with respect to a manually parsed test corpus"@en ;
  skos:definition "The task of parser evaluation is to measure the speed and accuracy of parsers with respect to a manually parsed test corpus. In the evaluation of so-called deep parsers, which are based on comprehensive linguistic theories, the assignment of the correct semantic analysis plays an important role. Another aspect is the handling and reduction of ambiguities, which is important not only from the linguistic point of view but because it plays a major role in the time and memory requirements of deep parsers. 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 deep parser evaluation is the comparison of parsers and grammars based on different linguistic theories."@en ;
  skos:prefLabel "Deep parser performance evaluation"@en ;
  skos:inScheme omtd:OperationScheme ;
  skos:broader omtd:Evaluation ;
  rdfs:label "Deep parser performance evaluation"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept .

skos:Concept a owl:Class .
owl:NamedIndividual
  rdfs:label "Named individual"@en ;
  a owl:Class .

omtd:Operation
  rdfs:label "Operation"@en ;
  a owl:Class .

omtd:Evaluation
  rdfs:label "Evaluation"@en ;
  skos:prefLabel "Evaluation"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:narrower omtd:DeepParserPerformanceEvaluation .

omtd:SupportOperationCollection
  a owl:NamedIndividual, omtd:Operation, skos:Collection ;
  skos:prefLabel "Support operation Collection"@en ;
  skos:member omtd:DeepParserPerformanceEvaluation .

omtd:TextProcessingCollection
  a owl:NamedIndividual, omtd:Operation, skos:Collection ;
  skos:prefLabel "Text Processing Collection"@en ;
  skos:member omtd:DeepParserPerformanceEvaluation .

omtd:OperationScheme
  rdfs:label "Operation Taxonomy"@en ;
  skos:prefLabel "Operation Taxonomy"@en ;
  a owl:NamedIndividual, skos:ConceptScheme .

