Hacker News new | ask | show | jobs
by binarymax 4786 days ago
lunr.js looks pretty nice, seems very useful for tiny browser based stuff. For something a bit more heavyweight, I've used natural node[1] which is quite good - though not available in browser.

https://github.com/NaturalNode/natural

1 comments

That one looks neat - it has some interesting NLP features like Wordnet integration and bayes classification.