AdirthaBorgohain/NER-RE
A Named Entity Recognition + Entity Linker + Relation Extraction Pipeline built using spacy v3. Given a text, the pipeline will extract entities from the text as trained and will disambiguate the entities to its normalized form through an Entity Linker connected to a Knowledge Base and will assign a relation between the entities, if any.
This tool helps you automatically extract key pieces of information from unstructured texts like contracts or medical records. You feed it raw text, and it identifies specific entities (like names or dates), clarifies what they refer to using a knowledge base, and then maps out how these entities are related to each other. It's designed for data analysts, researchers, or anyone who needs to quickly make sense of large volumes of text data and build structured insights.
No commits in the last 6 months.
Use this if you need to automatically identify key entities and their relationships within large collections of text documents, such as legal contracts, scientific papers, or financial reports.
Not ideal if you only need simple keyword extraction or if your text data is already highly structured and doesn't require complex entity linking or relationship mapping.
Stars
44
Forks
10
Language
Python
License
—
Category
Last pushed
Jun 02, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/AdirthaBorgohain/NER-RE"
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...