nasaonacid / abstractAardvark

0 stars 0 forks source link

Abstract Aardvark

A webapp which aims to help solidify the understanding of inheritance through the use of gamification.

Please ensure that your environment has all the requirements listed in requirements.txt before starting.

Also please ensure that you add the environment variable NLTK_DATA pointing it to the path which holds the NLTK data for the wordnet corpus.

For UNIX based OS: Please add the following to your .bashrc file "export NLTK_DATA=$NLTK_DATA:/data_gathering/nltk_data"