#include <numbers_modules.h>
Inheritance diagram for numbers_es:
Public Member Functions | |
numbers_es (const string &, 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: bilion, milion, units. | |
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, update current nummerical value. | |
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: bilion, milion, units.
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, update current nummerical value.
Implements automat. |