kyzhouhzau / BERT-NER

Use Google's BERT for named entity recognition (CoNLL-2003 as the dataset).
MIT License
1.23k stars 335 forks source link

Client for NER #86

Open sivanmahesh opened 3 years ago

sivanmahesh commented 3 years ago

This repo is good and very informative. I need some help to understand how i can use this model with a user input text sentence to find the NER labels. Has anyone used this and built a client around it ?