crawlserv++  [under development]
Application for crawling and analyzing textual content of websites.
Tagger.hpp File Reference
#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>
Include dependency graph for Tagger.hpp:
This graph shows which files directly or indirectly include this file:

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.