senadkurtisi/pytorch-NER
Named Entity Recognition in PyTorch on CoNLL2003 dataset
This project helps you automatically identify and classify key information within text, such as names of people, organizations, locations, and other important entities. You provide a body of text, and it outputs the same text with specific words or phrases tagged with their corresponding entity type. This tool is ideal for anyone working with large volumes of text who needs to quickly extract structured data or categorize important mentions.
No commits in the last 6 months.
Use this if you need to automatically find and label specific types of information like names or places within written content.
Not ideal if you need to perform other natural language processing tasks beyond named entity recognition, or if your text contains very unusual or highly domain-specific entities not covered by common categories.
Stars
16
Forks
1
Language
Python
License
MIT
Category
Last pushed
Nov 30, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/senadkurtisi/pytorch-NER"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
charles9n/bert-sklearn
a sklearn wrapper for Google's BERT model
jidasheng/bi-lstm-crf
A PyTorch implementation of the BI-LSTM-CRF model.
howl-anderson/seq2annotation
基于 TensorFlow & PaddlePaddle 的通用序列标注算法库(目前包含 BiLSTM+CRF, Stacked-BiLSTM+CRF 和...
guillaumegenthial/tf_ner
Simple and Efficient Tensorflow implementations of NER models with tf.estimator and tf.data
guillaumegenthial/sequence_tagging
Named Entity Recognition (LSTM + CRF) - Tensorflow