ModErn Text Analysis
META Enumerates Textual Applications
|
#include <ostream>
#include "parser/trees/parse_tree.h"
#include "parser/trees/leaf_node.h"
#include "parser/trees/internal_node.h"
#include "parser/trees/visitors/tree_transformer.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::parser | |
Contains functions that relate to phrase structure trees and parsing of natural language. | |
Functions | |
std::ostream & | meta::parser::operator<< (std::ostream &os, const parse_tree &tree) |
bool | meta::parser::operator== (const parse_tree &lhs, const parse_tree &rhs) |