highlighter application
1.1
HCE project utils : highlighter
|
< HCE::ServerApplication provides global variable 'HCE::database::Session' which initializes in function 'HCE::ServerApplication::initializeDataBaseSession()' More...
Namespaces | |
namespace | algorithms |
namespace | component |
namespace | database |
namespace | exception |
namespace | logger |
namespace | utils |
Classes | |
class | InDataHighlight |
class | OutDataHighlight |
class | AlreadyInitializedException |
class | ChannelNotExistException |
class | NotSetDatabaseParametersException |
class | NotSetDatabaseTypeException |
class | ThreadAlreadyJoinedException |
class | ThreadAlreadyRunningException |
class | Logger |
class | ServerApplication |
class | ComponentsManagerFactory |
class | DataBase |
class | TaskWaitObject |
class | TaskWaitObjectWrapper |
class | BitsetBase |
class | CWords |
class | HCETimer |
class | InDataRefine |
class | MorphChangeGradBitset |
class | OutDataRefine |
class | POSMaskBitset |
class | RWords |
Typedefs | |
typedef unsigned short | POSMask |
Functions | |
void | HighlightingAlgorithmsInit (HighlightStringGenerator &highlightStringGenerator) |
std::string | encodeBase64 (const std::string &data) |
std::string | decodeBase64 (const std::string &data) |
Variables | |
Poco::AutoPtr < Poco::Util::AbstractConfiguration > | _config = NULL |
< AbstractConfiguration - all public methods are synchronized, so the class is safe for multithreaded use. | |
std::string | componentManagerNames [] = {"CM_COMMON"} |
std::string | componentNames [] |
std::vector< ComponentType > | componentTypeVec |
const std::string | COMMON_CHARSET = "utf-8" |
const std::string | INCOMING_CHARSET = "ucs-2" |
< HCE::ServerApplication provides global variable 'HCE::database::Session' which initializes in function 'HCE::ServerApplication::initializeDataBaseSession()'
< poco headers
< std headers
Windows specific headers.
std headers
project utilities
project node API
< HCE::ServerApplication provides global variable 'HCE::_config' which initializes in function 'HCE::ServerApplication::initializeConfigurationFile ()' we need to use variable 'HCE::_config' after calling function initialize () < HCE::ServerApplication provides global static class 'HCE::Logger' which initializes by calling function 'HCE::Logger::initializeLoggers()' from 'HCE::ServerApplication::initializeLoggers ()'
header file BitsetBase.hpp
Base class for classes representing bit set structures
source file BoostPlugin.cpp boost headers app headers
header file BoostPlugin.hpp app headers
header file CldPlugin.hpp headers
app headers
Source file FakeHCRCPlugin.cpp
header file FakeHCRCPlugin.hpp app headers
source file IcuPlugin.cpp std headers
header file IcuPlugin icu headers app headers
app headers
Linux specific headers platform independent headers std headers
Source file MecabPlugin.cpp
header file MecabPlugin.hpp headers
header file MorphChangeGradBitset.hpp
class representing morphology bit set structures
header file POSMaskBitset.hpp
class representing Part-Of-Speech bit set structures
< std headers < app headers
std headers app headers
source file SnowballPlugin.cpp
header file SnowballPlugin.hpp snowball headers std headers app headers
source file TagReducePlugin.cpp
header file TagReducePlugin.hpp icu headers std headers app headers
source file TurglemPlugin.cpp
header file TurglemPlugin.hpp std headers turglem headers app headers
typedef unsigned short HCE::POSMask |
enum HCE::AdaptorType |
Definition at line 9 of file HCEConstants.hpp.
enum HCE::ComponentType |
Definition at line 30 of file HCEConstants.hpp.
enum HCE::MCG_Consistency |
MCG_TOPIC_BIT_NUMBER | |
MCG_START_UPPERCASE | |
MCG_OTHER_UPPERCASE | |
MCG_SYNONYM_BIT_SIZE | |
MCG_SYNONYM_LOWEST_BIT_NUMBER | |
MCG_GRAMMAR_BIT_SIZE | |
MCG_GRAMMAR_LOWEST_BIT_NUMBER | |
MCG_OBSCENE_WORD_VALUE |
Definition at line 19 of file MorphChangeGradBitset.hpp.
enum HCE::POS_enum |
Part-Of-Speech constants
POS_NOUN | |
POS_ADJ_FULL | |
POS_VERB | |
POS_VBE | |
POS_MOD | |
POS_NUMERAL | |
POS_CONJ | |
POS_INTERJ | |
POS_PREP | |
POS_PARTICLE | |
POS_ART | |
POS_ADV | |
POS_PN | |
POS_ORDNUM | |
POS_PRON | |
POS_POSS |
Definition at line 22 of file POSMaskBitset.hpp.
enum HCE::ServiceType |
Definition at line 62 of file HCEConstants.hpp.
Definition at line 57 of file HCEConstants.hpp.
enum HCE::WORD_TYPE |
std::string HCE::decodeBase64 | ( | const std::string & | data | ) |
std::string HCE::encodeBase64 | ( | const std::string & | data | ) |
void HCE::HighlightingAlgorithmsInit | ( | HighlightStringGenerator & | highlightStringGenerator | ) |
Definition at line 18 of file HighlightingAlgorithmInitialize.cpp.
Poco::AutoPtr< Poco::Util::AbstractConfiguration > HCE::_config = NULL |
< AbstractConfiguration - all public methods are synchronized, so the class is safe for multithreaded use.
Definition at line 4 of file Logger.cpp.
const std::string HCE::COMMON_CHARSET = "utf-8" |
Definition at line 15 of file HCEConstants.cpp.
std::string HCE::componentManagerNames[] = {"CM_COMMON"} |
Definition at line 7 of file HCEConstants.cpp.
std::string HCE::componentNames |
Definition at line 8 of file HCEConstants.cpp.
std::vector< ComponentType > HCE::componentTypeVec |
Definition at line 11 of file HCEConstants.cpp.
const std::string HCE::INCOMING_CHARSET = "ucs-2" |
Definition at line 16 of file HCEConstants.cpp.