|
crawlserv++
[under development]
Application for crawling and analyzing textual content of websites.
|
#include "Dictionary.hpp"#include "../Helper/FileSystem.hpp"#include "../Helper/Memory.hpp"#include "../Helper/Strings.hpp"#include <cstddef>#include <cstdint>#include <fstream>#include <string>#include <unordered_map>#include <utility>#include <vector>

Go to the source code of this file.
Classes | |
| class | crawlservpp::Data::Lemmatizer |
| Lemmatizer. More... | |
Namespaces | |
| crawlservpp::Data | |
| Namespace for different types of data. | |
Constants | |
| constexpr auto | crawlservpp::Data::colLemma {1} |
| Column containing the lemma in a dictionary file. More... | |
| constexpr auto | crawlservpp::Data::colTag {2} |
| Column containing the tag in a dictionary file. More... | |
| constexpr auto | crawlservpp::Data::colCount {3} |
| Column containing the number of occurences in a dictionary file. More... | |