@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:morphologicalAnalysis
  skos:prefLabel "morphological analysis"@en, "μορφολογική ανάλυση"@el ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:broader clarin_el:linguisticAnalysis ;
  skos:note "The technologies for or the process of tracing the inflectional, derivational, and compounding processes in the formation of a given word in order to determine properties such as stem form, part-of-speech and inflectional information. As a crucial preprocessing step, morphological analysis is used in virtually all fields of natural language processing."@en, "Οι τεχνολογίες και η διαδικασία της ανίχνευσης των κλιτικών, παραγωγικών και συνθετικών διεργασιών στον σχηματισμό μιας λέξης, με σκοπό να διαπιστωθούν ιδιότητες όπως η ρίζα της λέξης, σε ποιο μέρος του λόγου ανήκει και πληροφορίες σχετικά με την κλίση της. Ως βασικότατο προπαρασκευαστικό βήμα, η μορφολογική ανάλυση χρησιμοποιείται σε όλους τους τομείς της επεξεργασίας φυσικής γλώσσας."@el ;
  a skos:Concept ;
  skos:definition "η ανάλυση της δομής των λέξεων και των σχέσεών τους με άλλες λέξεις αναφορικά με την μορφή και την προέλευσή τους"@el, "the analysis of the structure of words and their relations to other words as regards their form and derivation"@en ;
  skos:exactMatch omtd:MorphologicalAnalysis ;
  skos:altLabel "general morphological analyisis"@en .

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

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

