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

ListTrainer with chatbot #954

Closed
hochochoc opened this issue Aug 24, 2017 · 7 comments
Closed

ListTrainer with chatbot #954

hochochoc opened this issue Aug 24, 2017 · 7 comments

Comments

@hochochoc
Copy link

No description provided.

@vkosuri
Copy link
Collaborator

vkosuri commented Aug 24, 2017

@hochochoc could you please provide more information about this issue?

@hochochoc
Copy link
Author

Sorry,
I train my bot with ListTrainer. However, when I change something in Response B to Statement A in train list, I will receive the old response, not the new I have changed. I understand how ListTrainer works and how chatbot select response. But can you guess me how to get the new response, not the old one? May I have to make a new chatbot - select response or something like that?
Thank you very much.

@vkosuri
Copy link
Collaborator

vkosuri commented Aug 24, 2017

Currently training process is static, if you made any changes in your train data, you have to retrain your bot or create new one.

I don't understand why you are trying to change existing statements? Is there any use case behind?

Some of the reference, that might useful to you

#103
#94 (comment)

@hochochoc
Copy link
Author

I don't know why it keep processing the old response when I try to create new bot with new ListTrainer.

@milanmaximo
Copy link

Same is here, and I have a problem to delete letters with another iso code, let's say I have letter with Č,Ć,Đ.. I cant delete them from admin

@vkosuri
Copy link
Collaborator

vkosuri commented Aug 25, 2017

@milanmaximo In your case you could write your own pre-processors to convert your text into desired format, if these chars are unicode apply convert_to_ascii.

If not write your own pre-processor, here some documentation how to write own processor

@lock
Copy link

lock bot commented Mar 10, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Mar 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants