crawlserv++  [under development]
Application for crawling and analyzing textual content of websites.
crawlservpp::Data::Tagger::Exception Class Reference

POS (part of speech)-tagging exception. More...

#include <Tagger.hpp>

Inheritance diagram for crawlservpp::Data::Tagger::Exception:
Collaboration diagram for crawlservpp::Data::Tagger::Exception:

Public Member Functions

 Exception (const std::string &description)
 

Getter

std::string_view view () const noexcept
 Gets the description of the exception as a view to the underlying string. More...
 

Detailed Description

POS (part of speech)-tagging exception.

This exception is thrown when:

  • a Wapiti model file cannot be opened
  • a Wapiti model cannot be loaded
  • an error occured while POS (part of speech)-tagging a sentence.

Constructor & Destructor Documentation

◆ Exception()

crawlservpp::Data::Tagger::Exception::Exception ( const std::string &  description)
inlineexplicit

Member Function Documentation

◆ view()


The documentation for this class was generated from the following file: