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-4.8.2.tar.gz | 0002861764 2.73 MB | |
link-grammar.changes | 0000025678 25.1 KB | |
link-grammar.spec | 0000002910 2.84 KB |
Revision 38 (latest revision is 52)
Stephan Kulow (coolo)
accepted
request 210935
from
Dominique Leuenberger (dimstar)
(revision 38)
- Update to version 4.8.2: + More windows UTF-8/multi-byte fixes (for Russian). + Add missing JSONUtils file. - Changes from version 4.8.1: + Ongoing work on viterbi. + Updated MSVC9 project files. + Fix important bug in Java services: return top parses, not random ones. + Java: for the link-diagram string, do not limit to 80 char term width. + Windows: UTF-8 fixes so that Russian works in most windows locales. - Update to version 4.8.0: + Support bulleted, numbered lists. + New link types from Lian Ruiting, for identifying the head-verb. + C API: remove some deprecated functions. + Java: - Fix bug when totalling WordNet word-sense score. - Add info to README about using the JSON parse server. - Remove many deprecated functions. - Fix silent failure when library is not found. - Add support for fetching the ASCII-art diagram string. - Fix insane language selection initialization. + Fixed: - "The pig runs SLOWER than the cat." - Conjoined superlatives: "... the longest and the farthest." - "inside" can be used with conjunction: "near or inside..." - Conjoined question modifiers: "exactly when and precisely (forwarded request 210896 from Zaitor)
Comments 0