Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/343.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java 添加WordNet作为门处理资源_Java_Text_Wordnet_Corpus_Gate - Fatal编程技术网

Java 添加WordNet作为门处理资源

Java 添加WordNet作为门处理资源,java,text,wordnet,corpus,gate,Java,Text,Wordnet,Corpus,Gate,我试图用WordNet注释,使用GATE对文本语料库进行注释。在将WordNet creole插件添加到GATE Developer系统之后,我只能将WordNet作为语言资源添加,而不能作为处理资源或应用程序添加。因此,我无法将其添加到语料库管道中 我将非常感谢您的帮助 (是的,我看过了。)你可以安装wordnet 我在应用程序中嵌入了Wordnet作为处理资源 它解决了我的问题。你能分享一个示例代码吗,embedded gate+Wordnet

我试图用WordNet注释,使用GATE对文本语料库进行注释。在将WordNet creole插件添加到GATE Developer系统之后,我只能将WordNet作为语言资源添加,而不能作为处理资源或应用程序添加。因此,我无法将其添加到语料库管道中

我将非常感谢您的帮助


(是的,我看过了。)

你可以安装wordnet

我在应用程序中嵌入了Wordnet作为处理资源


它解决了我的问题。

你能分享一个示例代码吗,embedded gate+Wordnet