CaboCha
|
Classes | |
class | Tree |
class | Parser |
Typedefs | |
typedef struct cabocha_chunk_t | Chunk |
typedef struct cabocha_token_t | Token |
typedef enum cabocha_charset_t | CharsetType |
typedef enum cabocha_posset_t | PossetType |
typedef enum cabocha_format_t | FormatType |
typedef enum cabocha_input_layer_t | InputLayerType |
typedef enum cabocha_output_layer_t | OutputLayerType |
typedef enum cabocha_parser_t | ParserType |
Functions | |
CABOCHA_DLL_EXTERN Parser * | createParser (int argc, char **argv) |
CABOCHA_DLL_EXTERN Parser * | createParser (const char *arg) |
CABOCHA_DLL_EXTERN const char * | getParserError () |
CABOCHA_DLL_EXTERN const char * | getLastError () |
typedef enum cabocha_charset_t CaboCha::CharsetType |
typedef struct cabocha_chunk_t CaboCha::Chunk |
typedef enum cabocha_format_t CaboCha::FormatType |
typedef enum cabocha_input_layer_t CaboCha::InputLayerType |
typedef enum cabocha_output_layer_t CaboCha::OutputLayerType |
typedef enum cabocha_parser_t CaboCha::ParserType |
typedef enum cabocha_posset_t CaboCha::PossetType |
typedef struct cabocha_token_t CaboCha::Token |
CABOCHA_DLL_EXTERN Parser* CaboCha::createParser | ( | int | argc, |
char ** | argv | ||
) |
CABOCHA_DLL_EXTERN Parser* CaboCha::createParser | ( | const char * | arg | ) |
CABOCHA_DLL_EXTERN const char* CaboCha::getLastError | ( | ) |
CABOCHA_DLL_EXTERN const char* CaboCha::getParserError | ( | ) |