CGramInfo represents one morphological pattern, for example "[SUB pl, sg]". More...
#include <GramInfo.h>
CGramInfo represents one morphological pattern, for example "[SUB pl, sg]".
CGramInfo::CGramInfo | ( | ) | [inline] |
References m_Grammems, m_Language, and m_PartOfSpeechMask.
CGramInfo::CGramInfo | ( | MorphLanguageEnum | Language, | |
DWORD | PartOfSpeechMask, | |||
QWORD | Grammems | |||
) | [inline] |
References m_Grammems, m_Language, and m_PartOfSpeechMask.
CGramInfo::CGramInfo | ( | ) | [inline] |
References m_Grammems, m_Language, and m_PartOfSpeechMask.
CGramInfo::CGramInfo | ( | MorphLanguageEnum | Language, | |
DWORD | PartOfSpeechMask, | |||
QWORD | Grammems | |||
) | [inline] |
References m_Grammems, m_Language, and m_PartOfSpeechMask.
bool CGramInfo::EqualOrLess | ( | const CGramInfo & | X | ) | const [inline] |
References m_Grammems, m_Language, and m_PartOfSpeechMask.
bool CGramInfo::operator== | ( | const CGramInfo & | X | ) | const [inline] |
References m_Grammems, m_Language, and m_PartOfSpeechMask.
bool CGramInfo::operator< | ( | const CGramInfo & | X | ) | const [inline] |
References m_Grammems, m_Language, and m_PartOfSpeechMask.
void CGramInfo::AddGramInfo | ( | const CGramInfo & | X | ) | [inline] |
References m_Grammems, and m_PartOfSpeechMask.
the language of the pattern
Referenced by CGramInfo(), EqualOrLess(), operator<(), operator==(), restore_from_bytes(), and save_to_bytes().
the part of speech mask (SUB, ART,ADJ...)
Referenced by AddGramInfo(), CGramInfo(), EqualOrLess(), get_size_in_bytes(), operator<(), operator==(), restore_from_bytes(), and save_to_bytes().
morphological features (plu, sig, nom...)
Referenced by AddGramInfo(), CGramInfo(), EqualOrLess(), get_size_in_bytes(), operator<(), operator==(), restore_from_bytes(), and save_to_bytes().