Hacker News new | ask | show | jobs
by LeBlanc 5650 days ago
Check out the open source Stanford Parser (Java) http://nlp.stanford.edu/software/lex-parser.shtml

I also wrote a free open source javascript API for the Stanford Parser if you want to play around with NLP in JS. http://nlp.naturalparsing.com/browserparser/parse (it is a bit slow at the moment, someone is using it to parse all of wikipedia).