Variables | |
| StringStore< string_index_t > | lemmas (constants::max_string_length) |
| Lemmas strings are stored within this StringStore. | |
| StringStore< tag_index_t > | tags (constants::max_string_length) |
| Morphological tags strings are stored within this StringStore. | |
| NGramStore | ngrams |
| N-grams also have their own storage. | |
| MultiRulesFilter | morphologic_filter |
| Morphologic filter is used to get rid of some not much interesting N-grams. | |
| UniRulesFilter | context_filter |
| Context filter is used to get rid of some not much interesting words. | |
| stats_t | overall_stats |
| Overall statistics. | |
| morphologic_filter_file_stats_t | morphologic_filter_file_stats |
| Morphologic filter has also some interesting statistics. | |
As the name suggest, all objects within the namespace live till the program end.
Context filter is used to get rid of some not much interesting words.
Lemmas strings are stored within this StringStore.
Morphologic filter is used to get rid of some not much interesting N-grams.
Morphologic filter has also some interesting statistics.
N-grams also have their own storage.
Overall statistics.
Morphological tags strings are stored within this StringStore.
1.5.6