What you describe is not clojure specific, so... Check out the NLTK project. It is all in Python, and all of the big book are written for learning to use the tools in Python. However, it also contains a lot of talk about Natural Language Processing in general.
http://www.nltk.org/book I, myself, am digging through the book and will need to implement some portions in Perl if I want to use the concepts for some of my own work projects. -- Savanni On Wed, 2010-07-28 at 13:58 -0700, Daniel wrote: > I want to write a clojure program that searches for similarities of > words in the english language and places them in a graph, where the > distance between nodes indicates their similarity. I don't mean > syntactical similarity. Related contextual meaning is closer to the > mark. > > For instance: "fish" and "reel" don't have much similarity, but in the > context of fishing they do, so the distance in such a graph wouldn't > be very large. > > I'm sure research has been done in this area (I suspect with no small > portion belonging to google), so can anybody point me in the right > direction? > > Thanks. > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en