ModErn Text Analysis
META Enumerates Textual Applications
|
#include <istream>
#include <ostream>
Go to the source code of this file.
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 | |
template<class T > | |
void | meta::io::write_binary (std::ostream &out, const T &elem) |
Writes an object in binary format to a stream. More... | |
void | meta::io::write_binary (std::ostream &out, const std::string &str) |
Writes a std::string object in binary format to a stream. More... | |
template<class T > | |
void | meta::io::read_binary (std::istream &in, T &elem) |
Reads an object in binary from a stream. More... | |
void | meta::io::read_binary (std::istream &in, std::string &str) |
Reads a string in binary from a stream. 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.