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

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Langford <jl@hunch.net>2010-04-24 01:17:22 +0400
committerJohn Langford <jl@hunch.net>2010-04-24 01:17:22 +0400
commitdcbdf822ed9ce8af1f3acadbe0cf208c064cc5b0 (patch)
tree8b49ffdbd21965e9988a893a7bae2676b5b81953 /Makefile
parent147706f3e623f52d32b25640e59bc69fca9a8643 (diff)
ngrams debugged
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3913744a..7c3a9c98 100644
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,7 @@ vw-train: vw
@echo "TEST: vw training ..."
@rm -f test/train.dat.cache
@./vw -b 17 -l 20 --initial_t 128000 \
- --power_t 1 -f test/t_r_temp -c --passes 2 -d test/train.dat --compressed
+ --power_t 1 -f test/t_r_temp -c --passes 2 -d test/train.dat --compressed --ngram 3 --skips 1
vw-test: vw-train
@echo