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

link-grammar

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 the latest version of link-grammar as follows:

guix install link-grammar

Or install a particular version:

guix install link-grammar@5.7.0

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.

Badge code

You can use the following badge to inform users of link-grammar about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/link-grammar'><img src='https://packages.guix.gnu.org/packages/link-grammar/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/link-grammar/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/link-grammar)

Example Org:

[[https://packages.guix.gnu.org/packages/link-grammar][https://packages.guix.gnu.org/packages/link-grammar/badges/latest-version.svg]]