ModErn Text Analysis
META Enumerates Textual Applications
|
#include "test/forward_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_libsvm_config () |
Creates a test-config.toml with the desired settings. | |
template<class Index > | |
void | meta::testing::check_bcancer_expected (Index &idx) |
Asserts that the bcancer corpus was created correctly. More... | |
template<class Index > | |
void | meta::testing::check_ceeaus_expected_fwd (Index &idx) |
Asserts that the bcancer corpus was created correctly. More... | |
template<class Index > | |
void | meta::testing::check_bcancer_doc_id (Index &idx) |
Asserts that the ceeaus corpus was created correctly. More... | |
template<class Index > | |
void | meta::testing::check_ceeaus_doc_id (Index &idx) |
Asserts that the ceeaus corpus was created correctly. More... | |
void | meta::testing::ceeaus_forward_test () |
Runs the ceeaus forward index tests. | |
void | meta::testing::bcancer_forward_test () |
Runs the bcancer forward index tests. | |
int | meta::testing::forward_index_tests () |
Runs all the forward_index tests. More... | |