|
crawlserv++
[under development]
Application for crawling and analyzing textual content of websites.
|
#include "../Main/Exception.hpp"#include "../_extern/wapiti/wapiti.h"#include <cstdio>#include <cstdlib>#include <iterator>#include <limits>#include <memory>#include <stdexcept>#include <string>#include <string_view>#include <vector>

Go to the source code of this file.
Classes | |
| class | crawlservpp::Data::Tagger |
Multilingual POS (part of speech) tagger using Wapiti by Thomas Lavergne. More... | |
| class | crawlservpp::Data::Tagger::Exception |
| POS (part of speech)-tagging exception. More... | |
Namespaces | |
| crawlservpp::Data | |
| Namespace for different types of data. | |