Hi, is there any interest in hosting the stock OpenNLP models in Maven Central? I know that OpenNLP intends for users to train models on their particular corpus, but often it's useful to get started with the stock models.
I'm developing a common interface to some NLP toolkits in Scala and would like to include OpenNLP. I would like to use OpenNLP and have use the stock models by default as a maven dependency. If I do this, then I don't need to include the models with my artifact and I don't need to keep the models in my git repository. More importantly, users can exclude the stock models if they wish. What do you think? Peace. Michael