eliza_chat 1.0.1 copy "eliza_chat: ^1.0.1" to clipboard
eliza_chat: ^1.0.1 copied to clipboard

A Dart version of the classic Eliza chatbot. Eliza chat is a dart implementation of the ELIZA chatbot designed by Joseph Weizenbaum, in the sixties. ELIZA was one of the first chatbots that ever existed.

1.0.0 #

  • Initial version.

1.0.1 #

  • Moved the init() method into the constructor of the Eliza class so that the user don't have to initialize Eliza by calling the init() method. This now happens automatically when creating an instance of the Eliza class.
3
likes
150
points
48
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart version of the classic Eliza chatbot. Eliza chat is a dart implementation of the ELIZA chatbot designed by Joseph Weizenbaum, in the sixties. ELIZA was one of the first chatbots that ever existed.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on eliza_chat