|
FreeLing
3.0
|
Class quantities implements a wrapper to transparently create and access a quantities_module monetary expressions detector for the appropriate language. More...
#include <quantities.h>

Public Member Functions | |
| quantities (const std::wstring &, const std::wstring &) | |
| Constructor. | |
| ~quantities () | |
| 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 | |
| quantities_module * | who |
| remember which module is doing the real work. | |
Class quantities implements a wrapper to transparently create and access a quantities_module monetary expressions detector for the appropriate language.
| quantities::quantities | ( | const std::wstring & | , |
| const std::wstring & | |||
| ) |
Constructor.
Destructor.
| void quantities::analyze | ( | sentence & | ) |
analyze given sentence
Referenced by maco::analyze().
| void quantities::analyze | ( | std::list< sentence > & | ) |
analyze given sentences
| sentence quantities::analyze | ( | const sentence & | ) |
analyze sentence, return analyzed copy
| std::list<sentence> quantities::analyze | ( | const std::list< sentence > & | ) |
analyze sentences, return analyzed copy
quantities_module* quantities::who [private] |
remember which module is doing the real work.
1.7.6.1