Identifies 60 languages using NLTK. Python coding and Flask Framework
Install Python 2.7.12 Go to python directory and install nltk
pip install nltk
C:\Python27>python Python 2.7.10 (default, May 23 2015, 09:40:32) [MSC v.1500 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information.
import nltk nltk.download()
When you follow above steps you will get a windown to download nltk files. Download all.
Download Flask: Go to Python directory and install flask
pip install flask
Once you finished you can start coding on any IDE. I used PyCharm, it's easier and more flexible.
Follow the code.