codekansas / keras-language-modeling

:book: Some language modeling tools for Keras
https://codekansas.github.io/language
MIT License
658 stars 171 forks source link

Change data_path to be initialized from os.environ['DATA_PATH'] #3

Closed jim-kukla closed 8 years ago

jim-kukla commented 8 years ago

This simplifies configuration of the local environment to a single step.

codekansas commented 8 years ago

Seems like a good idea! I think I'll change the environment variable to something like INSURANCE_QA instead, though, DATA_PATH seems a bit generic