Words Are Things Project -- The goal of this project is to create a translation machine that...
- Can take near-english sentences and turn them into python code.
- Can learn new words.
- After we implement the first two, make it work by providing near-english pseudocode to generate code that runs a simple chess game.
The project is written in Python, a language which all of us are learning with this project, but seems to be a good choice for this project.
"python run.py" to run project "python pdb_run.py" to run in the python debugger (pdb)