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

Rust-only index construction function #16

Closed
wants to merge 20 commits into from
Closed

Rust-only index construction function #16

wants to merge 20 commits into from

Conversation

kc611
Copy link
Contributor

@kc611 kc611 commented Aug 26, 2024

Resolves #9,

This PR builds on top of #14 and adds build_regex_index, a Rust only function that takes in a regex and vocabulary as input and gives a regex-automata based DFA object and a HashMap version of the Python index.

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.

Handle regex-to-FSM conversion in Rust Create Rust-only index construction function
3 participants