ramisa2108/Bangla-Complex-Named-Entity-Recognition-Challenge
Winning Solution for the Bangla Complex Named Entity Recognition Challenge - BDOSN NLP Hackathon 2023
This solution helps language professionals and researchers automatically identify and categorize specific entities like locations, organizations, products, and people within Bangla text. It takes raw Bangla sentences as input and outputs the same text with each relevant word or phrase tagged with its entity type. Anyone working with large volumes of Bangla text who needs to extract structured information can use this.
No commits in the last 6 months.
Use this if you need to accurately identify and label various types of named entities in Bangla documents, such as for information extraction or content analysis.
Not ideal if your primary need is for a language other than Bangla, or if you require a simple keyword search rather than structured entity recognition.
Stars
7
Forks
—
Language
Jupyter Notebook
License
—
Category
Last pushed
Mar 21, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/ramisa2108/Bangla-Complex-Named-Entity-Recognition-Challenge"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
chakki-works/seqeval
A Python framework for sequence labeling evaluation(named-entity recognition, pos tagging, etc...)
Hironsan/anago
Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.
jbesomi/texthero
Text preprocessing, representation and visualization from zero to hero.
hamelsmu/ktext
Utilities for preprocessing text for deep learning with Keras
asahi417/tner
Language model fine-tuning on NER with an easy interface and cross-domain evaluation. "T-NER: An...