Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MUC-7 Support #14

Open
loretoparisi opened this issue Apr 2, 2019 · 1 comment
Open

MUC-7 Support #14

loretoparisi opened this issue Apr 2, 2019 · 1 comment

Comments

@loretoparisi
Copy link

Currently, CoreNLP NER supports from 3 classes CoNLL to the MUC-7 classes, depending on the model loaded in the CoreNLP pipeline:

# tags: LOCATION, ORGANIZATION, PERSON
edu/stanford/nlp/models/ner/english.all.3class.distsim.crf.ser.gz
# tags: DATE, LOCATION, MONEY, ORGANIZATION, PERCENT, PERSON, TIME
edu/stanford/nlp/models/ner/english.muc.7class.distsim.crf.ser.gz
# LOCATION, MISC, ORGANIZATION, PERSON
edu/stanford/nlp/models/ner/english.conll.4class.distsim.crf.ser.gz

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.

@LiyuanLucasLiu
Copy link
Owner

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants