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