20 #ifndef MorphDictBuilder_h 21 #define MorphDictBuilder_h 27 #include "../MorphWizardLib/wizard.h" vector< DwordVector > m_PrefixSets
Definition: MorphDictBuilder.h:38
Definition: MorphDictBuilder.h:30
bool CreateAutomat(const MorphoWizard &Wizard)
Definition: MorphDictBuilder.cpp:188
Definition: MorphAutomBuilder.h:76
bool GeneratePrefixes(const MorphoWizard &Wizard)
Definition: MorphDictBuilder.cpp:150
CMorphAutomatBuilder * GetFormBuilder()
Definition: MorphDictBuilder.h:50
bool GenerateLemmas(const MorphoWizard &Wizard)
Definition: MorphDictBuilder.cpp:42
bool CheckRegister() const
Definition: MorphDict.h:47
bool GenerateUnitedFlexModels(const MorphoWizard &Wizard)
Definition: MorphDictBuilder.cpp:103
CMorphAutomat * m_pFormAutomat
Definition: MorphDict.h:52
~CMorphDictBuilder()
Definition: MorphDictBuilder.cpp:34
bool CheckFlexiaGramInfo(const MorphoWizard &Wizard) const
vector< vector< bool > > m_ModelInfo
Definition: MorphDictBuilder.h:37
MorphLanguageEnum
Definition: utilit.h:162
CMorphDictBuilder(MorphLanguageEnum Language)
Definition: MorphDictBuilder.cpp:28
bool GenPredictIdx(const MorphoWizard &wizard, int PostfixLength, int MinFreq, string path)
Definition: CreatePredictionBase.cpp:178