We are trying to host our python app on heroku. We have used Natural 
Language toolkit (http://www.nltk.org/) for NLP operations.  When we used 
nlk.pos_tag(tokens) function , it did not work and prompted us to download 
nltk data. In heroku python shell, we downloaded that data and pos_tag 
function worked. But when we come out of python shell and run the program 
again it gave same prompt to download nltk data. So where does that 
installation of data go? Does it vanishes because heroku provides limited 
space and we are using free instances ? NLTK data size is around 700MB. So 
do we have to pay for the this memory space? Or is there any other problem?
              I think this is clear enough. So anyone can help us please?

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/heroku/-/wmYJkPrKC7QJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to