diff options
author | demon <demon@FreeBSD.org> | 2014-10-20 22:37:46 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2014-10-20 22:37:46 +0800 |
commit | 46b6d993f2b3f39298b4dc76d430a33a015130f3 (patch) | |
tree | 777d78af3f263fd5a3256958f186a378d4d35757 /textproc/Makefile | |
parent | 3e06ba1eebc6897bb8ac5f1c9c8f8ce02c5dff6b (diff) | |
download | freebsd-ports-gnome-46b6d993f2b3f39298b4dc76d430a33a015130f3.tar.gz freebsd-ports-gnome-46b6d993f2b3f39298b4dc76d430a33a015130f3.tar.zst freebsd-ports-gnome-46b6d993f2b3f39298b4dc76d430a33a015130f3.zip |
New port opengrm ngram.
The OpenGrm NGram library is used for making and modifying n-gram language
models encoded as weighted finite-state transducers (FSTs). It makes use of
functionality in the OpenFst library to create, access and manipulate n-gram
models. Operations for counting, smoothing, pruning, applying, and
evaluating models as well as support for distributed computation are among
those provided. It was developed by contributors from OHSU and Google Research.
http://www.openfst.org/twiki/bin/view/GRM/NGramLibrary
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 8f2bda606536..327188035fca 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -465,6 +465,7 @@ SUBDIR += ocaml-tyxml SUBDIR += odt2txt SUBDIR += openfts + SUBDIR += opengrm-ngram SUBDIR += openjade SUBDIR += opensched SUBDIR += opensp |