ModErn Text Analysis
META Enumerates Textual Applications
stemmer_test.h
Go to the documentation of this file.
1 
10 #ifndef META_STEMMER_TEST_H_
11 #define META_STEMMER_TEST_H_
12 
13 #include <fstream>
14 
15 #include "test/unit_test.h"
16 
17 namespace meta
18 {
19 namespace testing
20 {
25 int stemmer_tests();
26 }
27 }
28 
29 #endif
int stemmer_tests()
Runs all the stemming tests.
Definition: stemmer_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