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