#include "StdMorph.h"
#include "MorphAutomat.h"
#include "../common/bserialize.h"
static int InitAlphabet | ( | MorphLanguageEnum | Language, | |
int * | pCode2Alphabet, | |||
int * | pAlphabet2Code, | |||
size_t | AnnotChar | |||
) | [static] |
References ErrorMessage(), is_alpha(), is_upper_alpha(), MaxAlphabetSize, morphEnglish, and morphURL.
Referenced by CABCEncoder::CABCEncoder().
size_t get_size_in_bytes | ( | const CMorphAutomNode & | t | ) | [inline] |
References get_size_in_bytes(), and CMorphAutomNode::m_Data.
size_t save_to_bytes | ( | const CMorphAutomNode & | t, | |
BYTE * | buf | |||
) | [inline] |
References get_size_in_bytes(), CMorphAutomNode::m_Data, and save_to_bytes().
size_t restore_from_bytes | ( | CMorphAutomNode & | t, | |
const BYTE * | buf | |||
) | [inline] |
References get_size_in_bytes(), CMorphAutomNode::m_Data, and restore_from_bytes().
size_t get_size_in_bytes | ( | const CMorphAutomRelation & | t | ) | [inline] |
References get_size_in_bytes(), and CMorphAutomRelation::m_Data.
size_t save_to_bytes | ( | const CMorphAutomRelation & | t, | |
BYTE * | buf | |||
) | [inline] |
References get_size_in_bytes(), CMorphAutomRelation::m_Data, and save_to_bytes().
size_t restore_from_bytes | ( | CMorphAutomRelation & | t, | |
const BYTE * | buf | |||
) | [inline] |
References get_size_in_bytes(), CMorphAutomRelation::m_Data, and restore_from_bytes().