|
ModErn Text Analysis
META Enumerates Textual Applications
|
#include <functional>#include <stdexcept>#include <string>Go to the source code of this file.
Classes | |
| class | meta::io::compressed_file_writer |
| Writes to a file of unsigned integers using gamma compression. More... | |
| class | meta::io::compressed_file_writer::compressed_file_writer_exception |
| Basic exception for compressed_file_writer interactions. 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::io | |
| Compressed file readers and writers, configuration file readers, a simple parser, and memory-mapped file support. | |
Functions | |
| uint64_t | meta::io::default_compression_writer_func (uint64_t key) |
| Shows how to convert a number into its compressed form. 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