summaryrefslogtreecommitdiff
path: root/vest
diff options
context:
space:
mode:
authorgraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-07-26 05:27:47 +0000
committergraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-07-26 05:27:47 +0000
commit44abbdc8ea557481db0b24097cdad9c5136a5a72 (patch)
tree5e158e7cc156b5c126ee7f35e1a5bab1779ddb66 /vest
parentec734c5fda0397f47d664b2118b348dd9d8f6070 (diff)
include contextBOW prob when shortening context
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@418 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'vest')
-rwxr-xr-xvest/dist-vest.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/vest/dist-vest.pl b/vest/dist-vest.pl
index 2789b6fd..e445b4a0 100755
--- a/vest/dist-vest.pl
+++ b/vest/dist-vest.pl
@@ -76,6 +76,7 @@ if (GetOptions(
"max-iterations=i" => \$max_iterations,
"normalize=s" => \$normalize,
"pmem=s" => \$pmem,
+ "cpbin!" => \$cpbin,
"rand-directions=i" => \$rand_directions,
"random_directions=i" => \$rand_directions,
"no-primary!" => \$noprimary,