Search the Community
Showing results for tags 'NLTK'.
-
Greetings, I am new to heliohost, using Ricky, and I'm working on a project that required 2 python libraries that wasn't available on heliohost. This is the version that works for me without getting a 500 error #!/usr/bin/python I'm not sure which version is running with that definition, but it's the only one working. I really need the NLTK version after 2017 (NLTK 3.3 or above) and heapq package to complete my code please if it's capable on the server. If it's not possible, I would really appreciate it if you could help me to install it directly with the pip! PS: I tried to install it using various ways, one of it was (got 500 error): #!/usr/bin/python import cgi from subprocess import call from sys import executable import pip call([executable,'-m', 'pip', 'install','--trusted-host=pypi.org', '--trusted-host=files.pythonhosted.org', 'nltk']) Thank you very very much for your work!! Please keep the awesome work
-
Hi! Noob here. I just got hello world running from your cookiecutter! I've tried adding the rest of my files but it seems it can't find NLTK for word tokenizing. I'm gonna try and roll my own at the moment but wondering if we can get NLTK installed on Tommy? If not, no worries and thank you so much for building this community.