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.
- Versions: 3.5.4
- Website: https://wiki.apertium.org/wiki/Lttoolbox
- Licenses: Expat · GPL 2
- Package source: gnu/packages/dictionaries.scm
- Builds: See build status
- Issues: See known issues
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.