An English grammar checker
The Link Grammar Parser is a syntactic parser of English, based on link
grammar, an original theory of English syntax. Given a sentence, the
system assigns to it a syntactic structure, which consists of a set of
labeled links connecting pairs of words. The parser also produces a
"constituent" (Penn tree-bank style phrase tree) representation of a
sentence (showing noun phrases, verb phrases, etc.).
- Developed at GNOME:Factory
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/link-grammar && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
link-grammar-5.5.0.tar.gz | 0003756678 3.58 MB | |
link-grammar.changes | 0000047034 45.9 KB | |
link-grammar.spec | 0000004292 4.19 KB |
Revision 47 (latest revision is 52)
Yuchen Lin (maxlin_factory)
accepted
request 615930
from
Bjørn Lie (iznogood)
(revision 47)
- Update to version 5.5.0: + Additions: - An extended version API and use it in "link-parser --version". - A per-command help in link-parser. - A command line completion in link-parser. - Idiom lookup in link-parser's dict lookup command. + Fixes: - Memory leak when parsing with null links. - Spurious errors if the last dict line is a comment. - Garbage report if EOF is encountered in a quoted dict word. - Garbage report if a whitespace is encountered in a quoted dict word. - random selection of linkages so that it's actually random. + Improve handling of quoted words (e.g. single words in "scare quotes").
Comments 0