I'm intending to use SQL version of WordNet and I have a problem finding a way to lemmatize words in order to find them in the DB; I can't use the WordNet lemmatizer itself because it is applied to the textual version of WorldNet.
I've read here that there is a good lemmatizer that returns real words - and that's exactly what I need. I downloaded "Morpha", the suggested lemmatizer, but I don't understand how to use it.
- Is any compilation needed?
- Which file should I use?
- How can I use it in an application that accesses the WordNet SQL DB?