ElizaData

Based on Norbert Landsteiner's ElizaBot (http://www.masswerk.at/elizabot/) ported to node.js by tar 2015.

// data for elizabot.js // entries prestructured as layed out in Weizenbaum's description // [cf: Communications of the ACM, Vol. 9, #1 (January 1966): p 36-45.]

Author: tar

ElizaData.Initials : Array

Initial sentences used when starting a conversation

Kind: static property of ElizaData

ElizaData.Finals : Array

Final sentences used when ending a conversation

Kind: static property of ElizaData

ElizaData.Quits : Array

Things to say when exiting.

Kind: static property of ElizaData

ElizaData.Pres : Array

Prefixes?

Kind: static property of ElizaData

ElizaData.Posts : Array

Post-fixes?

Kind: static property of ElizaData

ElizaData.Synons : Object

Synonyms to add variance to the sentences to make them less canned.

Kind: static property of ElizaData

ElizaData.PostTransforms : Array

regexp/replacement pairs to be performed as final cleanings here: cleanings for multiple bots talking to each other

Kind: static property of ElizaData