Skip to content

Text Mining Classification using KNN on Node JS

Notifications You must be signed in to change notification settings

b2956/Text-Mining-NodeJS

 
 

Repository files navigation

Text Mining with NodeJS

This project is containing many topics about Text Mining and writen in Javascript. Here is the list of topic:

  1. Preprocessing.
  2. Weighting.
  3. Information Retrieval.
  4. Classfication using KNN.

How to run this project.

  1. Clone / download this project.
  2. Open project folder in editor(VS Code, or anything you want).
  3. Install the required package through terminal (ctrl + ` if using VS Code)
    npm install
  4. Run the project throught terminal command line.
    npm run classification
  5. Ho to change the training or testing preference please check the classify.js file

About

Text Mining Classification using KNN on Node JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%