guillaumegenthial/tf_ner
TensorFlow implementation of Bidirectional LSTM-CRF neural networks for Named Entity Recognition sequence labeling.

Velocity · 7d
+0.3
★ / day
Trend
→steady
star history
Provides simple and efficient TensorFlow implementations of neural-network-based NER models using tf.estimator and tf.data APIs. The models achieve state-of-the-art results on standard NER benchmarks using BiLSTM-CRF architecture with character embeddings and GloVe word embeddings. Supports the CoNLL-2003 dataset format for training and evaluation.