ngraminfo
OpenGRM n-gram Language Modeling toolkit
Install
- All systems
-
curl cmd.cat/ngraminfo.sh
- Debian
-
apt-get install libngram-tools - Ubuntu
-
apt-get install libngram-tools - Fedora
-
dnf install opengrm-ngram-tools - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install libngram-tools - Raspbian
-
apt-get install libngram-tools
libngram-tools
OpenGRM n-gram Language Modeling toolkit
The OpenGrm NGram library is used for making and modifying n-gram language models encoded as weighted finite-state transducers (FSTs). The library includes operations for counting, smoothing, pruning, applying, and evaluating n-gram language models. This package provides the command line tools.