ModErn Text Analysis
META Enumerates Textual Applications
ir_eval_test.h
Go to the documentation of this file.
1 
10 #ifndef META_IR_EVAL_TEST_H_
11 #define META_IR_EVAL_TEST_H_
12 
14 #include "index/eval/ir_eval.h"
16 #include "test/unit_test.h"
17 
18 namespace meta
19 {
20 namespace testing
21 {
26 int ir_eval_tests();
27 }
28 }
29 
30 #endif
int ir_eval_tests()
Runs the IR evaluation tests.
Definition: ir_eval_test.cpp:14
The ModErn Text Analysis toolkit is a suite of natural language processing, classification, information retreival, data mining, and other applications of text processing.
Definition: analyzer.h:24