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

READY: (wca): Replace Eddie library with TextDistance for command suggestion #1298

Merged
merged 1 commit into from
Apr 15, 2024

Conversation

Barsik-sus
Copy link
Contributor

Replaced the Eddie library with the TextDistance library for suggesting commands whenever an unknown command is encountered by the system. TextDistance's JaroWinkler algorithm is now being used to find the similarity between the entered command and the available ones. Also updated the related dependencies in Cargo.toml.

Replaced the Eddie library with the TextDistance library for suggesting commands whenever an unknown command is encountered by the system. TextDistance's JaroWinkler algorithm is now being used to find the similarity between the entered command and the available ones. Also updated the related dependencies in Cargo.toml.
@Wandalen Wandalen merged commit 846aca6 into Wandalen:alpha Apr 15, 2024
5 of 8 checks passed
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.

None yet

2 participants