Live data from Hacker News

Show HN: Developer Friendly Natural Language Processing

github.com

1–6 of 6 posts

Re: Show HN: Developer Friendly Natural Language Processing

#5
post #2

Looks great! What does it offer in the way of text classification? I'm interested in training some models based on HN post titles and comments. (I've used NLTK[0] before but otherwise am mostly a beginner at NLP.) [0] https://www.nltk.org/book/

WinkNLP can be used to prepare text for classification. For a simple start you can explore https://www.npmjs.com/package/wink-naive-bayes-text-classifi... for text classification or use any other classifier.