运行在WAMP上访问nltk wordnet的python脚本

时间:2013-10-30 09:00:59

标签: php python wamp nltk

我在运行与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工作的问题。

任何想法的人?

1 个答案:

答案 0 :(得分:0)

经过多次脑痛之后,我不得不转而使用php来实现我的词形还原。

PhPMorphy很好地替代了nltk。