shibing624/nerpy
🌈 NERpy: Implementation of Named Entity Recognition using Python. 命名实体识别工具,支持BertSoftmax、BertSpan等模型,开箱即用。
This tool helps you automatically identify and extract key pieces of information, like names of people, locations, organizations, or times, from text documents. You provide a sentence or paragraph, and it returns a list of identified entities with their categories. It's designed for anyone who needs to quickly pull structured data from unstructured text, such as researchers, data analysts, or content managers.
118 stars. No commits in the last 6 months. Available on PyPI.
Use this if you need to automatically find and label specific types of entities (like people, places, or dates) within large amounts of English or Chinese text.
Not ideal if your task requires highly specialized entity types not covered by common categories, or if you need to extract complex relationships between entities rather than just identifying them.
Stars
118
Forks
15
Language
Python
License
Apache-2.0
Category
Last pushed
Feb 19, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/shibing624/nerpy"
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...