#include <quantities_modules.h>
Inheritance diagram for quantities_es:
Public Member Functions | |
quantities_es (const string &) | |
Constructor. | |
Private Member Functions | |
int | ComputeToken (int, sentence::const_iterator, const sentence &) |
Compute the right token code for word j from given state. | |
void | ResetActions () |
Reset acumulators used by state actions: value1, value2 (for ratios). | |
void | StateActions (int, int, int, sentence::const_iterator) |
Perform necessary actions in "state" reached from state "origin" via word j interpreted as code "token": Basically, when reaching a state with an informative. | |
void | SetMultiwordAnalysis (sentence::iterator) const |
Set the appropriate lemma and parole for the new multiword. |
|
Constructor.
|
|
Compute the right token code for word j from given state.
Implements automat. |
|
Reset acumulators used by state actions: value1, value2 (for ratios).
Implements automat. |
|
Set the appropriate lemma and parole for the new multiword.
Implements automat. |
|
Perform necessary actions in "state" reached from state "origin" via word j interpreted as code "token": Basically, when reaching a state with an informative.
Implements automat. |