我在运行与nltk相关的任何事情时遇到了一些重大问题。
什么有效:
running python script with nltk on my pc
running python script without nltk from a page on my server which is accessed remotely or locally
什么行不通:
running python script with nltk from a php script on my server which is accessed remotely or locally
我尝试了什么:
converting the python script into an exe
running python from c++ which is run from php
playing around with php.ini file
基本上我的问题是,如果我执行一个包含来自php的nltk相关代码的python文件,就会发生错误,我不知道是什么,我尝试从python脚本打印到一个文件,它会创建文件,但它仍然存在空的,这就是我所能说的。
目前,我还尝试设置cgi,以便我可以尝试从perl运行python脚本或直接使用python作为cgi,但遇到让cgi工作的问题。
任何想法的人?