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/misc
diff options
context:
space:
mode:
authorMarcin Junczys-Dowmunt <junczys@amu.edu.pl>2012-09-11 18:13:03 +0400
committerMarcin Junczys-Dowmunt <junczys@amu.edu.pl>2012-09-11 18:13:03 +0400
commit3f5dcf4d06f662da9ad33d1b0732782b9819ecd9 (patch)
tree746ad1233baf53821458a2ffd4492bb03c4643f3 /misc
parentbac859c4513a69c8497e115776564c4cb3d01dd3 (diff)
parent0f3de7493491bb5a3c5e7311a4d4ebcc9ac4d2e7 (diff)
Merge branch 'master' of github.com:moses-smt/mosesdecoder
Diffstat (limited to 'misc')
-rw-r--r--misc/processLexicalTableMin.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/processLexicalTableMin.cpp b/misc/processLexicalTableMin.cpp
index a29e178af..20183a3b6 100644
--- a/misc/processLexicalTableMin.cpp
+++ b/misc/processLexicalTableMin.cpp
@@ -45,7 +45,6 @@ int main(int argc, char** argv)
std::string inFilePath;
std::string outFilePath("out");
- size_t numScoreComponent = 6;
size_t orderBits = 10;
size_t fingerPrintBits = 16;
bool multipleScoreTrees = true;
@@ -122,7 +121,7 @@ int main(int argc, char** argv)
outFilePath += ".minlexr";
LexicalReorderingTableCreator(
- inFilePath, outFilePath, numScoreComponent,
+ inFilePath, outFilePath,
orderBits, fingerPrintBits,
multipleScoreTrees, quantize
#ifdef WITH_THREADS