#include <Statistic.h>
void CStatistic::Load | ( | const string & | path | ) |
References HOMOWEIGHT_BIN_PATH, m_HomoWeights, m_WordWeights, ReadVector(), and WORDWEIGHT_BIN_PATH.
Referenced by CLemmatizer::LoadDictionariesRegistry(), and CLemmatizer::LoadStatisticRegistry().
int CStatistic::get_HomoWeight | ( | int | paradigmid, | |
int | form | |||
) | const |
References m_HomoWeights, and troika< T1, T2, T3 >::third.
Referenced by CLemmatizer::AssignWeightIfNeed(), CFormInfo::GetHomonymWeightWithForm(), and CFormInfo::SetParadigmId().
int CStatistic::get_WordWeight | ( | int | paradigmid | ) | const |
References m_WordWeights.
Referenced by CFormInfo::GetWordWeight().
vector<_statnode_t> CStatistic::m_WordWeights [private] |
Referenced by get_WordWeight(), and Load().
vector<_homonode_t> CStatistic::m_HomoWeights [private] |
Referenced by get_HomoWeight(), and Load().