#include <LoaderCompact.h>


Classes | |
| struct | LineReader |
Public Member Functions | |
| bool | Load (AllOptions const &opts, const std::vector< FactorType > &input, const std::vector< FactorType > &output, const std::string &inFile, size_t tableLimit, RuleTableTrie &) |
Definition at line 36 of file LoaderCompact.h.
| bool Moses::RuleTableLoaderCompact::Load | ( | AllOptions const & | opts, | |
| const std::vector< FactorType > & | input, | |||
| const std::vector< FactorType > & | output, | |||
| const std::string & | inFile, | |||
| size_t | tableLimit, | |||
| RuleTableTrie & | ruleTable | |||
| ) | [virtual] |
Implements Moses::RuleTableLoader.
Definition at line 35 of file LoaderCompact.cpp.
References Moses::PrintUserTime(), and Moses::RuleTableLoader::SortAndPrune().

1.5.9