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

Remove deprecated sentiment adapter class #503

Merged
merged 1 commit into from
Dec 13, 2016
Merged

Remove deprecated sentiment adapter class #503

merged 1 commit into from
Dec 13, 2016

Conversation

gunthercox
Copy link
Owner

This removes the previously deprecated SentimentAdapter class. The Functionality of this class has been replaced by the BestMatch adapter which takes different comparison algorithm functions as a parameter.

To get the same functionality, you can use "chatterbot.logic.BestMatch" with the parameter response_selection_method="chatterbot.comparisons.sentiment_comparison" instead.

@gunthercox gunthercox merged commit 68868e2 into master Dec 13, 2016
@gunthercox gunthercox deleted the sentiment branch December 13, 2016 15:36
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