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

python-icegrams 1.1.2

Trigram statistics for Icelandic

Icegrams is a Python package that encapsulates a large trigram library for Icelandic. You can use Icegrams to obtain probabilities (relative frequencies) of over a million different unigrams (single words or tokens), or of bigrams (pairs of two words or tokens), or of trigrams. Icegrams is useful for instance in spelling correction, predictive typing, to help disabled people write text fast, and for various text generation, statistics, and modeling tasks.

Installation

Install python-icegrams 1.1.2 as follows:

guix install python-icegrams@1.1.2

Or install the latest version:

guix install python-icegrams

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.