HFST - Helsinki Finite-State Transducer Technology API
version 3.7.1
|
The set of transducer pairs is empty. More...
#include <HfstExceptionDefs.h>
Additional Inherited Members | |
Public Member Functions inherited from HfstException | |
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);