ModErn Text Analysis
META Enumerates Textual Applications
Namespaces | Functions
transition.cpp File Reference
#include <cassert>
#include <ostream>
#include <string>
#include "parser/transition.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 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...
 

Detailed Description

Author
Chase Geigle