#109 · Primary category: NLP Tools & Text Processing

NeuroNER

deep-learning machine-learning named-entity-recognition neural-networks nlp tensorflow

Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results.

Project last updated:03/24/23

GitHub Stars

1.7K

Forks

472

Contributors

7

License

MIT

Why we included this project

NeuroNER is a named-entity recognition tool built on TensorFlow that gives you a working pipeline without having to assemble one yourself. You can train a model on your own annotated dataset, load a pretrained one, or run it over plain text, all through a straightforward command-line or Python interface. It also loads standard benchmark datasets such as CoNLL-2003 for evaluation and works with BRAT if you want to annotate text or review the predictions it makes. For anyone doing information extraction in domains like biomedicine or legal documents, where generic NER models tend to miss the entities that matter, being able to retrain on your own labels is the real draw.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category