ModErn Text Analysis
META Enumerates Textual Applications
|
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 transition::type_t type) |
Prints a transition type to the stream. More... | |
std::ostream & | meta::parser::operator<< (std::ostream &os, const transition &trans) |
Prints a transition to the stream. More... | |