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

Readme ? #1

Open
depado opened this issue Oct 6, 2015 · 2 comments
Open

Readme ? #1

depado opened this issue Oct 6, 2015 · 2 comments

Comments

@depado
Copy link

depado commented Oct 6, 2015

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

@ross-spencer
Copy link

Hi Caser,

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?

Cheers,

@kennysong
Copy link

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.

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

No branches or pull requests

3 participants