Skip to content

an implementation of eliza bot in Javascript with lots of comments explaining what is happening

Notifications You must be signed in to change notification settings

benbrown/annotated-eliza-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

elizabot-js

Annotated Eliza JS bot based on this which was based on this and http://en.wikipedia.org/wiki/ELIZA

Usage:

var elizabot = require('./elizabot.js');

elizabot.start() // initializes eliza and returns a greeting message

elizabot.reply(msgtext) // returns a eliza-like reply based on the message text passed into it

elizabot.bye() // returns a farewell message

About

an implementation of eliza bot in Javascript with lots of comments explaining what is happening

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published