问题
I have a question concerning OpenNLP. I am looking for Spanish sentence detection and tokenization models that run with OpenNLP version 1.5.3. So far, I only found a pos tagging model that works with this version (https://github.com/utcompling/OpenNLP-Models/tree/master/models)
Additionally to the Spanish models, I need to use also English, French and Italian models in one java project. So far, I could find all models (sentence detection, tokenization and pos tagging) for every language, except for Spanish, for which I just found the pos tagging model. I don't want to switch to OpenNLP 1.4. (http://opennlp.sourceforge.net/models.html) because I cannot find French and Italian models for that.
All the best and many thanks in advance, Bina
来源:https://stackoverflow.com/questions/40959983/java-opennlp-version-1-5-3-spanish-models