ModErn Text Analysis
META Enumerates Textual Applications
Classes | Namespaces | Functions
transition.h File Reference
#include "meta.h"
#include "util/optional.h"
#include "util/comparable.h"

Go to the source code of this file.

Classes

class  meta::parser::transition
 Represents a transition taken by the parser. More...
 
class  meta::parser::transition::exception
 Exception thrown during interactions with transitions. 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

std::ostream & meta::parser::operator<< (std::ostream &os, const transition &trans)
 Prints a transition to the stream. More...
 
std::ostream & meta::parser::operator<< (std::ostream &os, const transition::type_t type)
 Prints a transition type to the stream. More...
 

Detailed Description

Author
Chase Geigle

All files in META are released under the MIT license. For more details, consult the file LICENSE in the root of the project.