athoug / Eliza-Chatbot

A chatbot written in a functional language (LISP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Eliza-Chatbot

A clone of the original Eliza chatbot. The bot is named Pixel which is a basic chatbot that resembles the original chatbot ELIZA programmed using the Functional Programing Language LISP.

alt tag

#How to set up the environment:

  1. Download Lispworks from http://www.lispworks.com/downloads/index.html After installing the software, launch the software Click on the ‘open file’ icon and select the projects source code which in this case is ‘Pixel.lisp’

  2. After the file is open, highlight the full code to select it

  3. Once all the is highlighted copy it by clicking on the copy icon on top

  4. Then click on the lister icon to launch it.

  5. Once it is open, pass the code you copied.

  6. After passing it all click on the return/enter button to process it. 

  7. Once it presents the cl user command you can enter data.

  8. to launch the chatbot you need to enter the chatbot name between parentheses e.g (pixel)

  9. you will get a prompt ‘PIXEL >’ which prompts the user to enter data

  10. Now you have the chatbot pixel running and can start conversations with it but make sure to type between parentheses e,g (hello) 

About

A chatbot written in a functional language (LISP)


Languages

Language:Common Lisp 100.0%