Is there an implementation of the classic ELIZA AI chat program that can be used on Ubuntu? I am looking for an ELIZA that can be used from the command line.
Is there an implementation of the classic ELIZA AI chat program that can be used on Ubuntu? I am looking for an ELIZA that can be used from the command line.
Package search on Repology went us to
libchatbot-eliza-perl
Ubuntu package.You can install it using commands below:
and then play with it
It is Perl module, so you can read its source at
/usr/share/perl5/Chatbot/Eliza.pm
andman Chatbot::Eliza.3pm
locally or online.