mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-27 22:14:57 +03:00
RandLM is currently broken
This commit is contained in:
parent
3a668aaccf
commit
11666a8359
@ -106,7 +106,8 @@ class RandFactory : public FeatureFactory
|
||||
{
|
||||
public:
|
||||
void Create(const std::string &line) {
|
||||
DefaultSetup(NewRandLM());
|
||||
//DefaultSetup(NewRandLM());
|
||||
UTIL_THROW(util::Exception, "RandLM is currently broken.");
|
||||
}
|
||||
};
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user