各位老师好,以前问过关于stanford parser的parse后文本输出的问题,我明白bat文件导出后打到了屏幕上,所以应该输入导出到文件的命令。但是我的问题似乎是在java环境的问题:按说我应该装对了jre和jdk1.6,因为我的parser处理没有问题,就是导出时出现下面图片的问题
我也读到过相关帖子里面说的下列道理:
You may uninstall all previous versions of JDK or JRE first, then install this latest version. After installation completes, copy the folder named "server" from C:\Program Files\Java\jdk1.6.0\jre\bin\ to C:\Program Files\Java\jre1.6.0\bin\.
Then, you need set your Java path by:
Right click My Computer icon, choose Properties, Advanced, Environment Variables, in the System Variables box, find Path, click Edit, and add the following line (all in English) to the end of the text there:
;C:\Program Files\Java\jdk1.6.0\bin;C:\Program Files\Java\jre1.6.0\bin
Finally, reboot your machine to try the parser. The problem of "missing server jvm.dll" should be resolved.
但问题是:我就找不到那个叫做server的文件夹,别说我下载的jdk不对,我就是按照这个帖子下载并安装的。
真诚等待大家帮忙。我前几天去中科院开机器翻译的会议,请教了几个人,他们说的和各位差不多,所以也没有解决我的问题。还是输出不了,输出了也是空白文本。
我也读到过相关帖子里面说的下列道理:
You may uninstall all previous versions of JDK or JRE first, then install this latest version. After installation completes, copy the folder named "server" from C:\Program Files\Java\jdk1.6.0\jre\bin\ to C:\Program Files\Java\jre1.6.0\bin\.
Then, you need set your Java path by:
Right click My Computer icon, choose Properties, Advanced, Environment Variables, in the System Variables box, find Path, click Edit, and add the following line (all in English) to the end of the text there:
;C:\Program Files\Java\jdk1.6.0\bin;C:\Program Files\Java\jre1.6.0\bin
Finally, reboot your machine to try the parser. The problem of "missing server jvm.dll" should be resolved.
但问题是:我就找不到那个叫做server的文件夹,别说我下载的jdk不对,我就是按照这个帖子下载并安装的。
真诚等待大家帮忙。我前几天去中科院开机器翻译的会议,请教了几个人,他们说的和各位差不多,所以也没有解决我的问题。还是输出不了,输出了也是空白文本。