Various scripts for playing around with natural language processing/generation

nlp.py 62B

12345
  1. from app import app
  2. if __name__ == '__main__':
  3. app.run()