ddc
Public Member Functions | Public Attributes | List of all members
CXmlToken Struct Reference

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< CXmlMorphAnnotm_Annots
 all morphological annotations More...
 
bool m_bLastInSentence
 true if the token is last in the sentence More...
 

Detailed Description

CXmlToken holds a word and all ist morphological interpretations (used under CConcIndexator::m_IndexType == MorphXML_Index)

Constructor & Destructor Documentation

◆ CXmlToken()

CXmlToken::CXmlToken ( )
inline

Member Data Documentation

◆ m_Type

string CXmlToken::m_Type

type of token (a word, a punctuation mark)

Referenced by CConcIndexator::IndexMorphXml(), and CConcXml::ReadMorphXmlFileIntoGraTable().

◆ m_WordStr

string CXmlToken::m_WordStr

◆ m_Annots

vector<CXmlMorphAnnot> CXmlToken::m_Annots

all morphological annotations

Referenced by CConcIndexator::IndexMorphXml(), and CConcXml::ReadMorphXmlFileIntoGraTable().

◆ m_bLastInSentence

bool CXmlToken::m_bLastInSentence

true if the token is last in the sentence

Referenced by CConcIndexator::IndexMorphXml().


The documentation for this struct was generated from the following file: