HFST - Helsinki Finite-State Transducer Technology - C++ API
version 3.9.1
|
The set of transducer pairs is empty. More...
#include <HfstExceptionDefs.h>
Additional Inherited Members | |
Public Member Functions inherited from HfstException | |
HFSTDLL std::string | operator() (void) const |
Get the error message. More... | |
The set of transducer pairs is empty.
Thrown by rule functions in namespace hfst::rules. An example:
HfstTransducerPairVector contexts; // contexts is empty HfstTransducer rest = hfst::rules::restriction (contexts, mapping, alphabet, twol_type, direction);