Skip to content
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

add fst::raw::Fst::find_longest_prefix #104

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

llogiq
Copy link

@llogiq llogiq commented Apr 8, 2020

This closes #103.

Open question: Should we also introduce the method on FstRef?

@Kerollmops
Copy link
Contributor

Kerollmops commented Oct 1, 2020

Hey @llogiq, I am not sure if FstRef is public anyway (checked, it is not). Is this the only blocking point of this PR? I ask because I am interrested in using this API, maybe not right now but in a couple of weeks maybe 😃.

@llogiq
Copy link
Author

llogiq commented Oct 3, 2020

I don't think this should be a blocker. It's only because Fst derefs to FstRef, so implementing it on the latter might allow people to use it even if they already have a FstRef. Haven't met that case yet, though.

@Kerollmops Kerollmops mentioned this pull request Apr 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

consider adding a tokenizer/scanning routine
2 participants