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

Correct unicode equality issue in python 2.7 #222

Merged
merged 1 commit into from
Aug 13, 2016
Merged

Correct unicode equality issue in python 2.7 #222

merged 1 commit into from
Aug 13, 2016

Conversation

gunthercox
Copy link
Owner

@gunthercox gunthercox commented Aug 3, 2016

Closes #215
Related seatgeek/fuzzywuzzy#129

This corrects a few of the unicode string errors that were occurring in ChatterBot. The main issue was that a redundant check for an exact string match was being made. This has been removed and a more unicode-friendly implementation of the fuzzy matching functionality for statements is now being used.

@gunthercox gunthercox force-pushed the unicode branch 2 times, most recently from dc38a42 to f5e3030 Compare August 3, 2016 03:50
@gunthercox gunthercox force-pushed the unicode branch 11 times, most recently from 92d43c5 to 2bf3faa Compare August 13, 2016 13:00
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.

1 participant