HCE project C++ developers source code library  1.1.1
HCE project developer library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
HCE::component::MecabPlugin Class Reference

#include <MecabPlugin.hpp>

Inheritance diagram for HCE::component::MecabPlugin:
Collaboration diagram for HCE::component::MecabPlugin:

Public Member Functions

 MecabPlugin ()
virtual ~MecabPlugin ()
virtual void process (LCoreData &)
- Public Member Functions inherited from HCE::component::TPlugin
 TPlugin ()
virtual ~TPlugin ()

Additional Inherited Members

- Public Types inherited from HCE::component::TPlugin
typedef Poco::SharedPtr< TPluginPtr
- Public Attributes inherited from HCE::component::TPlugin
std::vector< ProcessInfo_exported

Detailed Description

Definition at line 96 of file MecabPlugin.hpp.

Constructor & Destructor Documentation

HCE::component::MecabPlugin::MecabPlugin ( )

fill map of Part-Of-Speech

NOUN;

ADJ_FULL ;

VERB;

VBE;

MOD

NUMERAL

CONJ

INTERJ

PREP

PARTICLE

ART

ADV

PN

ORDNUM

PRON

undefined value

fill export table

Definition at line 18 of file MecabPlugin.cpp.

Here is the call graph for this function:

HCE::component::MecabPlugin::~MecabPlugin ( )
virtual

Definition at line 67 of file MecabPlugin.cpp.

Member Function Documentation

void HCE::component::MecabPlugin::process ( LCoreData lCData)
virtual

Implements HCE::component::TPlugin.

Definition at line 73 of file MecabPlugin.cpp.


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