dsindex / ntagger

reference pytorch code for named entity tagging
86 stars 13 forks source link

NER Inferencing #9

Closed geo47 closed 3 years ago

geo47 commented 3 years ago

Hi @dsindex

By any chance, are you going to implement the inferencing for NER from the trained model. Also, have you tried KoBERT for Korean NER task?

dsindex commented 3 years ago

well~ inference codes are a little bit complicated. but, i will add it in the near future.

and... you can refer NER task using KoBERT to https://github.com/eagle705/pytorch-bert-crf-ner/blob/master/train_bert_crf.py#L91

geo47 commented 3 years ago

Thanks very informative. Looking forward for the inference part :-)

Thanks

appledora commented 2 years ago

@dsindex any updates on the inference codes?