-
Notifications
You must be signed in to change notification settings - Fork 443
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
FST transducer support #1087
Comments
Yes, I just haven't gotten around to it yet. Note that you can always write the trait impls yourself for a wrapper type, so you can unblock yourself if necessary. It could be some time before I get to it. I will probably add the impls in a new crate or as an optional feature on |
Got it, thanks! |
We can leave this open to track when it's done. Thanks! |
please Mr Sushi, deliver us from version 0.1.10 |
FYI I implement it in the wrapper pattern at - GreptimeTeam/greptimedb#3575 I feel that the implementation is possible to contribute back upstream so that we get it maintained and evolved with the upstream, as well as porting it back can possibly discover some issues that should be fixed. I have some time to make a patch, but here first to ask if it's the way to go. |
Sorry, but I'm not going to have time to review this any time soon unfortunately. Submitting a patch probably isn't fruitful at this time, because it's going to require some guidance from me probably in how the crates should be structured. For example, I don't think I want to take a dependency on |
Note that for The unanchored/anchored API layer (and perhaps something more sophisticated) will be needed for |
Thanks for your feedback! I won't over commit it so I'll stop here. If I happen to have time make the change on the fst crate, I'll comment there. Then it seems we can close this issue as won't do in this crate and perhaps create a mirror in fst? |
I think I'm fine leaving this issue open. If you want to open one on |
Describe your feature request
I'm trying to upgrade from
regex-automata 0.1.9
and have noticed that newer versions don't have atransducer
feature anymore, which allowed using a regexDFA
as an FSTAutomaton
.Is there a plan to bing this feature back? If not what could be the workaround for using
regex
forfst
?Thanks in advance
The text was updated successfully, but these errors were encountered: