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

python-icegrams

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 the latest version of python-icegrams as follows:

guix install python-icegrams

Or install a particular version:

guix install python-icegrams@1.1.2

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

HTML: <a href='http://127.0.0.1:3000/packages/python-icegrams/'><img src='http://127.0.0.1:3000/packages/python-icegrams/badges/latest-version.svg'></img></a>
Markdown: [![GNU Guix](http://127.0.0.1:3000/packages/python-icegrams/badges/latest-version.svg)](http://127.0.0.1:3000/packages/python-icegrams/)
Org: [[http://127.0.0.1:3000/packages/python-icegrams/][http://127.0.0.1:3000/packages/python-icegrams/badges/latest-version.svg]]