ModErn Text Analysis
META Enumerates Textual Applications
|
#include "test/inverted_index_test.h"
Namespaces | |
meta | |
The ModErn Text Analysis toolkit is a suite of natural language processing, classification, information retreival, data mining, and other applications of text processing. | |
meta::testing | |
Contains unit testing functions for the META toolkit. | |
Functions | |
void | meta::testing::create_config (const std::string &corpus_type) |
Creates test-config.toml with the desired settings. More... | |
template<class Index > | |
void | meta::testing::check_ceeaus_expected (Index &idx) |
Checks that ceeaus index was built correctly. More... | |
template<class Index > | |
void | meta::testing::check_term_id (Index &idx) |
Checks that the term info is consistent with the correct one. More... | |
int | meta::testing::inverted_index_tests () |
Runs the inverted index tests. More... | |