Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/irstlm
diff options
context:
space:
mode:
authormfederico <mfederico@1f5c12ca-751b-0410-a591-d2e778427230>2006-08-14 19:26:25 +0400
committermfederico <mfederico@1f5c12ca-751b-0410-a591-d2e778427230>2006-08-14 19:26:25 +0400
commit32c9252bea950cc52945b8e809b7024d2ba780fa (patch)
tree0dfdd97622bc887a660d1b3f0f1410b5e87dd0bf /irstlm
parent16affa91fad71f71eb0e3c05ebbce2c99b32b76a (diff)
added quantize-lm
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@721 1f5c12ca-751b-0410-a591-d2e778427230
Diffstat (limited to 'irstlm')
-rw-r--r--irstlm/src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/irstlm/src/Makefile.am b/irstlm/src/Makefile.am
index ea26d6945..0cc7935f9 100644
--- a/irstlm/src/Makefile.am
+++ b/irstlm/src/Makefile.am
@@ -10,10 +10,11 @@ libirstlm_a_SOURCES = \
library_includedir=$(includedir)
library_include_HEADERS = dictionary.h lmtable.h ngram.h
-bin_PROGRAMS = compile-lm
+bin_PROGRAMS = compile-lm quantize-lm
AM_LDFLAGS=-L .
LIBS=-lirstlm
compile_lm_SOURCES = compile-lm.cpp
+quantize_lm_SOURCES = quantize-lm.cpp