Classes | Typedefs | Functions
Data structures

Classes

class  CRFSuite::Attribute
 Tuple of attribute and its value. More...
class  CRFSuite::Trainer
 The trainer class. More...
class  CRFSuite::Tagger
 The tagger class. More...

Typedefs

typedef std::vector< Attribute > CRFSuite::Item
 Type of an item (equivalent to an attribute vector) in a sequence.
typedef std::vector< Item > CRFSuite::ItemSequence
 Type of an item sequence (equivalent to item vector).
typedef std::vector< std::string > CRFSuite::StringList
 Type of a string list.

Functions

std::string CRFSuite::version ()
 Obtain the version number of the library.

Function Documentation

std::string CRFSuite::version ( )

Obtain the version number of the library.

Returns:
std::string The version string.

Copyright (c) 2002-2011 by Naoaki Okazaki
Thu Aug 11 2011 12:37:05