Snowball, a generalized stemming facility:
http://snowball.tartarus.org/
Where Snowball hooks into Lucene:
http://lucene.apache.org/java/docs/api/net/sf/snowball/
SnowballProgram.html
Where to get Snowball for Lucene:
http://svn.apache.org/repos/asf/lucene/java/trunk/contrib/snowba
I am developing a program to search indexed documents. To make the
search more effective, I am trying to automatically search for plurals,
words in ending in "ing," verbs ending in "ed," etc.
For example, if someone types "run" into the search box, AND the index
also has runs and running, I w
Hi
Anyone knows where I can find a spanish synonym list?
Regards,
Néstor Boscán