HCE project C++ developers source code library
1.1.1
HCE project developer library
|
#include <MecabPlugin.hpp>
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< TPlugin > | Ptr |
Public Attributes inherited from HCE::component::TPlugin | |
std::vector< ProcessInfo > | _exported |
Definition at line 96 of file MecabPlugin.hpp.
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.
|
virtual |
Definition at line 67 of file MecabPlugin.cpp.
|
virtual |
Implements HCE::component::TPlugin.
Definition at line 73 of file MecabPlugin.cpp.