@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:parsing
  skos:prefLabel "parsing"@en, "ανάλυση"@el ;
  skos:narrower clarin_el:dependencyParsing, clarin_el:frameSemanticParsing, clarin_el:constituencyParsing, clarin_el:chunking, clarin_el:deepParsing ;
  skos:altLabel "syntactic parsing"@en, "syntactic annotation"@en, "syntactic processing"@en, "συντακτική ανάλυση"@el, "syntactic analysis"@en ;
  skos:exactMatch omtd:Parsing ;
  skos:note "Parsing (=syntactic analysis) of natural language utterances is still an active reasearch topic due to the inherent difficulties that make the problem much harder than e.g. parsing of programming languages. These difficulties include lexical and structural ambiguity of natural language utterances, complexities introduced by expressive grammar formalisms, the need to cope with illformed input or with deficiencies of the linguistic descriptions."@en ;
  skos:broader clarin_el:textAnnotation, clarin_el:linguisticAnalysis ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  a skos:Concept ;
  skos:definition "the task/process of recognizing and marking the syntactic structure of a text or text segment"@en .

clarin_el:chunking
  skos:prefLabel "chunking"@en, "χωρισμός πρότασης σε δομικά τεμάχια"@el ;
  a skos:Concept ;
  skos:broader clarin_el:parsing .

clarin_el:dependencyParsing
  skos:prefLabel "dependency parsing"@en, "συντακτική ανάλυση εξαρτήσεων"@el ;
  a skos:Concept ;
  skos:broader clarin_el:parsing .

clarin_el:frameSemanticParsing
  skos:prefLabel "frame-semantic parsing"@en, "σημασιολογική ανάλυση πλαισίου"@el ;
  a skos:Concept ;
  skos:broader clarin_el:parsing .

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

clarin_el:deepParsing
  skos:prefLabel "deep parsing"@en, "βαθιά συντακτική ανάλυση"@el ;
  a skos:Concept ;
  skos:broader clarin_el:parsing .

clarin_el:textAnnotation
  skos:prefLabel "text annotation"@en, "επισημείωση κειμένου"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:parsing .

clarin_el:constituencyParsing
  skos:prefLabel "ανάλυση φράσεων"@el, "constituency parsing"@en ;
  a skos:Concept ;
  skos:broader clarin_el:parsing .

clarin_el:linguisticAnalysis
  skos:prefLabel "linguistic analysis"@en, "γλωσσολογική ανάλυση"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:parsing .

