Alexandre Caulier

Results 12 comments of Alexandre Caulier

What is the status on integrating the training in the python wrapper ? Can I work on it ? @kpu

I got the same problem with the Boost version 1.58.0.1ubuntu.1 and Ubuntu 16.04 Updating my g++ version to 5.4.0 solved it.

Hello ! Thanks for the contribution :-) So most of the clippy issues where from a new more recent clippy that the one I used in the CI. I just...

Also note that if you wanna reproduce the most recent clippy lint in the CI, you can bump the rust version used for running clippy here https://github.com/Garvys/rustfst/blob/cc9b58f8ea0761a3e449d6a8084d821fd12149f6/.github/workflows/native.yml#L139

Hey ! I just release version 0.13.3 of rustfst which ships wheels for python 3.11. https://pypi.org/project/rustfst-python/0.13.3/ Tell me if that fixes your problem ! :-)

Hello ! For now this is necessary because the rust compiler can't infer the correct types for F1, F2 because of the use of Borrow. I have found a solution...

Agreed ! Feel free to open a PR :-)

Hello ! Very nice feature request. It would indeed be very useful to have all semiring available in python and not only the tropical one. Regarding implementation, I will have...

For FST-based text normalization, I re-implemented the c++ library OpenFST in full Rust : https://github.com/Garvys/rustfst (And it has better performances than OpenFST 😅 ) Might prove usefull.

Hey ! They can totally be added. I don't have the bandwith for now so feel free to add it if you feel like it. Else I will try to...