ModErn Text Analysis
META Enumerates Textual Applications
|
#include "corpus/document.h"
#include "analyzers/analyzer.h"
#include "analyzers/analyzer_factory.h"
#include "parser/analyzers/featurizers/tree_featurizer.h"
#include "parser/sr_parser.h"
#include "sequence/perceptron.h"
#include "util/clonable.h"
Go to the source code of this file.
Classes | |
class | meta::analyzers::tree_analyzer |
Base class tokenizing using parse tree features. 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::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. | |
All files in META are released under the MIT license. For more details, consult the file LICENSE in the root of the project.