|
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/StatusSetter.hpp"#include "../../../Struct/TextMap.hpp"#include "../../../Struct/ThreadOptions.hpp"#include "../../../Struct/ThreadStatus.hpp"#include <cstddef>#include <cstdint>#include <limits>#include <map>#include <string>#include <string_view>#include <unordered_set>#include <utility>#include <vector>

Go to the source code of this file.
Classes | |
| class | crawlservpp::Module::Analyzer::Algo::WordsOverTime |
| Counts the occurrence of articles, sentences, and tokens in a corpus over time. More... | |
Namespaces | |
| crawlservpp::Module::Analyzer::Algo | |
| Namespace for algorithm classes. | |
Constants | |
| constexpr auto | crawlservpp::Module::Analyzer::Algo::wordsUpdateProgressEvery {100} |
| Indicates after how many date groups the progress of the thread will be updated. More... | |
| constexpr auto | crawlservpp::Module::Analyzer::Algo::wordsNumberOfColumns {4} |
| The number of columns to write to the target table. More... | |