sequence_tagging
NER model
Named Entity Recognition model using LSTM and CRF with character embeddings
Named Entity Recognition (LSTM + CRF) - Tensorflow
2k stars
73 watching
702 forks
Language: Python
last commit: about 4 years ago bi-lstmcharacters-embeddingsconditional-random-fieldscrfglovenamed-entity-recognitionnerstate-of-arttensorflow
Related projects:
Repository | Description | Stars |
---|---|---|
franck-dernoncourt/neuroner | Named-entity recognition using neural networks. | 1,698 |
scicloj/scicloj.ml.crf | A plugin for scicloj.ml providing Named Entity Recognition (NER) functionality using Stanford's CRF-NER model. | 0 |
liyuanlucasliu/lm-lstm-crf | A PyTorch-based tool for sequence labeling using a combination of CRF and LSTM models to capture label dependencies and leverage contextualized representations. | 846 |
lemonhu/ner-bert-pytorch | A PyTorch implementation of named entity recognition using the Google AI's pre-trained BERT model for Chinese text data. | 438 |
guillaume-chevalier/har-stacked-residual-bidir-lstms | An implementation of a deep neural network architecture for Human Activity Recognition using stacked residual bidirectional LSTM cells with TensorFlow. | 319 |
liyuanlucasliu/ld-net | A system for efficiently training and deploying neural networks for named entity recognition tasks with context-dependent representations. | 146 |
kamalkraj/bert-ner | An implementation of named entity recognition using Google's BERT model for the CoNLL-2003 dataset and Python. | 1,211 |
szegedai/hun_ner_checklist | Provides diagnostic test cases for evaluating Hungarian Named Entity Recognition models | 0 |
carpedm20/lstm-char-cnn-tensorflow | An implementation of Character-Aware Neural Language Models using TensorFlow and combining multiple neural network architectures. | 769 |
hernanmd/stner | An interface to the Stanford Named Entity Recognizer from Pharo Smalltalk | 0 |
l0sg/relational-rnn-pytorch | An implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling | 244 |
jiesutd/ncrfpp | A flexible and efficient toolkit for building neural sequence labeling models. | 1,890 |
mikeylong/ruby-ner | A Ruby implementation of named entity recognition using Stanford NER | 19 |
tonianelope/multilingual-bert | Investigating multilingual language models for Named Entity Recognition in German and English | 14 |
aboev/arae-tf | Automates generation of discrete sequence text using adversarially regularized autoencoders | 20 |