Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

network server with link grammar jar?? #8

Open
dijs opened this issue Nov 27, 2015 · 4 comments
Open

network server with link grammar jar?? #8

dijs opened this issue Nov 27, 2015 · 4 comments

Comments

@dijs
Copy link
Owner

dijs commented Nov 27, 2015

No description provided.

@linas
Copy link

linas commented Nov 27, 2015

There already is a "link-grammar server jar" here: https://github.com/opencog/link-grammar/blob/master/bindings/java/link-grammar-server.sh -- it spews out json.

@linas
Copy link

linas commented Nov 27, 2015

Note also: We use link-grammar as the first stage to a piepline, the second stage is relex; it computes dependency-grammar relations. It also has several network servers; I forget; one might json, maybe, I don't recall. relex is here: https://github.com/opencog/relex documentation is here: http://wiki.opencog.org/w/RelEx

@dijs
Copy link
Owner Author

dijs commented Nov 27, 2015

The only downside to use is the Java dependency... I would much rather get
the native ffi linking working better
On Fri, Nov 27, 2015 at 12:37 PM Linas Vepštas notifications@github.com
wrote:

Note also: We use link-grammar as the first stage to a piepline, the
second stage is relex; it computes dependency-grammar relations. It also
has several network servers; I forget; one might json, maybe, I don't
recall. relex is here: https://github.com/opencog/relex documentation is
here: http://wiki.opencog.org/w/RelEx


Reply to this email directly or view it on GitHub
#8 (comment).

@linas
Copy link

linas commented Nov 27, 2015

Yes, sure, that makes sense, Thought I'd point it out. (we're kind-of trying to get rid of java too).

Currently the ffi for link-grammar is generated by/managed by SWIG The FFI definition is here: https://github.com/opencog/link-grammar/blob/master/bindings/swig/link_grammar.i If you know of a better ffi tool, or prefer something different, ... I'll happily include that as a part of the LG distribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants