-
Notifications
You must be signed in to change notification settings - Fork 1
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
OPENNLP-1627 - Add new models from ud 1.1 familiy #14
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't like to do copy paste...
👍👏
Wow, This looks thorough! Great work ! <3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I double checked:
- treebank naming vs. lang code: correct in all cases.
- full list of supported languages (README.md)
✅
@rzo1 What do you make from README.md => "Ensure to add a new model to the expected-models.txt file located in opennlp-models-test." Shouldn't this be included/change with this PR also? |
It is changed but GH doesn't show it in the web view, cf. 037cec7#diff-85b66f71480e436210ee3c949738f0ad822ceb95e38b851866d463a90525e137 |
Ic, well this seems to be just fine then. |
Wrote some local glue code to auto generate those new models because I didn't like to do copy paste...
So here it is ...