|
ModErn Text Analysis
META Enumerates Textual Applications
|
#include <functional>#include <memory>#include <stdexcept>#include <string>Go to the source code of this file.
Classes | |
| class | meta::io::compressed_file_reader |
| Represents a file of unsigned integers compressed using gamma compression. More... | |
| class | meta::io::compressed_file_reader::compressed_file_reader_exception |
| Basic exception for compressed_file_reader 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. | |
Enumerations | |
| enum | meta::io::ReaderStatus { notDone, readerDone, userDone } |
| Simply saves the current state of the reader. | |
Functions | |
| uint64_t | meta::io::default_compression_reader_func (uint64_t value) |
| Function that converts a compressed number back into its normal representation. 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