-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
few bugs, few operations, few algorithms... #1
base: master
Are you sure you want to change the base?
Conversation
…nd __imult__ which were returning None
…hat can compile pyx with --cython
So, if you want you can check my fork to see how the package thing is looking like... then if you like I'll send you the request. Cheers! |
Ops =P disregard this one... Cheers |
…act away (in client code) the type of semiring Fixed in *tpl: __iadd__ and __imul__
Thanks Wilker for all these contributions! |
Hi Victor,
great job with the templates, I was trying to solve that and I was missing pystache.
Hey, I've made a few changes and added a few methods so that I could abstract a little more about the weight types in a few algorithms.
(Not for this pull request, but...) I wanted to ask you, if I organized the code in packages (including changing the setup.py, and changing the algorithms to pyx) would you feel like accepting another pull request?
I've tested here and it works, it is basically something like the following:
Then we would have a structure like:
from pyfst.fst import LogVectorFst
from pyfst.algorithm.sampling import sample