Show HN: Developer Friendly Natural Language Processing
1–6 of 6 posts
Re: Show HN: Developer Friendly Natural Language Processing
#2Looks 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.)
Re: Show HN: Developer Friendly Natural Language Processing
#3No post body was provided.
Re: Show HN: Developer Friendly Natural Language Processing
#4Huh, interesting. It gets POS tagging correct in a few edge cases I've used to test other frameworks.
Bookmarked!
Re: Show HN: Developer Friendly Natural Language Processing
#5Looks 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.
Re: Show HN: Developer Friendly Natural Language Processing
#6Looks really polished. Will have to try this for a few projects. The full text search looks really good!