#include <dates_modules.h>
Inheritance diagram for dates_es:
Public Member Functions | |
dates_es () | |
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: day, year, month, hour, minute, etc. | |
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 token (day, year, month, etc) store that part of the date. | |
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: day, year, month, hour, minute, etc.
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 token (day, year, month, etc) store that part of the date.
Implements automat. |