0

我在运行任何与 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 工作时遇到问题。

有什么想法吗?

4

1 回答 1

0

在经历了很多脑痛之后,我不得不转而使用 php 进行词形还原。

作为 nltk 的替代品, PhPMorphy做得很好。

于 2013-11-11T08:22:28.943 回答