b2956 / Text-Mining-NodeJS

Text Mining Classification using KNN on Node JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 100.0%