0
votes

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

1

1 Answers

0
votes

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