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:
Diffstat (limited to 'scripts/training/eppex/shared.h')
-rw-r--r--scripts/training/eppex/shared.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/scripts/training/eppex/shared.h b/scripts/training/eppex/shared.h
deleted file mode 100644
index 2ed70d336..000000000
--- a/scripts/training/eppex/shared.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/**
- * Declaration of functionality shared between counter, eppex and
- * (not yet finished) memscoring eppex.
- *
- * (C) Moses: http://www.statmt.org/moses/
- * (C) Ceslav Przywara, UFAL MFF UK, 2011
- *
- * $Id$
- */
-
-#ifndef SHARED_H
-#define SHARED_H
-
-#include <string>
-
-std::string get_lossy_counting_params_format(void);
-
-bool parse_lossy_counting_params(const std::string& param);
-
-void read_optional_params(int argc, char* argv[], int optionalParamsStart);
-
-#endif