ModErn Text Analysis
META Enumerates Textual Applications
compression_test.h
Go to the documentation of this file.
1 
10 #ifndef META_COMPRESSION_TEST_H_
11 #define META_COMPRESSION_TEST_H_
12 
13 #include "test/unit_test.h"
14 
15 namespace meta
16 {
17 namespace testing
18 {
19 
23 int compression_tests();
24 }
25 }
26 
27 #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 compression_tests()
Tests compressed_file_reader and compressed_file_writer.
Definition: compression_test.cpp:19