@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:dependencyConversion skos:related clarin_el:constituencyParsing .
clarin_el:parsing
  skos:prefLabel "parsing"@en, "ανάλυση"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:constituencyParsing .

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

clarin_el:constituencyParsing
  skos:note "Parsing (from Latin 'pars orationis' = parts of speech) is the syntactic analysis of languages. Natural Language Parsing is the syntactic analysis of natural languages, such as Finnish or Chinese. The objective of Natural Language Parsing is to determine parts of sentences (such as verbs, noun phrases, or relative clauses), and the relationships between them (such as subject or object). Unlike parsing of formally defined artificial languages (such as Java or predicate logic), parsing of natural languages presents problems due to ambiguity, and the productive and creative use of language."@en, "Η διαδικασία της συντακτικής ανάλυσης των γλωσσών. Η Συντακτική Ανάλυση Φυσικής Γλώσσας είναι η συντακτική ανάλυση φυσικών γλωσσών όπως τα φιλανδικά ή τα κινεζικά. Στόχος της συντακτικής ανάλυσης φυσικών γλωσσών είναι να καθοριστούν τα μέρη των προτάσεων (όπως ρήματα, ονοματικές φράσεις, αναφορικές προθέσεις) και οι σχέσεις μεταξύ τους (όπως αντικείμενο ή υποκείμενο). Αντίθετα από την συντακτική ανάλυση τεχνητών γλωσσών (όπως η  Java ή η κατηγορηματική λογική), η ανάλυση φυσικών γλωσσών παρουσιάζει προβλήματα λόγω των ασαφειών και της παραγωγικής και δημιουργικής χρήσης της γλώσσας."@el ;
  skos:definition "η διαδικασία αναγνώρισης και σήμανσης δομών (φράσεων, που κυβερνώνται από μια κεφαλή και περιλαμβάνουν λειτουργικές λέξεις  και/ή τροποποιητές) σε ένα κείμενο ή σε απόσπασμα κειμένου"@el, "the task/process of identifying and marking constituents (phrases, governed by a head and including function words and/or modifiers ) in a text or text segment"@en ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:altLabel "phrase parsing"@en, "natural language parsing"@en, "ανάλυση φράσης"@el ;
  skos:prefLabel "ανάλυση φράσεων"@el, "constituency parsing"@en ;
  skos:broader clarin_el:parsing ;
  skos:exactMatch omtd:ConstituencyParsing ;
  a skos:Concept .

