I am trying to using link-grammar within python. However, it appears that there is a bug in the current version.
What other bindings/solutions are there to integrate link-grammar within python?
I am trying to using link-grammar within python. However, it appears that there is a bug in the current version.
What other bindings/solutions are there to integrate link-grammar within python?
This is an old unanswered question, so here is a summary for people that encounter it.
The current Link-Grammar (5.4.4) already includes Python bindings (for both Python 2 & 3). Most of the *nix distributions include ready packages (either in their main link-grammar package or in a separate package for the Python bindings).
The source code repository of link-grammar (including its Python bindings) is on GitHub, and the directory bindings/python-examples includes demo programs (see there example.py, sentence-check.py and tests.py).
The package is actively developed and maintained, including its Python bindings. If you encounter a bug or or have a question you can open an issue on its GitHub site.