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
I wonder if included in this README might be the mechanism to terminate line endings to see them parsed? - I can build the tool fine, but when i enter text when prompted I just get the same text repeated back with a single square bracket:
C:\Source\git\go\src\github.com\caser\eliza\main>main
How do you do. Please tell me what's on your mind.
I am well today, how are you?
]i am well today, how are you?
Perhaps if it is just a documentation issue it can be in the README?
Same issue here, so I looked at the code and the translation function doesn't actually seem to be implemented yet. It looks like this Go version is based off of elizabot.js, so I tried to reimplement the translation function myself, but found that the JS source was fairly hard to read, and @caser doesn't seem to be responsive.
I ended up just translating a simpler Python implementation to Go, which is mostly working. So if you still need a Go implementation of Eliza, you can try this package.
Hello !
Stumbled on your project randomly. Could you write a readme file to describe a bit more how you implemented Eliza and how it works ? Thanks :D
The text was updated successfully, but these errors were encountered: