/** | |
* 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$ | |
*/ | |
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); | |