CXmlToken holds a word and all ist morphological interpretations (used under CConcIndexator::m_IndexType == MorphXML_Index). More...
#include <MorphXmlToken.h>
CXmlToken holds a word and all ist morphological interpretations (used under CConcIndexator::m_IndexType == MorphXML_Index).
CXmlToken::CXmlToken | ( | ) |
References m_bLastInSentence.
bool CXmlToken::IsImportantPunct | ( | ) | const |
References m_WordStr.
string CXmlToken::m_Type |
type of token (a word, a punctuation mark)
Referenced by CRusCorpXmlFile::CreateGraTable(), CConcIndexator::IndexMorphXml(), CConcXml::ReadMorphXmlFileIntoGraTable(), and CRusCorpXmlFile::WriteGramXml().
string CXmlToken::m_WordStr |
the string itself
Referenced by CRusCorpXmlFile::CreateGraTable(), CConcIndexator::IndexMorphXml(), IsImportantPunct(), and CConcXml::ReadMorphXmlFileIntoGraTable().
string CXmlToken::m_OrigWordStr |
original string itself
Referenced by CRusCorpXmlFile::CreateGraTable(), and CRusCorpXmlFile::WriteGramXml().
vector<CXmlMorphAnnot> CXmlToken::m_Annots |
all morphological annotations
Referenced by CRusCorpXmlFile::CreateGraTable(), CConcIndexator::IndexMorphXml(), CConcXml::ReadMorphXmlFileIntoGraTable(), and CRusCorpXmlFile::WriteGramXml().
true if the token is last in the sentence
Referenced by CXmlToken(), and CConcIndexator::IndexMorphXml().