ModErn Text Analysis
META Enumerates Textual Applications
Namespaces | Functions
analyzer_test.cpp File Reference
#include "test/analyzer_test.h"
#include "test/inverted_index_test.h"
#include "analyzers/token_stream.h"
#include "corpus/document.h"
#include "util/shim.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

template<class Analyzer >
void meta::testing::check_analyzer_expected (Analyzer &ana, corpus::document doc, uint64_t num_unique, uint64_t length)
 
int meta::testing::content_tokenize ()
 Test tokenization on documents with content. More...
 
int meta::testing::file_tokenize ()
 Test tokenization on documents that read content from files. More...
 
int meta::testing::analyzer_tests ()
 Runs the analyzer tests. More...
 

Detailed Description

Author
Sean Massung