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
diff options
context:
space:
mode:
authornicolabertoldi <nicolabertoldi@1f5c12ca-751b-0410-a591-d2e778427230>2006-09-01 18:54:41 +0400
committernicolabertoldi <nicolabertoldi@1f5c12ca-751b-0410-a591-d2e778427230>2006-09-01 18:54:41 +0400
commit041e6ed3c5b11beb34f91a564802c8f9f0a0a5a3 (patch)
tree94100fa5f7fee546ab1eaa0f77ff6dce0be422f8 /irstlm/src
parentd79e6007c1a863756091a749dbbfa0b50058a4bb (diff)
Changes to compilation scripts:
- irstlm/src/Makefile.am did not install some files - irstlm/mkinstalldirs needed by OSX - irstlm/regenerate-makefiles.sh substitutes explicit calls of aclocal, autoconf and automake Changes to scoring script used by MERT - added the option ("-e") to compute BLEU wrt the "closest" reference length like in multi-bleu.perl - now multi-bleu.perl manages 0 counts for ngram-statistics git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@805 1f5c12ca-751b-0410-a591-d2e778427230
Diffstat (limited to 'irstlm/src')
-rw-r--r--irstlm/src/Makefile.am10
1 files changed, 8 insertions, 2 deletions
diff --git a/irstlm/src/Makefile.am b/irstlm/src/Makefile.am
index a520680e7..c9b7c6129 100644
--- a/irstlm/src/Makefile.am
+++ b/irstlm/src/Makefile.am
@@ -9,11 +9,17 @@ libirstlm_a_SOURCES = \
ngramcache.cpp
library_includedir=$(includedir)
-library_include_HEADERS = dictionary.h lmtable.h n_gram.h
+library_include_HEADERS = \
+ dictionary.h \
+ htable.h \
+ lmtable.h \
+ mempool.h \
+ n_gram.h \
+ ngramcache.h
bin_PROGRAMS = compile-lm quantize-lm
-AM_LDFLAGS=-L .
+AM_LDFLAGS=-L.
LIBS=-lirstlm
compile_lm_SOURCES = compile-lm.cpp