ModErn Text Analysis
META Enumerates Textual Applications
graph_test.h
Go to the documentation of this file.
1 
10 #ifndef META_GRAPH_TEST_H_
11 #define META_GRAPH_TEST_H_
12 
13 #include "graph/undirected_graph.h"
14 #include "graph/directed_graph.h"
15 #include "test/unit_test.h"
16 
17 namespace meta
18 {
19 namespace testing
20 {
25 int graph_tests();
26 }
27 }
28 
29 #endif
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
int graph_tests()
Runs the undirected and directed graph tests.
Definition: graph_test.cpp:163