Open loretoparisi opened 5 years ago
Thanks for asking! We do have plan to train more models and release in the future :-) For now, I think you can first try to train the model by yourself (I'm currently focusing on some other projects). Also, you are welcome to submit a PR!
Currently, CoreNLP NER supports from 3 classes CoNLL to the MUC-7 classes, depending on the model loaded in the CoreNLP pipeline:
They can also be combine all together to obtain the 7 classes output CFR predictor. It would be possible to support the MUC-7 classes?
Thank you.