|
crawlserv++
[under development]
Application for crawling and analyzing textual content of websites.
|
#include "../Thread.hpp"#include "../../../Data/Corpus.hpp"#include "../../../Helper/Math.hpp"#include "../../../Helper/Memory.hpp"#include "../../../Helper/Utf8.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 <string>#include <string_view>#include <utility>#include <vector>

Go to the source code of this file.
Classes | |
| class | crawlservpp::Module::Analyzer::Algo::CorpusGenerator |
| Algorithm building a text corpus and creating corpus statistics from the input data. More... | |
Namespaces | |
| crawlservpp::Module::Analyzer::Algo | |
| Namespace for algorithm classes. | |
Constants | |
| constexpr auto | crawlservpp::Module::Analyzer::Algo::corpusNumFields {9} |
| Number of target fields. More... | |