summaryrefslogtreecommitdiff
path: root/klm
diff options
context:
space:
mode:
authorPatrick Simianer <simianer@cl.uni-heidelberg.de>2012-04-29 17:19:18 +0200
committerPatrick Simianer <simianer@cl.uni-heidelberg.de>2012-04-29 17:19:18 +0200
commit1c0b252dfa0169eef0a4bdb7442d433b2bf8c1c7 (patch)
treeead6df22bd9dccb6566341e12af6ec4c46b27631 /klm
parent70585a59a738d0148ed2da90252050f4d86f4a22 (diff)
reverted changes in upstream
Diffstat (limited to 'klm')
-rw-r--r--[-rwxr-xr-x]klm/compile.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/klm/compile.sh b/klm/compile.sh
index 8ca89da4..56f2e9b2 100755..100644
--- a/klm/compile.sh
+++ b/klm/compile.sh
@@ -3,6 +3,8 @@
#If your code uses ICU, edit util/string_piece.hh and uncomment #define USE_ICU
#I use zlib by default. If you don't want to depend on zlib, remove #define USE_ZLIB from util/file_piece.hh
+#don't need to use if compiling with moses Makefiles already
+
set -e
for i in util/{bit_packing,ersatz_progress,exception,file_piece,murmur_hash,file,mmap} lm/{bhiksha,binary_format,config,lm_exception,model,quantize,read_arpa,search_hashed,search_trie,trie,trie_sort,virtual_interface,vocab}; do