项目作者: yrnigam

项目描述 :
Named Entity Recognition (NER) using LSTMs with Keras
高级语言: Jupyter Notebook
项目地址: git://github.com/yrnigam/Named-Entity-Recognition-NER-using-LSTMs.git


Named-Entity-Recognition-NER-using-LSTMs

Named-entity recognition (NER) (also known as entity identification, entity chunking and entity extraction) is a subtask of information extraction that seeks to locate and classify named entities mentioned in unstructured text into pre-defined categories such as person names, organizations, locations, medical codes, time expressions, quantities, monetary values, percentages, etc.
In this project we will train LSTM based deep learning model for Recognizing Named Entity.