CRFPP::Model Class Reference
#include <crfpp.h>
List of all members.
Public Member Functions |
virtual bool | open (int argc, char **argv)=0 |
virtual bool | open (const char *arg)=0 |
virtual Tagger * | createTagger () const =0 |
virtual const char * | what ()=0 |
virtual | ~Model () |
Constructor & Destructor Documentation
virtual CRFPP::Model::~Model |
( |
|
) |
[inline, virtual] |
Member Function Documentation
virtual Tagger* CRFPP::Model::createTagger |
( |
|
) |
const [pure virtual] |
virtual bool CRFPP::Model::open |
( |
const char * |
arg |
) |
[pure virtual] |
virtual bool CRFPP::Model::open |
( |
int |
argc, |
|
|
char ** |
argv | |
|
) |
| | [pure virtual] |
virtual const char* CRFPP::Model::what |
( |
|
) |
[pure virtual] |
The documentation for this class was generated from the following file: