@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:namedEntityDisambiguation
  skos:prefLabel "named entity disambiguation"@en, "αποσαφήνιση ονοματικών οντοτήτων"@el ;
  a skos:Concept ;
  skos:broader clarin_el:namedEntityRecognition .

clarin_el:namedEntityRecognition
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:prefLabel "αναγνώριση ονοματικών οντοτήτων"@el, "named entity recognition"@en ;
  skos:altLabel "entity identification"@en, "NERC"@en, "NER"@en, "entity recognition"@en, "entity extraction"@en, "επισημείωση ονοματικών οντοτήτων"@el ;
  skos:broader clarin_el:informationExtraction ;
  skos:narrower clarin_el:namedEntityDisambiguation ;
  a skos:Concept ;
  skos:definition "a subtask of information extraction that seeks to locate and classify named entities in text into pre-defined categories such as the names of persons, organizations, locations, expressions of times, quantities, monetary values, percentages, etc"@en ;
  skos:exactMatch omtd:NamedEntityRecognition ;
  skos:note "Named entity (NE) recognition is a form of information extraction in which the major task is to identify and classify from NL text every word or sequence of words as being a person-name, organizaton, location, date, time, monetary value, percentage expression. NE recognition has a high impact for a number of applications, like e.g., InterNet search engines, text data mining or answer extraction."@en .

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

clarin_el:informationExtraction
  skos:prefLabel "information extraction"@en, "εξαγωγή πληροφορίας"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:namedEntityRecognition .

