randomrandom/deep-atrous-ner
Deep-Atrous-CNN-NER: Word level model for Named Entity Recognition
This project helps data scientists and NLP practitioners automatically identify and categorize key entities like people, organizations, and locations within unstructured text. You input raw text documents, and it outputs the same text with specific words and phrases tagged by their entity type. This is useful for anyone who needs to extract structured information from large volumes of free-form text.
No commits in the last 6 months.
Use this if you need to quickly and accurately find specific types of named entities in text data, especially if you have variable-length inputs and require faster prediction times.
Not ideal if your primary need is for a model that supports a wide variety of pre-configured datasets beyond the CoNLL-2003 format.
Stars
33
Forks
9
Language
Python
License
—
Category
Last pushed
Nov 24, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/randomrandom/deep-atrous-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