ModErn Text Analysis
META Enumerates Textual Applications
|
#include "cpptoml.h"
#include "analyzers/token_stream.h"
#include "parser/analyzers/tree_analyzer.h"
#include "parser/analyzers/featurizers/featurizer_factory.h"
#include "utf/segmenter.h"
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::analyzers | |
Contains various ways to segment text and deal with preprocessed files (POS tags, parse trees, etc). | |
meta::parser | |
Contains functions that relate to phrase structure trees and parsing of natural language. | |
Functions | |
template<> | |
std::unique_ptr< analyzer > | meta::analyzers::make_analyzer< tree_analyzer > (const cpptoml::table &, const cpptoml::table &) |
Specialization of the factory method for creating tree analyzers. | |
void | meta::parser::register_analyzers () |
Register analyzers provided by the meta-parser-analyzers library. | |