An open API service indexing awesome lists of open source software.

https://github.com/longxingtan/nlp-examples

A collection of named entity recognition (NER)
https://github.com/longxingtan/nlp-examples

bert named-entity-recognition ner tensorflow

Last synced: about 1 year ago
JSON representation

A collection of named entity recognition (NER)

Awesome Lists containing this project

README

          

# Named_entity_recognition (NER)

This repository implements the common deep learning methods for named entity recognition in tensorflow.
It's just prototypes for experimental purposes only

## Models
- bi_lstm_crf
- bert_crf

## Dependencies
- python 3.6
- tensorflow 1.12.0

## Usage
`python run_ner.py`