nlplab / brat

brat rapid annotation tool (brat) - for all your textual annotation needs
http://brat.nlplab.org
Other
1.82k stars 509 forks source link

Model building #1347

Open heedpraveen opened 4 years ago

heedpraveen commented 4 years ago

Have annotated using BRAT. I have .ann files how to build model in spacy, can anyone guide me whether we need to convert to spacy format(json)

brightgems commented 4 years ago

spacy is not a reommanded for buid ner model, you might want to consider a ner model program with pytorch/tensorflow and then wrap into a web service.

there is an example to do that in tools/randomtagannotations.py file for reference.