-
Notifications
You must be signed in to change notification settings - Fork 222
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
implement ComputeForward/BackwardMaxWeights #34
Conversation
Cancelled style check as it took so long time to install |
Updated, Ready to merge. |
|
mm..OK. BTW, I'm fine with removing |
Ready to merge. Please ignore issues from |
Cool, I'll wait for @csukuangfj to merge. |
BTW, I am considering whether at some point it might make sense to relax the constraint that final_state be numbered last (except for top-sorted FSAs). It might turn out that removing that constraint will simplify code. Just something to keep in mind as you code stuff. We could put this into class Fsa for now, maybe, to make any future change less disruptive.
|
Added! As wee have gotten final_state with |
+2 merging. |
ComputeForward(Backward)MaxWeights
FsaRender
determinize.cc
are just fixing some style issues.