Emrick Sinitambirivoutin
Emrick Sinitambirivoutin
⚠️ As this is a bug still present in OpenFST, I have commented a test that fails because of the update. It is required to find a way to fix...
I have an issue when I run the `optimize` algorithm on this [FST](https://github.com/Garvys/rustfst/files/8215654/bug.txt). The algorithm panics because of an `unwrap()` occurring in the [`decode` function](https://github.com/Garvys/rustfst/blob/c1d9a56a447e4d98e56a75cc3f4d422cc601017b/rustfst/src/algorithms/optimize.rs#L49) that happens just after a...
The `tr_unique` function doesn't remove `Tr` duplicates if they are not consecutive within the list of trs of a state. The same behaviour happens in OpenFST so adding a new...
Add the ability to specify a quantized datum (`QI8`, `QU8`, `QI32`) type when specifying input facts. It can be specified with the following pattern: - QI8 with zp scale (zp:...