CultureFoundryCA / fst-runtime

This project represents a Python package to query finite-state transducers that have been compiled to the AT&T format.
MIT License
0 stars 0 forks source link

Scotts edits #1

Closed scott-parkhill closed 3 weeks ago

scott-parkhill commented 4 weeks ago

Hey Sandra, made these edits to the files, there might be some merge conflicts but I wanted to do things this way so you could see the changes I've made. We can go over things in a call. There is a traversal error when running fst4.att. We are not handling the epsilon transitions and so it is generating invalid output. We'll have to handle that. We'll also have to make sure to have epsilons go to empty strings.