|
ModErn Text Analysis
META Enumerates Textual Applications
|
#include <fstream>#include <mutex>#include <string>#include <memory>#include "util/shim.h"#include "util/disk_vector.h"Go to the source code of this file.
Classes | |
| class | meta::index::string_list_writer |
| A class for writing large lists of strings to disk with an associated index file for fast random access. 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::index | |
| Indexes to create efficient representations of data. | |
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