ZGen  0.2.0
a linearization system for natural language.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
ZGen::ShiftReduce::Pipe Class Reference

#include <pipe.h>

Public Member Functions

 Pipe (const option_t &opts)
 
virtual ~Pipe ()
 
bool save_model ()
 
bool load_model ()
 
bool realize ()
 

Constructor & Destructor Documentation

ZGen::ShiftReduce::Pipe::Pipe ( const option_t opts)
ZGen::ShiftReduce::Pipe::~Pipe ( )
virtual

Member Function Documentation

bool ZGen::ShiftReduce::Pipe::load_model ( )

Load model according to the options.

Returns
bool If successfully load model, return true; otherwise return false.
bool ZGen::ShiftReduce::Pipe::realize ( )

Perform realization

Returns
bool If successfully perform realize, return true; otherwise return false.
bool ZGen::ShiftReduce::Pipe::save_model ( )

Save model according to the options.

Returns
bool If successfully save model, return true; otherwise return false.

The documentation for this class was generated from the following files: