简体   繁体   English

在Eclipse中使用链接语法解析器的Java绑定

[英]Use java binding of link grammar parser in eclipse

I want to use link grammar parser in my eclipse java project. 我想在我的Eclipse Java项目中使用链接语法解析器。 I have downloaded Link Grammar 5.3.13 from http://www.abisource.com/projects/link-grammar/ I have read its README file, but i am unable to understand it.Can anyone provide me with good documentation on how to get on with this parser? 我已经从http://www.abisource.com/projects/link-grammar/下载了Link Grammar 5.3.13,我已经阅读了它的README文件,但是我听不懂。谁能为我提供有关如何继续使用这个解析器? I have studied this link http://www.abisource.com/projects/link-grammar/api/index.html But this gives explanation about code not about the installation. 我已经研究了此链接http://www.abisource.com/projects/link-grammar/api/index.html但这给出了关于代码的解释,而不是关于安装的解释。 Thanks in advance 提前致谢

For a usage example of the Link Grammar Java binding, see RelEx Semantic Relation Extractor . 有关链接语法Java绑定的用法示例,请参见RelEx语义关系提取器 Especially, see LocalLGParser.java there. 特别是,请参阅那里的LocalLGParser.java

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM