This is a mini project on Bengali corpus NER or Named Entity Recognition from BNLP (Bengali Natural Language Processing) Toolkit under the mentorship of Prof. Sandipan Ganguly, Heritage Institute of Technology, Kolkata-India.
BNLP is a natural language processing toolkit for Bengali Language. This tool will help you to tokenize Bengali text, Embedding Bengali words, Bengali POS Tagging, Construct Neural Model for Bengali NLP purposes. Developed by Prof. Sagor Sarker from Bangladesh.
Source Link: https://bnlp.readthedocs.io/en/latest/#word-embedding__
BNLP GitHub : https://github.com/sagorbrur/bnlp__
-
pypi package installer(python 3.6, 3.7, 3.8 tested okay)
pip install bnlp_toolkit
or Upgrade
pip install -U bnlp_toolkit
NER or Named-entity recognition 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.
Information Source: https://en.wikipedia.org/wiki/Named-entity_recognition
- At first I have imported NER from BNLP.
- Then I took a pre-trained model bn_ner.pkl.
- Took a Bengali Sentence and applied NER on it.
- Got the output approximately.
- Applied larger dataset & received most approximate results and even some of the false positive results also.
- Jupyter Notebook (You can use Colab also)
- Language: Python
- BNLP; Link: https://bnlp.readthedocs.io/en/latest/#word-embedding
LinkedIn Profile: https://www.linkedin.com/in/itsrajdeepdas/