This project is containing many topics about Text Mining and writen in Javascript. Here is the list of topic:
- Preprocessing.
- Weighting.
- Information Retrieval.
- Classfication using KNN.
- Clone / download this project.
- Open project folder in editor(VS Code, or anything you want).
- Install the required package through terminal (ctrl + ` if using VS Code)
npm install
- Run the project throught terminal command line.
npm run classification
- Ho to change the training or testing preference please check the classify.js file