Craig
> --
> You received this message because you are subscribed to the Google Groups "nltk-users" group.
> To post to this group, send email to nltk-...@googlegroups.com.
> To unsubscribe from this group, send email to nltk-users+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/nltk-users?hl=en.
>
>
Hi there,
Another question: How can I use pickled taggers on my webserver? Due
to high response time, I can't really load the pickle file every time
the script gets requested. I was thinking about letting another script
with the pickled file loaded running in the background and somehow
pass data to it. Is there some sort of best practice?
ssh = secure shell. It is like bash or tsch etc but provides a way to
use the command line (securely) over an internet connection. Google
it. I think I might pay extra to have ssh access, but it allows me to
run / check scripts from the command line rather than just having an
unresponsive web page.
One alternative if your hosting company won't install nltk might be to
download nltk onto your home computer, decompress, and then upload it
to a directory viewable by a cgi-bin script. I think much (all? no
idea what percentage) of nltk is python rather than C code so this
should work. (crossed fingers) I tried this and was able to succefully
import nltk, but didn't make extensive use of this option since my
host did install the module for me after a couple days.
Craig
Good luck
Craig