tags:

views:

482

answers:

2
+1  Q: 

Wordnet lemmatizer

Hello every one....

i want to use the sql version of WordNet to find synonyms of a word...the problem is:

the lemmatization phase: how can i employ the Wordnet lemmatizer -which originally deals with the textual version of WordNet- to lemmatize a word to a form that can be found in the wordnet sql DB ???

thanx a lot for any answer...

A: 

thanx Andrew.i've already read that page, but none of the answers could actually help. My problem is : i'm using an SQL version of WordNet. And need to find a way use the WordNet lemmatizer , which deals with the original textual version of WordNet , to lemmatize words to other real words that can be found in the SQL database.... i've read about "morpha" lemmatizer , but it only lemmatizes nouns and verbs , while i need it to deal with adjectives as well.

i think WordNet lemmatizer is the most appropriate strategy i need now , but i still need to figure out a way to apply it on the SQL database.

thanx again.