This package browser is in early development. Mind the rough edges.

link-grammar 5.7.0

Link grammar parser

The 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. Given a sentence, the system assigns to it a syntactic structure, which consists of a set of labelled links connecting pairs of words. The parser also produces a "constituent" (HPSG style phrase tree) representation of a sentence (showing noun phrases, verb phrases, etc.).

Installation

Install link-grammar 5.7.0 as follows:

guix install link-grammar@5.7.0

Or install the latest version:

guix install link-grammar

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.