ModErn Text Analysis
META Enumerates Textual Applications
|
#include <unicode/translit.h>
#include "detail.h"
#include "utf/transformer.h"
#include "util/pimpl.tcc"
Classes | |
class | meta::utf::transformer::impl |
Implementation class for the transformer. 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::utf | |
Functions for converting to and from various character sets. | |
Functions | |
std::string | meta::utf::transform (const std::string &str, const std::string &id) |
Transliterates a utf8 string, using the rules defined in ICU. More... | |