crawlserv++  [under development]
Application for crawling and analyzing textual content of websites.
crawlservpp::Module::Analyzer::Algo::TopicModelling Member List

This is the complete list of members for crawlservpp::Module::Analyzer::Algo::TopicModelling, including all inherited members.

addCorpora(bool isCombine, StatusSetter &statusSetter)crawlservpp::Module::Analyzer::Threadprotected
addOptionalQuery(std::uint64_t queryId, QueryStruct &propertiesTo)crawlservpp::Module::Analyzer::Threadprotected
addQueries(const std::vector< std::uint64_t > &queryIds, std::vector< QueryStruct > &propertiesTo)crawlservpp::Module::Analyzer::Threadprotected
addQuery(std::uint64_t id, const QueryProperties &properties)crawlservpp::Query::Containerinlineprotected
addSubSetsFromQueryOnSubSet(const QueryStruct &query, std::queue< std::string > &warningsTo)crawlservpp::Query::Containerinlineprotected
allowPausing()crawlservpp::Module::Threadprotected
category(const std::string &category)crawlservpp::Module::Configinlineprotected
CharParsingOption enum namecrawlservpp::Module::Configprotected
checkAlgoOptions() overridecrawlservpp::Module::Analyzer::Algo::TopicModellingvirtual
checkCorpusSources(StatusSetter &statusSetter)crawlservpp::Module::Analyzer::Threadprotected
checkOptions() overridecrawlservpp::Module::Analyzer::Configinlineprotectedvirtual
cleanUpCorpora()crawlservpp::Module::Analyzer::Threadprotected
cleanUpQueries()crawlservpp::Module::Analyzer::Threadprotected
clearQueries()crawlservpp::Query::Containerinlineprotected
clearQueryTarget()crawlservpp::Query::Containerinlineprotected
configcrawlservpp::Module::Analyzer::Configprotected
Config()=defaultcrawlservpp::Module::Analyzer::Configprotected
Config(Config &)=deletecrawlservpp::Module::Analyzer::Configprotected
Config(Config &&)=deletecrawlservpp::Module::Analyzer::Configprotected
crawlservpp::Module::Config::Config(Config &)=deletecrawlservpp::Module::Configprotected
crawlservpp::Module::Config::Config(Config &&)=deletecrawlservpp::Module::Configprotected
configurationcrawlservpp::Module::Threadprotected
Container()=defaultcrawlservpp::Query::Container
Container(const Container &)=deletecrawlservpp::Query::Container
Container(Container &&)=deletecrawlservpp::Query::Container
corporacrawlservpp::Module::Analyzer::Threadprotected
databasecrawlservpp::Module::Analyzer::Threadprotected
Default enum valuecrawlservpp::Module::Configprotected
deleteQueries() overridecrawlservpp::Module::Analyzer::Threadprotectedvirtual
disallowPausing()crawlservpp::Module::Threadprotected
end()crawlservpp::Module::Thread
finished()crawlservpp::Module::Analyzer::Threadprotected
FromNumber enum valuecrawlservpp::Module::Configprotected
FromString enum valuecrawlservpp::Module::Configprotected
getBoolFromQuery(const QueryStruct &query, bool &resultTo, std::queue< std::string > &warningsTo)crawlservpp::Query::Containerinlineprotected
getBoolFromQueryOnSubSet(const QueryStruct &query, bool &resultTo, std::queue< std::string > &warningsTo)crawlservpp::Query::Containerinlineprotected
getBoolFromRegEx(const QueryStruct &query, const std::string &target, bool &resultTo, std::queue< std::string > &warningsTo) constcrawlservpp::Query::Containerinlineprotected
getConfig() constcrawlservpp::Module::Thread
getId() constcrawlservpp::Module::Thread
getLast() constcrawlservpp::Module::Threadprotected
getMultiFromQuery(const QueryStruct &query, std::vector< std::string > &resultTo, std::queue< std::string > &warningsTo)crawlservpp::Query::Containerinlineprotected
getMultiFromQueryOnSubSet(const QueryStruct &query, std::vector< std::string > &resultTo, std::queue< std::string > &warningsTo)crawlservpp::Query::Containerinlineprotected
getMultiFromRegEx(const QueryStruct &query, const std::string &target, std::vector< std::string > &resultTo, std::queue< std::string > &warningsTo) constcrawlservpp::Query::Containerinlineprotected
getName() const overridecrawlservpp::Module::Analyzer::Algo::TopicModellingvirtual
getNumberOfSubSets() constcrawlservpp::Query::Containerinlineprotected
getProgress() constcrawlservpp::Module::Threadprotected
getSingleFromQuery(const QueryStruct &query, std::string &resultTo, std::queue< std::string > &warningsTo)crawlservpp::Query::Containerinlineprotected
getSingleFromQueryOnSubSet(const QueryStruct &query, std::string &resultTo, std::queue< std::string > &warningsTo)crawlservpp::Query::Containerinlineprotected
getSingleFromRegEx(const QueryStruct &query, const std::string &target, std::string &resultTo, std::queue< std::string > &warningsTo) constcrawlservpp::Query::Containerinlineprotected
getStatusMessage() constcrawlservpp::Module::Threadprotected
getTarget(std::string &targetTo)crawlservpp::Query::Containerinlineprotected
getTargetTableName() constcrawlservpp::Module::Analyzer::Threadprotected
getUrlList() constcrawlservpp::Module::Thread
getWarpedOverAndReset()crawlservpp::Module::Threadprotected
getWebsite() constcrawlservpp::Module::Thread
getXml(std::string &resultTo, std::queue< std::string > &warningsTo)crawlservpp::Query::Containerinlineprotected
incrementLast()crawlservpp::Module::Threadprotected
incrementProcessed()crawlservpp::Module::Threadprotected
initQueries() overridecrawlservpp::Module::Analyzer::Threadprotectedvirtual
isFinished() constcrawlservpp::Module::Thread
isInterrupted() constcrawlservpp::Module::Threadprotected
isLogLevel(std::uint8_t level) constcrawlservpp::Module::Threadprotected
isPaused() constcrawlservpp::Module::Thread
isQueryUsed(std::uint64_t queryId) constcrawlservpp::Query::Containerinline
isRunning() constcrawlservpp::Module::Thread
isShutdown() constcrawlservpp::Module::Thread
loadConfig(const std::string &configJson, LogQueue &warningsTo)crawlservpp::Module::Configinlineprotected
log(std::uint8_t level, const std::string &logEntry)crawlservpp::Module::Threadprotected
log(std::uint8_t level, std::queue< std::string > &logEntries)crawlservpp::Module::Threadprotected
nextSubSet()crawlservpp::Query::Containerinlineprotected
onAlgoClear() overridecrawlservpp::Module::Analyzer::Algo::TopicModellingvirtual
onAlgoInit() overridecrawlservpp::Module::Analyzer::Algo::TopicModellingvirtual
onAlgoInitTarget() overridecrawlservpp::Module::Analyzer::Algo::TopicModellingvirtual
onAlgoPause() overridecrawlservpp::Module::Analyzer::Algo::TopicModellingvirtual
onAlgoTick() overridecrawlservpp::Module::Analyzer::Algo::TopicModellingvirtual
onAlgoUnpause() overridecrawlservpp::Module::Analyzer::Algo::TopicModellingvirtual
onClear() overridecrawlservpp::Module::Analyzer::Threadprotectedvirtual
onInit() overridecrawlservpp::Module::Analyzer::Threadprotectedvirtual
onPause() overridecrawlservpp::Module::Analyzer::Threadprotectedvirtual
onReset() overridecrawlservpp::Module::Analyzer::Threadprotectedvirtual
onTick() overridecrawlservpp::Module::Analyzer::Threadprotectedvirtual
onUnpause() overridecrawlservpp::Module::Analyzer::Threadprotectedvirtual
crawlservpp::operator=(Thread &)=deletecrawlservpp::Module::Thread
crawlservpp::operator=(Thread &&)=deletecrawlservpp::Module::Thread
crawlservpp::Query::Container::operator=(const Container &)=deletecrawlservpp::Query::Container
crawlservpp::Query::Container::operator=(Container &&)=deletecrawlservpp::Query::Container
crawlservpp::Module::Analyzer::Config::operator=(Config &)=deletecrawlservpp::Module::Analyzer::Configprotected
crawlservpp::Module::Analyzer::Config::operator=(Config &&)=deletecrawlservpp::Module::Analyzer::Configprotected
crawlservpp::Module::Config::operator=(Config &)=deletecrawlservpp::Module::Configprotected
crawlservpp::Module::Config::operator=(Config &&)=deletecrawlservpp::Module::Configprotected
option(const std::string &name, bool &target)crawlservpp::Module::Configinlineprotected
option(const std::string &name, std::vector< bool > &target)crawlservpp::Module::Configinlineprotected
option(const std::string &name, char &target, CharParsingOption opt)crawlservpp::Module::Configinlineprotected
option(const std::string &name, std::vector< char > &target, CharParsingOption opt)crawlservpp::Module::Configinlineprotected
option(const std::string &name, std::int16_t &target)crawlservpp::Module::Configinlineprotected
option(const std::string &name, std::vector< std::int16_t > &target)crawlservpp::Module::Configinlineprotected
option(const std::string &name, std::int32_t &target)crawlservpp::Module::Configinlineprotected
option(const std::string &name, std::vector< std::int32_t > &target)crawlservpp::Module::Configinlineprotected
option(const std::string &name, std::int64_t &target)crawlservpp::Module::Configinlineprotected
option(const std::string &name, std::vector< std::int64_t > &target)crawlservpp::Module::Configinlineprotected
option(const std::string &name, std::uint8_t &target)crawlservpp::Module::Configinlineprotected
option(const std::string &name, std::vector< std::uint8_t > &target)crawlservpp::Module::Configinlineprotected
option(const std::string &name, std::uint16_t &target)crawlservpp::Module::Configinlineprotected
option(const std::string &name, std::vector< std::uint16_t > &target)crawlservpp::Module::Configinlineprotected
option(const std::string &name, std::uint32_t &target)crawlservpp::Module::Configinlineprotected
option(const std::string &name, std::vector< std::uint32_t > &target)crawlservpp::Module::Configinlineprotected
option(const std::string &name, std::uint64_t &target)crawlservpp::Module::Configinlineprotected
option(const std::string &name, std::vector< std::uint64_t > &target)crawlservpp::Module::Configinlineprotected
option(const std::string &name, float &target)crawlservpp::Module::Configinlineprotected
option(const std::string &name, std::vector< float > &target)crawlservpp::Module::Configinlineprotected
option(const std::string &name, std::string &target, StringParsingOption opt=Default)crawlservpp::Module::Configinlineprotected
option(const std::string &name, std::vector< std::string > &target, StringParsingOption opt=Default)crawlservpp::Module::Configinlineprotected
parseAlgoOption() overridecrawlservpp::Module::Analyzer::Algo::TopicModellingvirtual
parseBasicOption()crawlservpp::Module::Configinlineprotectedvirtual
parseOption() overridecrawlservpp::Module::Analyzer::Configinlineprotectedvirtual
pause()crawlservpp::Module::Analyzer::Threadprotected
pauseByThread()crawlservpp::Module::Threadprotected
reserveForSubSets(const QueryStruct &query, std::size_t n)crawlservpp::Query::Containerinlineprotected
crawlservpp::reset()crawlservpp::Module::Thread
crawlservpp::Module::Analyzer::Config::reset() overridecrawlservpp::Module::Analyzer::Configinlineprotectedvirtual
resetAlgo() overridecrawlservpp::Module::Analyzer::Algo::TopicModellingvirtual
resetBase()crawlservpp::Module::Configinlineprotectedvirtual
setLast(std::uint64_t lastId)crawlservpp::Module::Threadprotected
setMinimizeMemory(bool isMinimizeMemory)crawlservpp::Query::Containerinlineprotected
setProgress(float newProgress)crawlservpp::Module::Threadprotected
setQueryTarget(const std::string &content, const std::string &source)crawlservpp::Query::Containerinlineprotected
setRemoveXmlInstructions(bool isRemoveXmlInstructions)crawlservpp::Query::Containerinlineprotected
setRepairCData(bool isRepairCData)crawlservpp::Query::Containerinlineprotected
setRepairComments(bool isRepairComments)crawlservpp::Query::Containerinlineprotected
setStatusMessage(const std::string &statusMessage)crawlservpp::Module::Threadprotected
setSubSetsFromQuery(const QueryStruct &query, std::queue< std::string > &warningsTo)crawlservpp::Query::Containerinlineprotected
setTidyErrorsAndWarnings(bool warnings, std::uint32_t numOfErrors)crawlservpp::Query::Containerinlineprotected
sleep(std::uint64_t ms) constcrawlservpp::Module::Threadprotected
SQL enum valuecrawlservpp::Module::Configprotected
StringParsingOption enum namecrawlservpp::Module::Configprotected
SubURL enum valuecrawlservpp::Module::Configprotected
Thread(Main::Database &dbBase, const ThreadOptions &threadOptions, const ThreadStatus &threadStatus)crawlservpp::Module::Analyzer::Thread
Thread(Main::Database &dbBase, const ThreadOptions &threadOptions)crawlservpp::Module::Analyzer::Thread
crawlservpp::Module::Thread::Thread(Thread &)=deletecrawlservpp::Module::Thread
crawlservpp::Module::Thread::Thread(Thread &&)=deletecrawlservpp::Module::Thread
TopicModelling(Main::Database &dbBase, const ThreadOptions &threadOptions, const ThreadStatus &threadStatus)crawlservpp::Module::Analyzer::Algo::TopicModelling
TopicModelling(Main::Database &dbBase, const ThreadOptions &threadOptions)crawlservpp::Module::Analyzer::Algo::TopicModelling
Trim enum valuecrawlservpp::Module::Configprotected
uploadResult()crawlservpp::Module::Analyzer::Threadprotected
URL enum valuecrawlservpp::Module::Configprotected
urlListNamespacecrawlservpp::Module::Threadprotected
warning(const std::string &warning)crawlservpp::Module::Configinlineprotected
warpTo(std::uint64_t target)crawlservpp::Module::Thread
websiteNamespacecrawlservpp::Module::Threadprotected
~Config() override=defaultcrawlservpp::Module::Analyzer::Configprotectedvirtual
~Container()=defaultcrawlservpp::Query::Containervirtual
~Thread()=defaultcrawlservpp::Module::Threadvirtual