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@wipo.int>2012-08-06 19:25:20 +0400
committerMarcin Junczys-Dowmunt <junczys@wipo.int>2012-08-06 19:25:20 +0400
commita78cb959bbf697bc473c47bcfbdc81ea6ef49eb2 (patch)
tree4714051f8e036026416a5f3f0a77021345330c1e /misc
parent9c905fa6f6add2e3b4d4a01d0b9a3227ac4a991c (diff)
Acknowledgements added
Diffstat (limited to 'misc')
-rw-r--r--misc/processLexicalTableMin.cpp4
-rw-r--r--misc/processPhraseTableMin.cpp1
2 files changed, 0 insertions, 5 deletions
diff --git a/misc/processLexicalTableMin.cpp b/misc/processLexicalTableMin.cpp
index 42bb3aff0..d927c75a2 100644
--- a/misc/processLexicalTableMin.cpp
+++ b/misc/processLexicalTableMin.cpp
@@ -1,14 +1,10 @@
#include <iostream>
#include <string>
-#include "Timer.h"
-#include "InputFileStream.h"
#include "CompactPT/LexicalReorderingTableCreator.h"
using namespace Moses;
-Timer timer;
-
void printHelp(char **argv)
{
std::cerr << "Usage " << argv[0] << ":\n"
diff --git a/misc/processPhraseTableMin.cpp b/misc/processPhraseTableMin.cpp
index c50e3a754..548b63845 100644
--- a/misc/processPhraseTableMin.cpp
+++ b/misc/processPhraseTableMin.cpp
@@ -1,7 +1,6 @@
#include <iostream>
#include "TypeDef.h"
#include "CompactPT/PhraseTableCreator.h"
-#include "CompactPT/CanonicalHuffman.h"
using namespace Moses;