Named Entity Recognition Approaches and Their Comparison for Custom NER Model
Named Entity Recognition Approaches and Their Comparison for Custom NER Model
复制标题
命名实体识别方法及其自定义 NER 模型的比较
DOI:
10.1080/0194262x.2020.1759479
复制
发表时间:
2020
影响因子:
--
通讯作者:
Poorva Agrawal
中科院分区:
文献类型:
--
作者:
Hemlata Shelar;Gagandeep Kaur;Neha Heda;Poorva Agrawal
ABSTRACT Named entity recognition (NER) is a natural language processing tool for information extraction from unstructured text data such as e-mails, newspapers, blogs, etc. NER is the process of identifying nouns like people, place, organization, etc., that are mentioned in the string of the text, sentence, or paragraph. For building the NER system, many different libraries and natural language processing tools using Java, Python, and Cython languages are available. All these tools have pretrained NER models that can be imported, used and can be modified or customized according to requirements. This paper explains different NLP libraries including Python’s SpaCy, Apache OpenNLP, and TensorFlow. Some of these libraries provide a pre-build NER model that can be customized. The comparison of these libraries is done based on training accuracy, F-score, prediction time, model size, and ease of training. The training and testing data are the same for all the models. When considering the overall performance of all the models, Python’s Spacy gives a higher accuracy and the best result.