[P] NER Tagger based on BERT + CRF (for Korean)
Hi all,
I did a toy project for Korean NER tagger(in progress). If you are interested in Korean Named Entity Recognition, try it. (This NER tagger is implemented in PyTorch)
If you want to apply it to other languages, you don’t have to change the model architecture, you just change vocab, pretrained BERT(from huggingface), and training dataset.
submitted by /u/eagle705
[link] [comments]