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)
- Host: GitHub
- URL: https://github.com/longxingtan/nlp-examples
- Owner: LongxingTan
- License: mit
- Created: 2019-02-28T16:23:52.000Z (over 7 years ago)
- Default Branch: ner2018
- Last Pushed: 2024-07-09T05:43:35.000Z (almost 2 years ago)
- Last Synced: 2024-11-28T07:13:08.954Z (over 1 year ago)
- Topics: bert, named-entity-recognition, ner, tensorflow
- Language: Python
- Homepage:
- Size: 2.76 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`