I am using OpenNlpLemmatizer and came across below exception.
Caused by: java.io.IOException: Unable to load resource [classpath:/de/tudarmstadt/ukp/dkpro/core/opennlp/lib/lemma-en-default.properties]:
FileNotFoundException: No file found at [classpath:/de/tudarmstadt/ukp/dkpro/core/opennlp/lib/lemma-en-default.properties]
I tried looking into repository, strangely the models for lemmatizer were missing.
https://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/simple/public-model-releases-local/de/tudarmstadt/ukp/dkpro/core/
Any inputs will be helpful
Thanks in advance