Relative Content

Tag Archive for djangoapachenltkproduction

NLTK package is not working in production but working in development

I have created a web-app using Django. I this web-app I want to add functionality to extract phrases from content. My code is working fine in development but not working in production. Using nltk package I have created a function which gives returns a list of phrases from content. below is my code: