Skip to content
This repository has been archived by the owner on Aug 9, 2020. It is now read-only.

Identifies 60 languages using NLTK. Python coding and Flask Framework

Notifications You must be signed in to change notification settings

sumanthExp/language-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

language-detection

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.

About

Identifies 60 languages using NLTK. Python coding and Flask Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published