ModErn Text Analysis
META Enumerates Textual Applications
Namespaces | Functions
ranker_test.h File Reference
#include "test/unit_test.h"
#include "test/inverted_index_test.h"
#include "index/ranker/all.h"

Go to the source code of this file.

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 Ranker , class Index >
void meta::testing::test_rank (Ranker &r, Index &idx)
 Queries an index with its own docs to ensure that the query is the first doc returned. More...
 
int meta::testing::ranker_tests ()
 Runs all the ranking tests. More...
 

Detailed Description

Author
Sean Massung

All files in META are dual-licensed under the MIT and NCSA licenses. For more details, consult the file LICENSE.mit and LICENSE.ncsa in the root of the project.