onurgu/ner-tagger-dynet
See http://github.com/onurgu/joint-ner-and-md-tagger This repository is basically a Bi-LSTM based sequence tagger in both Tensorflow and Dynet which can utilize several sources of information about each word unit like word embeddings, character based embeddings and morphological tags from an FST to obtain the representation for that specific word unit.
This project helps natural language processing researchers train and evaluate neural network models for Named Entity Recognition (NER). It takes tokenized text in CoNLL format as input and outputs tagged files, identifying entities like people, organizations, and locations. Researchers working on improving the accuracy of NER systems, especially those incorporating morphological information, would find this useful.
No commits in the last 6 months.
Use this if you are an NLP researcher working on named entity recognition and want to experiment with or reproduce models that leverage both word and morphological features.
Not ideal if you are a practitioner looking for a ready-to-use tool to tag text with named entities without needing to train or evaluate models.
Stars
23
Forks
10
Language
sed
License
MIT
Category
Last pushed
Jul 06, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/onurgu/ner-tagger-dynet"
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 和...
kamalkraj/BERT-NER
Pytorch-Named-Entity-Recognition-with-BERT
kamalkraj/Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs
Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs