Planeshifter/text-miner
text mining utilities for Node.js
This helps Node.js developers prepare raw text for analysis by cleaning, transforming, and structuring it. You input a collection of text documents and the system outputs a cleaned corpus or a document-term matrix, which is a numerical representation ready for further analysis. This is for developers building applications that process and analyze text data.
142 stars. No commits in the last 6 months. Available on npm.
Use this if you are a Node.js developer building an application that needs to preprocess text data for tasks like sentiment analysis, topic modeling, or search.
Not ideal if you are not a Node.js developer or if you need a complete, end-to-end text analysis solution rather than just preprocessing utilities.
Stars
142
Forks
19
Language
JavaScript
License
MIT
Category
Last pushed
Jan 21, 2023
Commits (30d)
0
Dependencies
11
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/Planeshifter/text-miner"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
spencermountain/compromise
modest natural-language processing
textlint/textlint
textlint is the pluggable linter for natural language text.
ChristianMurphy/classify-poetry
recognize type poetry in a given text excerpt
aholstenson/ecolect-js
Natural language handling for commands and intents
axa-group/nlp.js
An NLP library for building bots, with entity extraction, sentiment analysis, automatic language...