|
FreeLing
4.0
|
The derived class quantities_es implements a Spanish quantities recognizer. More...
#include <quantities_modules.h>


Public Member Functions | |
| quantities_es (const std::wstring &) | |
| Constructor. | |
Private Member Functions | |
| int | ComputeToken (int, sentence::iterator &, sentence &) const |
| pure virtual function to be provided by the child class. | |
| void | StateActions (int, int, int, sentence::const_iterator, quantities_status *) const |
| pure virtual function to be provided by the child class. | |
The derived class quantities_es implements a Spanish quantities recognizer.
| freeling::quantities_es::quantities_es | ( | const std::wstring & | ) |
Constructor.
| int freeling::quantities_es::ComputeToken | ( | int | , |
| sentence::iterator & | , | ||
| sentence & | |||
| ) | const [private, virtual] |
pure virtual function to be provided by the child class.
Computes token code for current word in current state.
Implements freeling::automat< quantities_status >.
| void freeling::quantities_es::StateActions | ( | int | , |
| int | , | ||
| int | , | ||
| sentence::const_iterator | , | ||
| quantities_status * | |||
| ) | const [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 freeling::automat< quantities_status >.
1.7.6.1