xyproto / eliza

A Go implementation of the ELIZA chatbot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eliza GoDoc

eliza is an imlpementation of Eliza, for Go. It's a fork of goeliza by Kenny Song.

Credits

I could not find any license file for any of the above projects, but I found this at the top of elizabot.js by Norbert Landsteiner:

  elizabot.js v.1.1 - ELIZA JS library (N.Landsteiner 2005)
  Eliza is a mock Rogerian psychotherapist.
  Original program by Joseph Weizenbaum in MAD-SLIP for "Project MAC" at MIT.
  cf: Weizenbaum, Joseph "ELIZA - A Computer Program For the Study of Natural Language
      Communication Between Man and Machine"
      in: Communications of the ACM; Volume 9 , Issue 1 (January 1966): p 36-45.
  JavaScript implementation by Norbert Landsteiner 2005; <http://www.masserk.at>

If you happen to known what the license of the original program is, please open a pull request.

About

A Go implementation of the ELIZA chatbot.


Languages

Language:Go 100.0%