ModErn Text Analysis
META Enumerates Textual Applications
|
#include <array>
#include "parser/trees/visitors/tree_transformer.h"
#include "parser/trees/node.h"
#include "parser/trees/internal_node.h"
#include "parser/trees/leaf_node.h"
#include "util/shim.h"
Go to the source code of this file.
Classes | |
class | meta::parser::multi_transformer< Transformers > |
A template class for composing tree transformers. 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::parser | |
Contains functions that relate to phrase structure trees and parsing of natural language. | |
Functions | |
template<class... Transformers> | |
multi_transformer< Transformers...> | meta::parser::make_transformer (std::unique_ptr< Transformers >...trans) |
Helper function for constructing a multi_transformer from a set of pointers to transformers. More... | |
All files in META are released under the MIT license. For more details, consult the file LICENSE in the root of the project.