|
FreeLing
3.0
|
The derived class dates_es implements a Spanish date/time recognizer. More...
#include <dates_modules.h>


Public Member Functions | |
| dates_es () | |
| Constructor. | |
Private Member Functions | |
| int | ComputeToken (int, sentence::iterator &, sentence &) |
| pure virtual function to be provided by the child class. | |
| void | StateActions (int, int, int, sentence::const_iterator) |
| pure virtual function to be provided by the child class. | |
| void | SetMultiwordAnalysis (sentence::iterator, int) |
| pure virtual function to be provided by the child class. | |
The derived class dates_es implements a Spanish date/time recognizer.
Constructor.
| int dates_es::ComputeToken | ( | int | , |
| sentence::iterator & | , | ||
| sentence & | |||
| ) | [private, virtual] |
pure virtual function to be provided by the child class.
Computes token code for current word in current state.
Implements automat.
| void dates_es::SetMultiwordAnalysis | ( | sentence::iterator | , |
| int | |||
| ) | [private, virtual] |
pure virtual function to be provided by the child class.
Sets analysis for pattern identified as a multiword.
Implements automat.
| void dates_es::StateActions | ( | int | , |
| int | , | ||
| int | , | ||
| sentence::const_iterator | |||
| ) | [private, virtual] |
pure virtual function to be provided by the child class.
Performs appropriate internal actions, given origin and destinanation states, token code and word.
Implements automat.
1.7.6.1