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:
authorzens <zens@1f5c12ca-751b-0410-a591-d2e778427230>2006-08-07 22:29:35 +0400
committerzens <zens@1f5c12ca-751b-0410-a591-d2e778427230>2006-08-07 22:29:35 +0400
commit8bf97426557cf3d9bdd48a72a37dd8496b24c56f (patch)
treeb41a6a688e13933a5ce8e670202954e4f9980831 /misc/processPhraseTable.cpp
parent33b3fc67e4f33265eab8b10d641bb8673b8e1d71 (diff)
move CreateTranslationOptionCollection call into Manager
some code cleaning git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@534 1f5c12ca-751b-0410-a591-d2e778427230
Diffstat (limited to 'misc/processPhraseTable.cpp')
-rw-r--r--misc/processPhraseTable.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/processPhraseTable.cpp b/misc/processPhraseTable.cpp
index 9a92daeac..0dfc51960 100644
--- a/misc/processPhraseTable.cpp
+++ b/misc/processPhraseTable.cpp
@@ -25,7 +25,7 @@ std::ostream& operator<<(std::ostream& out,const std::vector<T>& x)
out<<*i<<' ';
return out;
}
-
+#if 0
FactorType getFactorType(int i) {
switch(i) {
case 0: return Surface;
@@ -35,7 +35,7 @@ FactorType getFactorType(int i) {
}
return Surface;
}
-
+#endif
FactorCollection factorCollection;