Skip to content

harshasridhar/NLP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini Project on Natural Language Processing

jumbled example

Introduction

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

Pre-requisites

  • 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)

Running the project

 git clone https://github.com/harshasridhar/NLP.git
 cd NLP
 npm install
 npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published