28 DictGroupPtr CreateDictGroupForConversion()
const {
29 DictPtr phrasesDict = CreateDictForPhrases();
30 DictPtr charactersDict = CreateDictForCharacters();
31 DictGroupPtr dictGroup(
32 new DictGroup(std::list<DictPtr>{phrasesDict, charactersDict}));