ModErn Text Analysis
META Enumerates Textual Applications
parser_test.h
Go to the documentation of this file.
1 
10 #ifndef META_PARSER_TEST_H_
11 #define META_PARSER_TEST_H_
12 
13 namespace meta
14 {
15 namespace testing
16 {
17 
22 int parser_tests();
23 }
24 }
25 
26 #endif
int parser_tests()
Tests for parser functionality.
Definition: parser_test.cpp:256
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