jeniyat / StackOverflowNER

Source Code and Data for Software Domain NER
MIT License
145 stars 37 forks source link

Running NER on custom data #1

Closed UditArora2000 closed 4 years ago

UditArora2000 commented 4 years ago

Hi, I am trying to run the NER on custom data, say any normal StackOverflow question. How can I use the model that I trained using that code for tagging the words in the body of the question into various custom classes? Any help would be really appreciated. Thanks

jeniyat commented 4 years ago

Hi Udit, you can format the new data in conll format and input it as the test data for the NER model.