ModErn Text Analysis
META Enumerates Textual Applications
Classes | Namespaces | Functions
compressed_file_writer.h File Reference
#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...
 

Detailed Description

Author
Sean Massung

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.