Hello, there is not LemmatizerME class in OpenNLP 1.6.0 ( https://github.com/apache/opennlp/blob/trunk/opennlp-tools/src/main/java/opennlp/tools/lemmatizer/LemmatizerME.java )
I have this dependency:
<dependency>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-tools</artifactId>
<version>1.6.0</version>
</dependency>
How can i use it? (without download all the library)
Is there a WIP Maven dependency?
Thank you
Damiano
