On 6/15/05, Ugo Cei <[EMAIL PROTECTED]> wrote: > Excuse the Off-Topic, but I'm looking for a Java API for determining > the degree of similarity (based on word frequency or whatever) between > two text strings. > > I though of posting here since I know there are some people here expert > in semantic web technologies that could maybe help me. > > Thanks in advance and sorry again for the OT. >
Probably not exacftly what you want but you can find a collection of Natural Language Processing (NLP) toools at: http://opennlp.sourceforge.net/projects.html If you've got to build your own NLP algorithims this might help... -- Peter Hunsberger (not an expert in semantic web technologies...)
