#include <DetLemma.h>
Public Member Functions | |
HypoLemma (JVerbalFlexion *, string &, string &) | |
constructor for hypothetical lemma | |
~HypoLemma () | |
destructor | |
bool | insertElement (JVerbalFlexion *) |
inserts element at the end of the Hypothesis map | |
bool | insertElement (JVerbalFlexion *, string &, string &) |
inserts element at the end of the Hypothesis map and set the variables | |
bool | deleteElement (UINT pos) |
deletes one hypothesis from vector | |
string | GetHiraRest () |
provides access to the hiragana string m_hira_rest; | |
string | GetHiraCheck () |
provides access to member variable m_hira_check | |
string | GetComponents () |
provides access to member variable m_components | |
void | clearHistory () |
deletes the history of the hypothesis | |
string | GetCompString () |
combines strings of grammatical information | |
void | SetHiraRest (string &rest) |
provides access to member variable m_hira_rest, setting its value | |
void | SetHiraCheck (string &check) |
provides access to member variable m_hira_check, setting its value | |
JVerbalFlexion * | GetLastJVF () |
provides access to member variable m_jvf_history.back() | |
Private Types | |
typedef vector< JVerbalFlexion * >::iterator | IT |
Private Attributes | |
vector< JVerbalFlexion * > | m_jvf_history |
string | m_hira_rest |
int | m_cur_level |
string | m_components |
string | m_hira_check |
|
iterator for the history vector |
|
constructor for hypothetical lemma
|
|
destructor
|
|
deletes the history of the hypothesis
|
|
deletes one hypothesis from vector
|
|
provides access to member variable m_components
|
|
combines strings of grammatical information
|
|
provides access to member variable m_hira_check
|
|
provides access to the hiragana string m_hira_rest;
|
|
provides access to member variable m_jvf_history.back()
|
|
inserts element at the end of the Hypothesis map and set the variables
|
|
inserts element at the end of the Hypothesis map
|
|
provides access to member variable m_hira_check, setting its value
|
|
provides access to member variable m_hira_rest, setting its value
|
|
storage for grammatical spezification |
|
current (flex)level of investigation |
|
hiragana string considered the grammatical ending |
|
hiragana string left to process |
|
stores the history of reduction process |