Skip to content

Convert a description written in natural language to an ER-Diagram

License

Notifications You must be signed in to change notification settings

sutirthaghosh/description2erd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

description2erd

This is an easy to use toolkit to convert a given natural language description to an ER-Diagram and also produce relevant SQL statements to make the table.

Dependent Packages

The dependent packages are listed below(please use python3):

  • PyQt5 install using pip3 (sudo pip3 install pyqt5)
  • NLTK install using pip3,also recomment to download nltk_data after installing nltk for the chunkers to work.

How to build

Just run main.py from terminal using python3 as in python3 main.py Please remember to put the nltk_data folder in the current directory containing main.py. nltk_data should contain all the required things.Please go through NLTK docs.

Links

About

Convert a description written in natural language to an ER-Diagram

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages