The aim of the mini-project is to build a program that takes a jumbled sentence with incorrect grammer and gives out a grammatically correct rearranged sentence
- NodeJS and npm
- Python 3 with the following packages
- requests
- json
- mysqlclient
- pymysql
- MySQL
- Database name - NLP
- Table Name - LIST
- Attributes : word varchar(20) ; category varchar(25)
git clone https://github.com/harshasridhar/NLP.git
cd NLP
npm install
npm start