link-grammar icon indicating copy to clipboard operation
link-grammar copied to clipboard

The CMU Link Grammar natural language parser

Results 101 link-grammar issues
Sort by recently updated
recently updated
newest added

Test sentence: `Something you need to do before you watch TV is turn on the TV.` ``` $ link-parser link-grammar: Info: Dictionary found at ../en/4.0.dict link-grammar: Info: Dictionary version 5.4.3,...

The `dictionary_lookup_list()` was added to the public dictionary API, so that other users (specifically, the sureal (surface realization) and microplanning modules for sentence-generation) could look up words in the LG...

enhancement

In the current code, quotation marks are removed from the sentence. Actually, they are converted to whitespace. This means they serve as a word separator. For example: **This"is a test"**...

enhancement

In a comment in read-dict.c: ``` The use of suffixes means that the ordering of the words is not * exactly the order given by strcmp. The order must be...

1) There are a lot of unchecked malloc/realloc/strdup...etc. They cause crash on 32bit platforms very often. 2) xalloc/exalloc does abort / exit on low memory situation. But API users expect...

I'm using link-grammar-5.3.15. This one didn't work for me: https://github.com/opencog/link-grammar/blob/master/bindings/java/org/linkgrammar/LinkGrammar.java#L43 Even when I added `/usr/local/lib` to jvm props: ``` java.lang.UnsatisfiedLinkError: no liblink-grammar in java.library.path ``` I fixed it by replacing...

good first issue

I'm going to use your parser for one of my pet project and I found it kinda difficult to integrate your solution into JVM world (Scala/Java). Yes, there's some JNI...

consider this: ``` link-parser amy linkparser> !morp linkparser> adsfasdfasdfasdf ``` this attempts the case wit one part (no splits) and with 3 parts (two splits) it never outputs any attempts...

Even with spell-guessing enabled, the sentence " Therefo, I declare I love Computer Science" is not fixed. However, the lower-case version of this works fine. I suggest that spell-guessing should...

At the indicated commits, the following sentences that are marked as bad became parseable: 183e47454548531c2119c5350f966043ed8885b7 *As had been green, the party was a big success 183e47454548531c2119c5350f966043ed8885b7 *As had expected the...

dict-en