#include <maco_options.h>
Collaboration diagram for maco_options:
Public Member Functions | |
maco_options (const string &) | |
constructor | |
void | set_active_modules (bool, bool, bool, bool, bool, bool, bool, bool, bool) |
Option setting methods provided to ease perl interface generation. | |
void | set_nummerical_points (const string &, const string &) |
void | set_data_files (const string &, const string &, const string &, const string &, const string &, const string &, const string &) |
void | set_threshold (double) |
Public Attributes | |
string | Lang |
bool | SuffixAnalysis |
Morphological analyzer options. | |
bool | MultiwordsDetection |
bool | NumbersDetection |
bool | PunctuationDetection |
bool | DatesDetection |
bool | QuantitiesDetection |
bool | DictionarySearch |
bool | ProbabilityAssignment |
bool | NERecognition |
string | Decimal |
Morphological analyzer options. | |
string | Thousand |
string | LocutionsFile |
Morphological analyzer options. | |
string | CurrencyFile |
string | SuffixFile |
string | ProbabilityFile |
string | DictionaryFile |
string | NPdataFile |
string | PunctuationFile |
double | ProbabilityThreshold |
Other modules do not have such a class because they deal with a reduced number of options
|
constructor Initialize with default values. |
|
Option setting methods provided to ease perl interface generation. Since option data members are public and can be accessed directly from C++, the following methods are not necessary, but may become convenient sometimes. |
|
|
|
|
|
|
|
|
|
|
|
Morphological analyzer options.
|
|
|
|
|
|
|
|
Morphological analyzer options.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Morphological analyzer options.
|
|
|
|
|