HFST - Helsinki Finite-State Transducer Technology - Python API  version 3.12.2
List of all members
TransducerHasWrongTypeException Class Reference

Transducer has wrong type. More...

Inheritance diagram for TransducerHasWrongTypeException:
HfstException

Additional Inherited Members

- Public Member Functions inherited from HfstException
def what ()
 A message describing the error in more detail. More...
 

Detailed Description

Transducer has wrong type.

This exception suggests that an HfstTransducer has not been properly initialized, probably due to a bug in the HFST library. Alternatively the default constructor of HfstTransducer has been called at some point.

See also
hfst.HfstTransducer.__init__

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