|
FreeLing
3.0
|
The class dates provides a wrapper to transparently create and access a dates_module, a temporal expression recognizer for the appropriate language. More...
#include <dates.h>

Public Member Functions | |
| dates (const std::wstring &) | |
| Constructor. | |
| ~dates () | |
| Destructor. | |
| void | analyze (sentence &) |
| analyze given sentence | |
| void | analyze (std::list< sentence > &) |
| analyze given sentences | |
| sentence | analyze (const sentence &) |
| analyze sentence, return analyzed copy | |
| std::list< sentence > | analyze (const std::list< sentence > &) |
| analyze sentences, return analyzed copy | |
Private Attributes | |
| dates_module * | who |
| remember which module is doing the real work. | |
The class dates provides a wrapper to transparently create and access a dates_module, a temporal expression recognizer for the appropriate language.
| dates::dates | ( | const std::wstring & | ) |
Constructor.
| dates::~dates | ( | ) |
Destructor.
| void dates::analyze | ( | sentence & | ) |
analyze given sentence
Referenced by maco::analyze().
| void dates::analyze | ( | std::list< sentence > & | ) |
analyze given sentences
| sentence dates::analyze | ( | const sentence & | ) |
analyze sentence, return analyzed copy
| std::list<sentence> dates::analyze | ( | const std::list< sentence > & | ) |
analyze sentences, return analyzed copy
dates_module* dates::who [private] |
remember which module is doing the real work.
1.7.6.1