Named Entity Recognizer (NER)

Established: January 29, 2014

Definition

Detects and classifies named entities for persons, locations and organizations categories

Features

Arabic named entities detection and classification

The Arabic Named Entity Recognizer (NER) extracts named entities from standard Arabic text and classifies them into three main types: proper names, locations, and organizations. Arabic NER can extract foreign and Arabic names, location entities such as cities, countries, streets, squares, as well as organizations like sports teams, political parties, companies, and ministries.

Arabic text preprocessing

Arabic NER uses the Speller to correct spelling mistakes during preprocessing. The user has the option to select between having spell checking or automatic correction, depending on the error rate of the input text. Automatic correction is recommended for text with a low error rate, while spell checking is preferred for text with a high error rate.

API

  • Get Named Entities detects and classifies named entities in the input text

Example

back to ATKS