简体   繁体   中英

Use java binding of link grammar parser in eclipse

I want to use link grammar parser in my eclipse java project. 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? 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. Thanks in advance

For a usage example of the Link Grammar Java binding, see RelEx Semantic Relation Extractor . Especially, see LocalLGParser.java there.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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