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.