You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey Daredevil! Thanks for the interest.
Saving is implemented in the BFS branch:
https://github.com/ProgrammerDan/learning-chatbot/tree/bfs but not in the
master branch.
And yeah, this is a _zero_ knowledge chatbot. It knows absolutely nothing
about anything. My post here
https://codegolf.stackexchange.com/a/24788/17546 contains a few example
chats at length.
Basically, after a few minutes of "seeding" some knowledge by basically
just talking and ignoring the non-sense initial replies of the bot, you can
start to have more interesting conversations.
Have fun with it, and let me know if you have any more questions!
On Wed, Jan 16, 2019 at 12:58 PM daredevil12345 ***@***.***> wrote:
Well effort bud, even i am new into java and this thing fascinates me
always.
but i found it a bit confusing.
as you said it ask for nothing i start and you have teach him or give him
words to learn or save,
but it kinda confuse me when i run it
You? hi
Chatbot? hi
You? hello
Chatbot? hi
You? how are you
Chatbot? hello
You?
as i hit HI and i entered HELLO as answer why it say HI again? can you
give an example sequence.
Secondly it save saving not implemented when i do ++save
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AAY-jrQoW1TCfus_5TOTSJc3bpOmi-oPks5vD2hjgaJpZM4aDoPa>
.
Well effort bud, even i am new into java and this thing fascinates me always.
but i found it a bit confusing.
as you said it ask for nothing i start and you have teach him or give him words to learn or save,
but it kinda confuse me when i run it
Chatbot? hi
You? hello
Chatbot? hi
You? how are you
Chatbot? hello
You?
as i hit HI and i entered HELLO as answer why it say HI again? can you give an example sequence.
Secondly it save saving not implemented when i do ++save
The text was updated successfully, but these errors were encountered: