Are there any good Java libraries with prebuilt dictionaries that I can use to try and extract word roots from input words?

I asked a more general question which supersedes this question. It is here. Please vote to close this question.

link|improve this question

I had no idea such things existed, but I'd sure love to get my hands on it. (I'm a conglanger and amateur linguist.) – Gregory Higley Jan 14 '10 at 2:34
If there isn't one, would anyone be willing to join forces to write one? – piggles Jan 14 '10 at 2:40
feedback

1 Answer

up vote 1 down vote accepted

Work with WordNet for Java in the form of JWNL, which includes a port of Wordnet's "Morphy" lemmatizer.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.