#include "string.h"
Go to the source code of this file.
void ReadFlexiaModels | ( | FILE * | fp, | |
vector< CFlexiaModel > & | FlexiaModels | |||
) |
References MaxMrdLineLength, CFlexiaModel::ReadFromString(), and Trim().
Referenced by CMorphDict::Load(), and MorphoWizard::load_mrd().
void WriteFlexiaModels | ( | FILE * | out_fp, | |
const vector< CFlexiaModel > & | FlexiaModels | |||
) |
Referenced by CMorphDict::Save(), and MorphoWizard::save_mrd().
void ReadAccentModels | ( | FILE * | fp, | |
vector< CAccentModel > & | AccentModels | |||
) |
References MaxMrdLineLength, and CAccentModel::ReadFromString().
Referenced by CMorphDict::Load(), and MorphoWizard::load_mrd().
void WriteAccentModels | ( | FILE * | out_fp, | |
const vector< CAccentModel > & | AccentModels | |||
) |
Referenced by CMorphDict::Save(), and MorphoWizard::save_mrd().
const size_t CommonAncodeSize = 2 |
const WORD UnknownParadigmNo = 0xffff-1 |
Referenced by MorphoWizard::change_prd_info(), and CLemmaInfo::CLemmaInfo().
const WORD UnknownAccentModelNo = 0xffff-1 |
Referenced by MorphoWizard::_GetReverseVowelNo(), AddAccentModel(), MorphoWizard::change_prd_info(), CLemmaInfo::CLemmaInfo(), MorphoWizard::create_slf_from_predicted(), CFormInfo::GetAccentedVowel(), MorphoWizard::GetLemmaAccent(), MorphoWizard::HasUnknownAccents(), MorphoWizard::IsPartialAccented(), MorphoWizard::pack(), MorphoWizard::SetAccent(), and MorphoWizard::show_differences_in_two_paradigms().