I am trying to write a program for which I need to use the thesaurus in the program. Where can I get such a library or some help about this ? Thanks, Anurag
I think you'll need to develop your own thesaurus and you'll most probably need Java collection classes. Have a look at Java's collection frmework. - Manish