geasyheart/biaffine_ner
biaffine , ner
This project helps developers working with natural language processing to extract specific entities from unstructured text, such as identifying names, locations, or organizations. It takes raw text as input and outputs a list of identified entities and their locations within the text. This is designed for NLP engineers or researchers who need to implement or improve named entity recognition (NER) systems.
No commits in the last 6 months.
Use this if you are a developer looking for an implementation of a Biaffine attention model for Named Entity Recognition to integrate into your NLP pipeline or research.
Not ideal if you are a non-technical user looking for a ready-to-use application to extract information from text, as this requires coding knowledge to set up and run.
Stars
8
Forks
—
Language
Python
License
—
Category
Last pushed
Oct 26, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/geasyheart/biaffine_ner"
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...