HFST - Helsinki Finite-State Transducer Technology - Python API  version 3.12.2
Classes | Namespaces
__init__.py File Reference

Classes

class  ContextTransducersAreNotAutomataException
 Transducers given as rule context are not automata. More...
 
class  EmptySetOfContextsException
 The set of transducer pairs is empty. More...
 
class  EmptyStringException
 An argument string is an empty string. More...
 
class  EndOfStreamException
 The stream is at end. More...
 
class  FlagDiacriticsAreNotIdentitiesException
 Flag diacritics encountered on one but not the other side of a transition. More...
 
class  FunctionNotImplementedException
 Function has not been implemented (yet). More...
 
class  HfstException
 Base class for HfstExceptions. More...
 
class  HfstFatalException
 An error happened probably due to a bug in the HFST code. More...
 
class  HfstTransducerTypeMismatchException
 Two or more HfstTransducers are not of the same type. More...
 
class  ImplementationTypeNotAvailableException
 The library required by the implementation type requested is not linked to HFST. More...
 
class  IncorrectUtf8CodingException
 String is not valid utf-8. More...
 
class  MetadataException
 A piece of metadata in an HFST header is not supported. More...
 
class  MissingOpenFstInputSymbolTableException
 An OpenFst transducer does not have an input symbol table. More...
 
class  NotTransducerStreamException
 The stream does not contain transducers. More...
 
class  NotValidAttFormatException
 The stream is not in valid AT&T format. More...
 
class  NotValidLexcFormatException
 The input is not in valid LexC format. More...
 
class  NotValidPrologFormatException
 The input is not in valid prolog format. More...
 
class  SpecifiedTypeRequiredException
 The type of a transducer is not specified. More...
 
class  StateIndexOutOfBoundsException
 The state number argument is not valid. More...
 
class  StateIsNotFinalException
 State is not final (and cannot have a final weight). More...
 
class  StreamCannotBeWrittenException
 Stream cannot be written. More...
 
class  StreamIsClosedException
 Stream is closed. More...
 
class  StreamNotReadableException
 Stream cannot be read. More...
 
class  SymbolNotFoundException
 A bug in the HFST code. More...
 
class  TransducerHasWrongTypeException
 Transducer has wrong type. More...
 
class  TransducerHeaderException
 Transducer has a malformed HFST header. More...
 
class  TransducerIsCyclicException
 Transducer is cyclic. More...
 
class  TransducersAreNotAutomataException
 Transducers are not automata. More...
 
class  TransducerTypeMismatchException
 Two or more transducers do not have the same type. More...
 

Namespaces

 hfst.exceptions
 exceptions...