bfmags / fukushima_bots

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

interactive_adventure

Dependencies:

  • pip install flask

  • pip install nltk

  • pip install requests

  • pip install numpy

  • nltk data, on the Python console (ie. type python on the command line):

    >>> import nltk
    >>> nltk.download('averaged_perceptron_tagger')
    >>> nltk.download('punkt')
    >>> nltk.download('wordnet')
    >>> nltk.download('brown')
    

Front end:

cd front-end
python -m SimpleHTTPServer

About


Languages

Language:HTML 68.8%Language:CSS 15.9%Language:Python 15.2%