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

lttoolbox

Lexical processing toolbox

Lttoolbox is a toolbox for lexical processing, morphological analysis and generation of words. Analysis is the process of splitting a word (e.g. cats) into its lemma "cat" and the grammatical information <n><pl>. Generation is the opposite process.

Installation

Install the latest version of lttoolbox as follows:

guix install lttoolbox

Or install a particular version:

guix install lttoolbox@3.5.4

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 lttoolbox about the latest version available in Guix.

Example HTML:

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

Example Markdown:

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

Example Org:

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