|
FreeLing
4.0
|
The derived class dates_ru implements Russian date/time recognizer. More...
#include <dates_modules.h>


Public Member Functions | |
| dates_ru () | |
| 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, dates_status *) const |
| pure virtual function to be provided by the child class. | |
| void | SetMultiwordAnalysis (sentence::iterator, int, const dates_status *) const |
| pure virtual function to be provided by the child class. | |
| int | GetPrevStateValue (dates_status *) const |
| void | SetPrevStateValue (int, dates_status *) const |
The derived class dates_ru implements Russian date/time recognizer.
Constructor.
| int freeling::dates_ru::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< dates_status >.
| int freeling::dates_ru::GetPrevStateValue | ( | dates_status * | ) | const [private] |
| void freeling::dates_ru::SetMultiwordAnalysis | ( | sentence::iterator | , |
| int | , | ||
| const dates_status * | |||
| ) | const [private, virtual] |
pure virtual function to be provided by the child class.
Sets analysis for pattern identified as a multiword.
Implements freeling::automat< dates_status >.
| void freeling::dates_ru::SetPrevStateValue | ( | int | , |
| dates_status * | |||
| ) | const [private] |
| void freeling::dates_ru::StateActions | ( | int | , |
| int | , | ||
| int | , | ||
| sentence::const_iterator | , | ||
| dates_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< dates_status >.
1.7.6.1