On 04/10/2013 11:27 AM, Rodrigo Agerri wrote:
I have put together a very simple English lemmatizer using JWNL as
part of a POS module based on opennlp API. The lemmatizer uses the
constructor of JWNLDictionary in opennlp coref package.
If there is interest in explicitly providing an English lemmatizer in
the project I would not mind providing the code.
Yes, it would be nice to have a lemmatizer component in OpenNLP, the design
should be flexible enough so we can extend it with lemmatizers for other
languages than English later.
As far as I remember is the wordnet approach is a dictionary lookup with
the token and its pos tag, right?
Jörn