ddc
|
CXmlToken holds a word and all ist morphological interpretations (used under CConcIndexator::m_IndexType == MorphXML_Index) More...
#include <MorphXmlToken.h>
Public Member Functions | |
CXmlToken () | |
Public Attributes | |
string | m_Type |
type of token (a word, a punctuation mark) More... | |
string | m_WordStr |
the string itself More... | |
vector< CXmlMorphAnnot > | m_Annots |
all morphological annotations More... | |
bool | m_bLastInSentence |
true if the token is last in the sentence More... | |
CXmlToken holds a word and all ist morphological interpretations (used under CConcIndexator::m_IndexType == MorphXML_Index)
|
inline |
string CXmlToken::m_Type |
type of token (a word, a punctuation mark)
Referenced by CConcIndexator::IndexMorphXml(), and CConcXml::ReadMorphXmlFileIntoGraTable().
string CXmlToken::m_WordStr |
the string itself
Referenced by CConcIndexator::IndexMorphXml(), and CConcXml::ReadMorphXmlFileIntoGraTable().
vector<CXmlMorphAnnot> CXmlToken::m_Annots |
all morphological annotations
Referenced by CConcIndexator::IndexMorphXml(), and CConcXml::ReadMorphXmlFileIntoGraTable().
bool CXmlToken::m_bLastInSentence |
true if the token is last in the sentence
Referenced by CConcIndexator::IndexMorphXml().