|
ModErn Text Analysis
META Enumerates Textual Applications
|
#include <cstring>#include <fstream>#include "test/unit_test.h"#include "io/binary.h"#include "index/string_list.h"#include "index/string_list_writer.h"#include "util/filesystem.h"Go to the source code of this file.
Classes | |
| struct | meta::testing::file_guard |
| Always makes sure a new file is created. More... | |
Namespaces | |
| meta | |
| The ModErn Text Analysis toolkit is a suite of natural language processing, classification, information retreival, data mining, and other applications of text processing. | |
| meta::testing | |
| Contains unit testing functions for the META toolkit. | |
Functions | |
| void | meta::testing::assert_read (std::ifstream &file, const std::string &expect) |
| int | meta::testing::string_list_tests () |
| Runs the string list tests. More... | |
All files in META are dual-licensed under the MIT and NCSA licenses. For more details, consult the file LICENSE.mit and LICENSE.ncsa in the root of the project.
1.8.9.1