#include <dictionary.h>
Collaboration diagram for dictionary:
Public Member Functions | |
dictionary (const maco_options &) | |
Constructor. | |
~dictionary () | |
Destructor. | |
void | search_form (const string &, list< analysis > &) |
Get the analysis list from a given form (default options). | |
void | annotate (sentence &) |
Search words in sentence using default options. | |
Private Member Functions | |
void | annotate_word (word &) |
Fills the analysis list of a word and checks for suffixes. | |
bool | check_contracted (const word &, list< word > &) |
check whether the word is a contraction, and if so, fill the list with the contracted words | |
Private Attributes | |
bool | MACO_SuffixAnalysis |
configuration options | |
suffixes | suf |
suffix analyzer | |
Db | morfodb |
C++ Interface to BerkeleyDB C API. |
|
Constructor.
|
|
Destructor.
|
|
Search words in sentence using default options.
|
|
Fills the analysis list of a word and checks for suffixes.
|
|
check whether the word is a contraction, and if so, fill the list with the contracted words
|
|
Get the analysis list from a given form (default options).
|
|
configuration options
|
|
C++ Interface to BerkeleyDB C API.
|
|
suffix analyzer
|