Skip to content

NewsEye/Named-Entity-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 

Repository files navigation

Named Entity Recognition

Named Entity Recognition (NER) is a traditional task used for many information retrieval applications such as indexing and text mining. The aim of NER systems is to locate important names and proper names in a given text and to categorize them into a set of predefined classes. Three main classes are usually used for named entity labeling : persons, locations and organizations.

NER techniques can be gathered in two groups: rule-based methods and machine learning based approaches. For rule-based methods, rules are extracted manually. They are related to linguistic descriptions, trigger words and lexicons of proper names. These rules use patterns and regular expressions in order to locate named entities and classify them. The machine-leaning approaches, on the other hand, aim to extract rules autonomously using large corpora.

In the NewsEye project we are interested to recognizing named entities through historical documents stored on digital libraries. These document are almost digitized and indexed through their OCRed version and include numerous errors. In the presence of these errors, rule-based methods are clearly very disoriented to override the degradation generated by the OCR in the extracted text. On the other hand, machine learning methods present a sufficient flexibility to be adapted to process noisy texts. For this reason, we use in this project machine learning systems to recognize named entities both on clean and noisy texts. Details about this work can be found at: https://ieeexplore.ieee.org/abstract/document/8791217

Systems

Data

In order to simulate OCRed documents, we have used the available corpora of CoNLL-2002 and CoNLL-2003; we added to them artificial types and levels of OCR degradations using the DocCreator tool https://doc-creator.labri.fr/. we applied four types of degradation related to storage conditions or poor quality of printing materials that may be present on historical digitized documents:

  • Character degradation: to simulate the most common character degradation due to the age of the document or the use of a scanner incorrectly set.
  • Phantom degradation: to simulate degradation that can appear in worn documents.
  • Bleed-through: to simulate degradation that appear with double-sided pages.
  • Blurring: to simulate a blurring effect.

Models

  • English
  • Dutch
  • Spanish

Releases

No releases published

Packages

No packages published