TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: State of NLP in JavaScript World?

2 pointsby simplegeekabout 5 years ago
I am thinking of creating a web application. The app will analyze the English text. It will need to run text-readability algorithms such as https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Flesch%E2%80%93Kincaid_readability_tests.<p>The app will also need to find the syllable count of the words.<p>Are there reliable NLP JavaScript libraries (just like we&#x27;ve NLTK in Python) that you use in production?<p>Thanks in advance for all help.

1 comment

verdvermabout 5 years ago
Tensorflow.js might fit your needs