我在运行任何与 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 工作时遇到问题。
有什么想法吗?