ModErn Text Analysis
META Enumerates Textual Applications
|
#include "parser/analyzers/featurizers/tree_featurizer.h"
#include "util/factory.h"
#include "util/shim.h"
Go to the source code of this file.
Classes | |
class | meta::analyzers::featurizer_factory |
Factory that is responsible for creating tree featurizers from configuration files. 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). | |
Functions | |
template<class Featurizer > | |
std::unique_ptr< tree_featurizer > | meta::analyzers::make_featurizer () |
Factory method for creating a featurizer. | |
template<class Featurizer > | |
void | meta::analyzers::register_featurizer () |
Registration method for analyzers. 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.