Various scripts for playing around with natural language processing/generation

requirements.txt 228B

12345678910111213
  1. click==6.7
  2. Flask==0.12.2
  3. gunicorn==19.7.1
  4. inflect==0.2.5
  5. itsdangerous==0.24
  6. Jinja2==2.9.6
  7. MarkupSafe==1.0
  8. nltk==3.2.4
  9. # pyStatParser==0.0.1 manually install from git repo (python2 only)
  10. six==1.10.0
  11. tqdm==4.14.0
  12. Werkzeug==0.12.2