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::LCoreData Struct Reference

#include <LCoreData.hpp>

Collaboration diagram for HCE::component::LCoreData:

Public Member Functions

 LCoreData (const std::string &s="")
std::string getContent () const

Public Attributes

ProcessInfo _processInfo
std::string _content
u_int8_t _normalizationId
std::vector< std::string > _delimiters
GRANULARITY_LEVEL _granularityLevel
std::vector< SSTRING_tokens
std::map< WORD_CONTENT_OFFSET,
WORD_LENGTH
_mapOffsets
std::map< WORD_CONTENT_OFFSET,
SSTRING
_mapTokens
std::map< WORD_CONTENT_OFFSET,
SSTRING
_mapNormalizedForms
std::map< WORD_CONTENT_OFFSET,
SSTRING
_mapLanguages
std::map< Language,
std::vector
< WORD_CONTENT_OFFSET > > 
_mapVectorsOfLanguages
std::map< WORD_CONTENT_OFFSET,
LanguageMask
_mapLanguagesMasks
std::map< WORD_CONTENT_OFFSET,
POSMask
_mapPosMasks
std::map< WORD_CONTENT_OFFSET,
TAG_ID
_mapTags
std::map< WORD_CONTENT_OFFSET,
u_int64_t > 
_mapHCRC64
std::map< WORD_CONTENT_OFFSET,
unsigned char > 
_mapBlack
std::map< WORD_CONTENT_OFFSET,
HCE::MorphChangeGradBitset
< MCG_NUM > > 
_mapMorphology
std::map< WORD_CONTENT_OFFSET,
unsigned int > 
_mapSentences
std::map< WORD_CONTENT_OFFSET,
unsigned char > 
_mapLingIntegrity
std::map< WORD_CONTENT_OFFSET,
WORD_TYPE
_mapWordType

Detailed Description

Definition at line 35 of file LCoreData.hpp.

Constructor & Destructor Documentation

HCE::component::LCoreData::LCoreData ( const std::string &  s = "")
inline

Definition at line 65 of file LCoreData.hpp.

Member Function Documentation

std::string HCE::component::LCoreData::getContent ( ) const
inline

Definition at line 70 of file LCoreData.hpp.

Here is the caller graph for this function:

Member Data Documentation

std::string HCE::component::LCoreData::_content

Definition at line 38 of file LCoreData.hpp.

std::vector<std::string> HCE::component::LCoreData::_delimiters

Definition at line 40 of file LCoreData.hpp.

GRANULARITY_LEVEL HCE::component::LCoreData::_granularityLevel

Definition at line 41 of file LCoreData.hpp.

std::map<WORD_CONTENT_OFFSET, unsigned char> HCE::component::LCoreData::_mapBlack

Definition at line 52 of file LCoreData.hpp.

std::map<WORD_CONTENT_OFFSET, u_int64_t> HCE::component::LCoreData::_mapHCRC64

Definition at line 51 of file LCoreData.hpp.

std::map<WORD_CONTENT_OFFSET, SSTRING> HCE::component::LCoreData::_mapLanguages

Definition at line 46 of file LCoreData.hpp.

std::map<WORD_CONTENT_OFFSET, LanguageMask> HCE::component::LCoreData::_mapLanguagesMasks

Definition at line 48 of file LCoreData.hpp.

std::map<WORD_CONTENT_OFFSET, unsigned char> HCE::component::LCoreData::_mapLingIntegrity

Definition at line 56 of file LCoreData.hpp.

std::map<WORD_CONTENT_OFFSET, HCE::MorphChangeGradBitset<MCG_NUM> > HCE::component::LCoreData::_mapMorphology

Definition at line 54 of file LCoreData.hpp.

std::map<WORD_CONTENT_OFFSET, SSTRING> HCE::component::LCoreData::_mapNormalizedForms

Definition at line 45 of file LCoreData.hpp.

std::map<WORD_CONTENT_OFFSET, WORD_LENGTH> HCE::component::LCoreData::_mapOffsets

Definition at line 43 of file LCoreData.hpp.

std::map<WORD_CONTENT_OFFSET, POSMask> HCE::component::LCoreData::_mapPosMasks

Definition at line 49 of file LCoreData.hpp.

std::map<WORD_CONTENT_OFFSET, unsigned int> HCE::component::LCoreData::_mapSentences

Definition at line 55 of file LCoreData.hpp.

std::map<WORD_CONTENT_OFFSET, TAG_ID> HCE::component::LCoreData::_mapTags

Definition at line 50 of file LCoreData.hpp.

std::map<WORD_CONTENT_OFFSET, SSTRING> HCE::component::LCoreData::_mapTokens

Definition at line 44 of file LCoreData.hpp.

std::map<Language, std::vector<WORD_CONTENT_OFFSET> > HCE::component::LCoreData::_mapVectorsOfLanguages

Definition at line 47 of file LCoreData.hpp.

std::map<WORD_CONTENT_OFFSET, WORD_TYPE> HCE::component::LCoreData::_mapWordType

SPIKE SOLUTION: issue: word "called" normalized to "call". Any form of "call" highlighted, but "Call" not highlighted to fix it, bring all content to LOWER!!! case (snowball do not differ words in upper case)

Definition at line 59 of file LCoreData.hpp.

u_int8_t HCE::component::LCoreData::_normalizationId

Definition at line 39 of file LCoreData.hpp.

ProcessInfo HCE::component::LCoreData::_processInfo

Definition at line 37 of file LCoreData.hpp.

std::vector<SSTRING> HCE::component::LCoreData::_tokens

Definition at line 42 of file LCoreData.hpp.


The documentation for this struct was generated from the following file: