https://github.com/leostera/textmine.js
Text-mining for NodeJS
https://github.com/leostera/textmine.js
Last synced: 6 months ago
JSON representation
Text-mining for NodeJS
- Host: GitHub
- URL: https://github.com/leostera/textmine.js
- Owner: leostera
- Created: 2013-07-06T04:08:08.000Z (about 13 years ago)
- Default Branch: proof-of-concept
- Last Pushed: 2013-07-06T04:17:40.000Z (about 13 years ago)
- Last Synced: 2025-04-04T04:45:56.072Z (over 1 year ago)
- Size: 113 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Textmine.js
### text mining for nodejs
Just generate a bunch of data and categorize it.
### Proposals for v0.1:
* Make it a streaming API
* Incluide ccc and pseudof error algorithms to provide dynamic numbers of clusters.
* Stop depending on textmining-js
* Build upon stem to provide more flexible and powerful natural language processing
* Use an external data storage (Redis/Memcached)
### Credits
It uses [textmining-js](https://github.com/ryouhei/textmining-js), [stem](https://github.com/cwolves/stem) and [Faker.js](https://github.com/Marak/Faker.js).
Ensembled with :heart: by @leostera
Special thanks to @sicarul for helping me out here!