Crate wfst4str

Source

Modules§

att_parse

Structs§

SymTab
Wraps a rustfst SymbolTable struct as a Python class.
WeightedFst
Wraps the VectorFst struct from rustfst. Assumes weights are in the tropical semiring.

Functions§

PyInit_wfst4str
This autogenerated function is called by the python interpreter when importing the module.
wfst_from_text_file
Returns a wFST corresponding the one represented in the text file path_text_fst (deprecated).
wfst_from_text_string
Returns an wFST corresponding to fst_string (deprecated).