#include "persistent.h"
Namespaces | |
| namespace | ace |
| namespace | ace::persistent |
Variables | |
| StringStore< string_index_t > | ace::persistent::lemmas (constants::max_string_length) |
| Lemmas strings are stored within this StringStore. | |
| StringStore< tag_index_t > | ace::persistent::tags (constants::max_string_length) |
| Morphological tags strings are stored within this StringStore. | |
| NGramStore | ace::persistent::ngrams |
| N-grams also have their own storage. | |
| MultiRulesFilter | ace::persistent::morphologic_filter |
| Morphologic filter is used to get rid of some not much interesting N-grams. | |
| UniRulesFilter | ace::persistent::context_filter |
| Context filter is used to get rid of some not much interesting words. | |
| stats_t | ace::persistent::overall_stats |
| Overall statistics. | |
| morphologic_filter_file_stats_t | ace::persistent::morphologic_filter_file_stats |
| Morphologic filter has also some interesting statistics. | |
See persistent.h for more info.
(C) Ceslav Przywara 2008, MFF UK Prague
1.5.6