merging PhraseDictionaryMemory and PhraseDictionarySCFG. target phrase score not the same

This commit is contained in:
Hieu Hoang 2013-03-08 17:14:56 +00:00
parent 783335334e
commit 537772470e

View File

@ -477,8 +477,8 @@ void Parameter::ConvertWeightArgsPhraseModel(const string &oldWeightName)
switch (implementation)
{
case Memory:
ptType = "PhraseDictionaryMemory";
//ptType = "PhraseDictionarySCFG";
//ptType = "PhraseDictionaryMemory";
ptType = "PhraseDictionarySCFG";
break;
case Binary:
ptType = "PhraseDictionaryTreeAdaptor";