Questions tagged [link-grammar]

Link Grammar parser is a syntactic parser of English, Russian, Arabic and Persian (and other languages as well), based on Link Grammar, an original theory of syntax and morphology.

Official website

10 questions
6
votes
1 answer

How to use the link grammar parser as a grammar checker

Abiword uses the link grammar parser as a simple grammar checker. I'd like to duplicate this feature with Python. Poorly documented Python bindings exist, but I don't know how to use them to mimic the grammar checker in Abiword. (I'm not…
Nemo XXX
  • 644
  • 2
  • 14
  • 35
2
votes
1 answer

using link grammar parser

Is it adequate to use the link grammar parser to do POS tagging? How is the performance when it comes to informal english with a little of my country's lingo? Does the link grammar parser also performs a subject-object relationship…
goh
  • 27,631
  • 28
  • 89
  • 151
1
vote
3 answers

Fatal Error Installing linkparser on Ubuntu 11.10

I am using rvm, ruby 1.9.3, link-grammar (sudo apt-get install link-grammar), and pkg-config. I have the same setup on OSX, and it works great. Running 'gem install linkparser' fails on this: /usr/local/include/link-grammar/link-includes.h:16:36 …
airlok
  • 425
  • 3
  • 14
1
vote
1 answer

How to find invalid Link Grammar tokens?

I'd like to use the Link Grammar Python3 bindings for a simple grammar checker. While the linkage API is relatively well-documented, there doesn't seem to be way to access all tokens that prevent linkages. This is what I have so far: #!/usr/bin/env…
Nemo XXX
  • 644
  • 2
  • 14
  • 35
1
vote
1 answer

Installing pylinkgrammar throws error " error: command 'C:\\Program Files\\Microsoft Visual Studio 14.0\\VC\\BIN\\cl .exe' failed with exit status 2"

i am trying to install pylinkgrammar in python 3.6 on my windowns 7 system, after installing "Microsoft Visual Studio 14.0" and "Visual C++ Build tools", installing "pip install pylinkgrammar" throws error saying "" error: command 'C:\Program…
anandsp
  • 46
  • 7
0
votes
1 answer

can't build linkparser on snow leopard

I'm trying to build LinkParser in Ruby. I have RVM Ruby 1.9.2, initially the installer failed to build LinkParser because link-grammar wasn't present, but once I installed it with sudo port install link-grammar, the build error changed to…
scaney
  • 1,746
  • 13
  • 16
0
votes
2 answers

installing pylinkgrammar for windows

I am trying to install link grammar on windows for python using "pip install pylinkgrammar" command. I am getting an error which says "Microsoft Visual Studio 14.0 required." Then I installed Visual C++ Build tools and I get the same error. Can…
Lakshmi
  • 92
  • 1
  • 7
0
votes
1 answer

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…
Muneeb Shahid
  • 223
  • 4
  • 13
0
votes
1 answer

How to translate syntatic parse to a dependency parse tree?

Using Link Grammar I can have the syntaxic parse of sentences something like the following: +-------------------Xp------------------+ +------->WV------->+------Ost------+ | +-----Wd----+ | +----Ds**x---+ | | …
amirouche
  • 7,682
  • 6
  • 40
  • 94
0
votes
1 answer

What other bindings are there except for pylinkgrammar

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?
Jabb
  • 3,414
  • 8
  • 35
  • 58