|
crawlserv++
[under development]
Application for crawling and analyzing textual content of websites.
|
#include "../Thread.hpp"#include "../../../Data/Data.hpp"#include "../../../Helper/DateTime.hpp"#include "../../../Helper/Memory.hpp"#include "../../../Main/Database.hpp"#include "../../../Struct/QueryStruct.hpp"#include "../../../Struct/StatusSetter.hpp"#include "../../../Struct/TextMap.hpp"#include "../../../Struct/ThreadOptions.hpp"#include "../../../Struct/ThreadStatus.hpp"#include <algorithm>#include <cstddef>#include <cstdint>#include <limits>#include <queue>#include <string>#include <string_view>#include <unordered_map>#include <utility>#include <vector>

Go to the source code of this file.
Classes | |
| class | crawlservpp::Module::Analyzer::Algo::Assoc |
| Empty algorithm template. More... | |
Namespaces | |
| crawlservpp::Module::Analyzer::Algo | |
| Namespace for algorithm classes. | |
Constants | |
| constexpr auto | crawlservpp::Module::Analyzer::Algo::assocUpdateProgressEvery {1000} |
| Indicates, while saving, after how many articles the progress of the thread will be updated. More... | |
| constexpr auto | crawlservpp::Module::Analyzer::Algo::assocAddColumns {2} |
| Number of extra columns included in a dataset (except date). More... | |
| constexpr auto | crawlservpp::Module::Analyzer::Algo::assocMinColumns {assocAddColumns + 1 } |
| Minimum number of columns included in a dataset (including date). More... | |