Hironsan / anago

Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.
https://anago.herokuapp.com/
MIT License
1.48k stars 371 forks source link

how to prepare custom dataset in BILOU format to train the model #128

Closed prakashwarbler closed 4 years ago

prakashwarbler commented 4 years ago

is there any code or tool provided to convert the custom dataset what we usually get from ner annotator tool like doccano as json file into BILOU format csv train, test file. if you could suggest more on this it will be really useful to train custom data in anago.

prakashwarbler commented 4 years ago

made own code. issue solved... u can close it. thank u.