|
HCE project C++ developers source code library
1.1.1
HCE project developer library
|
Classes | |
| class | ComponentBase |
| class | ComponentManager |
| class | ComponentManagerPool |
| class | ComponentManagerPoolIf |
| class | ComponentManagerPoolSimple |
| class | ComponentsFactory |
| class | BoostPlugin |
| class | CldPlugin |
| class | FakeHCRCPlugin |
| class | IcuPlugin |
| class | LCore |
| struct | LCoreData |
| class | MecabPlugin |
| struct | ProcessInfo |
| class | Refine |
| class | SnowballPlugin |
| class | SymbolInfo |
| class | TagReducePlugin |
| class | TPlugin |
| we cannot pure virtual for partial inheritance More... | |
| class | TurglemPlugin |
Typedefs | |
| typedef unsigned int | LanguageMask |
| typedef unsigned char | SymbolType |
| typedef unsigned char | AlgorithmType |
| typedef unsigned short | Language |
Functions | |
| template<class T > | |
| const Language | detectLanguage (const T &token) |
| typedef unsigned char HCE::component::AlgorithmType |
Definition at line 23 of file SymbolInfo.hpp.
| typedef unsigned short HCE::component::Language |
Definition at line 24 of file SymbolInfo.hpp.
| typedef unsigned int HCE::component::LanguageMask |
Definition at line 93 of file ProcessInfo.hpp.
| typedef unsigned char HCE::component::SymbolType |
Definition at line 21 of file SymbolInfo.hpp.
Definition at line 61 of file TurglemPlugin.hpp.
Languages constants
Definition at line 99 of file ProcessInfo.hpp.
| LM_NONE | |
| LM_ENGLISH | |
| LM_JAPANESE | |
| LM_RUSSIAN | |
| LM_UKRAINIAN | |
| LM_BYELORUSSIAN | |
| LM_GERMAN | |
| LM_FRENCH | |
| LM_THAI | |
| LM_ALL |
Definition at line 112 of file ProcessInfo.hpp.
method type
Definition at line 27 of file ProcessInfo.hpp.
| NOUN | |
| ADJ_FULL | |
| VERB | |
| VBE | |
| MOD | |
| NUMERAL | |
| CONJ | |
| INTERJ | |
| PREP | |
| PARTICLE | |
| ART | |
| ADV | |
| PN | |
| ORDNUM | |
| PRON | |
| POSS | |
| PN_ADJ |
Definition at line 39 of file TurglemPlugin.hpp.
plugin type
| PT_NONE | |
| DEFAULT | |
| SNOWBALL_NORM | |
| ICU_BOUNDARIES | |
| BOOST_SPLIT | |
| BOOST_TOKENIZER | |
| POCO_TOKENIZER | |
| CHROMIUM_LDET | |
| TAG_REDUCE | |
| MECAB_NORM | |
| TURGLEM_POS | |
| FAKE_HCRC | |
| MECAB_WTYPE | |
| MECAB_TOKENIZE |
Definition at line 52 of file ProcessInfo.hpp.
Definition at line 183 of file ProcessInfo.hpp.
Definition at line 58 of file SymbolInfo.hpp.
|
inline |