mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-28 14:32:38 +03:00
enable threading
This commit is contained in:
parent
1c73dd1605
commit
d54b5f326b
@ -54,7 +54,7 @@ namespace Moses
|
||||
: PhraseDictionary(numScoreComponents, feature)
|
||||
{
|
||||
const StaticData &staticData = StaticData::Instance();
|
||||
CHECK(staticData.ThreadCount() == 1);
|
||||
//CHECK(staticData.ThreadCount() == 1);
|
||||
}
|
||||
|
||||
bool PhraseDictionaryFuzzyMatch::Load(const std::vector<FactorType> &input
|
||||
|
Loading…
Reference in New Issue
Block a user