Reranker Framework (ReFr)
Reranking framework for structure prediction and discriminative language modeling
|
An interface that allows for a primitive, Factory-constructible object or vector thereof to be initialized based on the next token or tokens from a token stream. More...
#include <stream-init.H>
Public Member Functions | |
StreamInitializer () | |
virtual | ~StreamInitializer () |
virtual void | Init (StreamTokenizer &st, Environment *env=NULL)=0 |
An interface that allows for a primitive, Factory-constructible object or vector thereof to be initialized based on the next token or tokens from a token stream.
The data member may be an int
, a double
, a string
or a shared_ptr
to another Factory-constructible type.
Definition at line 67 of file stream-init.H.
|
inline |
Definition at line 69 of file stream-init.H.
|
inlinevirtual |
Definition at line 70 of file stream-init.H.
|
pure virtual |