00001 00011 #include "persistent.h" 00012 00013 namespace ace { 00014 00015 namespace persistent { 00016 00017 // 00018 StringStore<string_index_t> lemmas(constants::max_string_length); 00019 // 00020 StringStore<tag_index_t> tags(constants::max_string_length); 00021 // 00022 NGramStore ngrams; 00023 // 00024 MultiRulesFilter morphologic_filter; 00025 // 00026 UniRulesFilter context_filter; 00027 // 00028 stats_t overall_stats; 00029 // 00030 morphologic_filter_file_stats_t morphologic_filter_file_stats; 00031 00032 } // namespace persistent 00033 00034 } // namespace ace
1.5.6