ELIZA Talking

E.L.I.Z.A. Talking

 

Click the small microphon-icon above to capture your voice. Use your keyboard to edit the captured text.

Insert capturedClose

Select a dialect that suits you best:

(auto-insert captured text immediately)

Please select your preferred option:   1234Cancel

Advert

About

«E.L.I.Z.A. Talking» is a project to explore the capabilities of client-side speech I/O in modern browsers.

The project features Joseph Weizenbaum's famous ELIZA program, which demoed the thrills of a natural language conversation with a computer for the very first time. Joseph Weizenbaum (1923–2008) was an important pioneer in computer technologies and became later well known for his critique of technological progress. His program is presented here in the famous VT100 terminal, which was introduced in 1978 and became soon a universal standard. It provided many users their first ex­po­sure to interactive computing — an experience that might not have been far from what a real chat with a computer would mean today.

All scripts by Norbert Landsteiner, mass:werk – media environments, www.masswerk.at.
This page and embedded images © 2013 Norbert Landsteiner, mass:werk – media environments.

Details

Ingredients

•  «meSpeak.js» Text-To-Speech library based on eSpeak – <www.masswerk.at/mespeak>
•  «elizabot.js» configurable port of ELIZA to JavaScript – <www.masswerk.at/elizabot>
•  «termlib.js» OO terminal interface element – <www.masswerk.at/termlib>
•  «VT323» font by Peter Hull, provided by Google Fonts – <www.google.com/fonts>
•  JavaScript, html5, CSS, hand-crafted bytes & pixels

Text to Speech

Speech synthesis is implemented as a pure client-side solution: «meSpeak.js» is a JavaScript-version of eSpeak, an open source TTS-application for the *NIX-platform. «meSpeak.js» builds on the «speak.js» project, which ported eSpeak from C to JavaScript using the Emscripten cross-compiler. It adds enhanced browser-compatibilty and a modular architecture for languages and voices.
«meSpeak.js» is compatible with any browser providing either support for the Web Audio API or the HTML5-audio-element and the compatibility to play back wav-files. (This applies to current versions of all major desktop browsers, but one from a specific vendor.)

Note: You may access an extended voice setup anywhere in a conversation by entering the Universal Expert Token [?].

Speech to Text

Voice recognition is a topic much too complex to be covered by client-side solutions alone. Nevertheless, there is a new HTML5-standard for audio capture and voice recognition, which is currently available with Google Chrome only. (Other vendors, like Apple, are expected to follow soon). Please mind that, while voice capture is directly integrated into the browser, the Web Speech API requires an active network connection to send the captured audio-data to a central service for speech recognition and interpretation. (Because of this, recognition results may differ as they become available with different browsers.)

Note: Newer versions of Google Chrome stopped to support the speech-attribute for the HTML input element. Since the JavaScript version of the Web Speech API requires a user conformation for each input attempt with a page served over a standard http-connection (which is implemented in a way that will also break the very input attempt), there's no more way to integrate speech recognition with current browsers in some manner providing appropriate usability. Resulting from this the interactive speech input for Chrome stopped working in 2014. Sorry.

Word for Word

In 1966 Joseph Weizenbaum described a ground-breaking natural language conversation program in his article “ELIZA – A Computer Program For the Study of Natural Language Communication Between Man and Machine” (in Communications of the ACM; Volume 9, Issue 1, January 1966: p 36-45). The program, named after the ingenue in George Bernard Shaw's Pygmalion, featured various scripts, the most well known of which was «DOCTOR» and gave the parody of a nondirectional psychiatric interview (– “roughly as would certain psychotherapists (Rogerians)” – J.W.).
By this set-up the program successfully side-stepped the problem of real-world knowledge, which is the most basic problem for any natural language conversation: Rather than answering any utterances with reference to the real world, it just echoed a paraphrase of the user-input transformed by a rather simple rule-set.

«ELIZA performs best when its human correspondent is initially instructed to “talk” to it, via the typewriter of course, just as one would to a psychiatrist. This mode of conversation was chosen because the psychiatric interview is one of the few examples of categorized dyadic natural language communication in which one of the participating pair is free to assume the pose of knowing almost nothing of the real world. If, for example, one were to tell a psychiatrist “I went for a long boat ride” and he responded “Tell me about boats”, one would not assume that he knew nothing about boats, but that he had some purpose in so directing the subsequent conversation. It is important to note that this assumption is one made by the speaker.» (Joseph Weizenbaum)

«ELIZA» was originally implemented by Weizenbaum in SLIP (a list-programming language also created by him) and later ported to Lisp by Bernie Cosell. Ports to many other computer languages followed, «elizabot.js» being only one of them.

End to End

In 1966 interactive computing (via TeleType) was a new thrill, available only at universities and big computing facilities.
In 1978 that changed. The Digital Equipment Corporation (DEC) introduced the «VT100» terminal, which provided a both capable and affordable end-point to remote facilities and local machinery. The communication protocols used by the «VT100» soon became a universal standard for terminals, even now in use as any terminal-program mimics a «VT100» by default.

Reason enough to present Weizenbaum's program in an embedding artwork representing a «VT100» terminal.
«termlib.js» is used to provide an interactive interface with editing capabilities and Peter Hull's «VT323»-font was chosen to populate the virtual screen. The font is not exactly the one used by the VT100, but modelled after the type appearing on the screen of a VT320-terminal, one of VT100's later siblings.

Pixel for Pixel

The artwork was hand-made from scratch using Photoshop (no rendering involved).
Please note that there never was a model “digivox” or any other VT100-terminal with a front-speaker. Adding audio-output other than a beep is purely fictional, but suits the purpose of mending the newness of technologies in consecutive eras.

UX-Note: Call the URL with parameter “?mobile=true” to emulate a mobile device accessing this page.
P.S.: You may access a transcript of your session by entering “show transcript“, or “show session transcript“, or just “transcript“.
 

Legal

While the libraries used are provided with a free license, this page, its script and artwork are not:
Copyright 2013 Norbert Landsteiner, mass:werk – media environments.
All rights reserved. No copying, no unauthorized providing or hosting.

Eliza

ELIZA Terminal

> open ELIZA terminal 
This page is a sample for mass:werk termlib.js and the ELIZA library elizabot.js.

For a chat with two Eliza therapists see the ELIZA-Chat.

ELIZA is a natural language conversation program described by Joseph Weizenbaum in January 1966 [1]. It features the dialog between a human user and a computer program representing a mock Rogerian psychotherapist.
 
Compatibility:
This page uses JavaScript and DHTML and should be compatible with most standard web browsers.
Please note that khtml (Konqueror) currently does not handle any keyboard events.
 
References:
[1] Weizenbaum, Joseph "ELIZA – A Computer Program For the Study of Natural Language Communication Between Man and Machine"
in: Communications of the ACM; Volume 9 , Issue 1 (January 1966): p 36-45.
 
© Norbert Landsteiner 2005; <http://www.masswerk.at>
 
Eliza Test

 

Eliza Test



 

This is a test application for the JavaScript library "elizabot.js" (Norbert Landsteiner 2005; <http://www.masswerk.at>).
The test application should produce the original example given by Joseph Weizenbaum in his article on ELIZA from Jannuary 1966 [1].
Click "Next step" to see the next input und and Eliza's answer. Click "Reset" to reset Eliza and the display form.
 
This is the "typical conversation" as described by Joseph Weizenbaum:
  Men are all alike.

IN WHAT WAY?

They're always bugging us about something or other.

CAN YOU THINK OF A SPECIFIC EXAMPLE?

Well, my boyfriend made me come here.

YOUR BOYFRIEND MADE YOU COME HERE?

He says I'm depressed much of the time.

I AM SORRY TO HEAR YOU ARE DEPRESSED.

It's true.
I am unhappy.

DO YOU THINK COMING HERE WILL HELP YOU NOT TO BE UNHAPPY.

I need some help, that much seems certain.

WHAT WOULD IT MEAN TO YOU IF YOU GOT SOME HELP?

Perhaps I could learn to get along with my mother.

TELL ME MORE ABOUT YOUR FAMILY.

My mother takes care of me.

WHO ELSE IN YOUR FAMILY TAKES CARE OF YOU?

My father.

YOUR FATHER?

You are like my father in some ways.

WHAT RESEMBLANCE DO YOU SEE?

You are not very aggressive
but I think you don't want me to notice that.

WHAT MAKES YOU THINK I AM NOT VERY AGGRESSIVE?

You don't argue with me.

WHY DO YOU THINK I DON'T ARGUE WITH YOU?

You are afraid of me.

DOES IT PLEASE YOU TO BELIEVE I AM AFRAID OF YOU?

My father is afraid of everybody.

WHAT ELSE COMES TO YOUR MIND WHEN YOU THINK OF YOUR FATHER?

Bullies.

DOES THAT HAVE ANYTHING TO DO WITH THE FACT
THAT YOUR BOYFRIEND MADE YOU COME HERE?
 
(The capitalized lines are the machine responses.)
 
References:
[1] Weizenbaum, Joseph "ELIZA – A Computer Program For the Study of Natural Language Communication Between Man and Machine"
in: Communications of the ACM; Volume 9 , Issue 1 (January 1966): p 36-45.
 
> top of page
 
N. Landsteiner 2005; <http://www.masswerk.at>
 
/* elizabot.js v.1.1 - ELIZA JS library (N.Landsteiner 2005) Eliza is a mock Rogerian psychotherapist. Original program by Joseph Weizenbaum in MAD-SLIP for "Project MAC" at MIT. cf: Weizenbaum, Joseph "ELIZA - A Computer Program For the Study of Natural Language Communication Between Man and Machine" in: Communications of the ACM; Volume 9 , Issue 1 (January 1966): p 36-45. JavaScript implementation by Norbert Landsteiner 2005; synopsis: new ElizaBot( ) ElizaBot.prototype.transform( ) ElizaBot.prototype.getInitial() ElizaBot.prototype.getFinal() ElizaBot.prototype.reset() usage: var eliza = new ElizaBot(); var initial = eliza.getInitial(); var reply = eliza.transform(inputstring); if (eliza.quit) { // last user input was a quit phrase } // method `transform()' returns a final phrase in case of a quit phrase // but you can also get a final phrase with: var final = eliza.getFinal(); // other methods: reset memory and internal state eliza.reset(); // to set the internal memory size override property `memSize': eliza.memSize = 100; // (default: 20) // to reproduce the example conversation given by J. Weizenbaum // initialize with the optional random-choice-disable flag var originalEliza = new ElizaBot(true); `ElizaBot' is also a general chatbot engine that can be supplied with any rule set. (for required data structures cf. "elizadata.js" and/or see the documentation.) data is parsed and transformed for internal use at the creation time of the first instance of the `ElizaBot' constructor. vers 1.1: lambda functions in RegExps are currently a problem with too many browsers. changed code to work around. */ function ElizaBot(noRandomFlag) { this.noRandom= (noRandomFlag)? true:false; this.capitalizeFirstLetter=true; this.debug=false; this.memSize=20; this.version="1.1 (original)"; if (!this._dataParsed) this._init(); this.reset(); } ElizaBot.prototype.reset = function() { this.quit=false; this.mem=[]; this.lastchoice=[]; for (var k=0; kb[1]) return -1 else if (a[1]b[3]) return 1 else if (a[3]\/\\\t/g, ' '); text=text.replace(/\s+-+\s+/g, '.'); text=text.replace(/\s*[,\.\?!;]+\s*/g, '.'); text=text.replace(/\s*\bbut\b\s*/g, '.'); text=text.replace(/\s{2,}/g, ' '); // split text in part sentences and loop through them var parts=text.split('.'); for (var i=0; i=0) { rpl = this._execRule(k); } if (rpl!='') return rpl; } } } // nothing matched try mem rpl=this._memGet(); // if nothing in mem, so try xnone if (rpl=='') { this.sentence=' '; var k=this._getRuleIndexByKey('xnone'); if (k>=0) rpl=this._execRule(k); } // return reply or default string return (rpl!='')? rpl : 'I am at a loss for words.'; } ElizaBot.prototype._execRule = function(k) { var rule=elizaKeywords[k]; var decomps=rule[2]; var paramre=/\(([0-9]+)\)/; for (var i=0; iri)) || (this.lastchoice[k][i]==ri)) { ri= ++this.lastchoice[k][i]; if (ri>=reasmbs.length) { ri=0; this.lastchoice[k][i]=-1; } } else { this.lastchoice[k][i]=ri; } var rpl=reasmbs[ri]; if (this.debug) alert('match:\nkey: '+elizaKeywords[k][0]+ '\nrank: '+elizaKeywords[k][1]+ '\ndecomp: '+decomps[i][0]+ '\nreasmb: '+rpl+ '\nmemflag: '+memflag); if (rpl.search('^goto ', 'i')==0) { ki=this._getRuleIndexByKey(rpl.substring(5)); if (ki>=0) return this._execRule(ki); } // substitute positional params (v.1.1: work around lambda function) var m1=paramre.exec(rpl); if (m1) { var lp=''; var rp=rpl; while (m1) { var param = m[parseInt(m1[1])]; // postprocess param var m2=this.postExp.exec(param); if (m2) { var lp2=''; var rp2=param; while (m2) { lp2+=rp2.substring(0,m2.index)+this.posts[m2[1]]; rp2=rp2.substring(m2.index+m2[0].length); m2=this.postExp.exec(rp2); } param=lp2+rp2; } lp+=rp.substring(0,m1.index)+param; rp=rp.substring(m1.index+m1[0].length); m1=paramre.exec(rp); } rpl=lp+rp; } rpl=this._postTransform(rpl); if (memflag) this._memSave(rpl) else return rpl; } } return ''; } ElizaBot.prototype._postTransform = function(s) { // final cleanings s=s.replace(/\s{2,}/g, ' '); s=s.replace(/\s+\./g, '.'); if ((this.global.elizaPostTransforms) && (elizaPostTransforms.length)) { for (var i=0; ithis.memSize) this.mem.shift(); } ElizaBot.prototype._memGet = function() { if (this.mem.length) { if (this.noRandom) return this.mem.shift(); else { var n=Math.floor(Math.random()*this.mem.length); var rpl=this.mem[n]; for (var i=n+1; i synopsis: new ElizaBot( ) ElizaBot.prototype.transform( ) ElizaBot.prototype.getInitial() ElizaBot.prototype.getFinal() ElizaBot.prototype.reset() usage: var eliza = new ElizaBot(); var initial = eliza.getInitial(); var reply = eliza.transform(inputstring); if (eliza.quit) { // last user input was a quit phrase } // method `transform()' returns a final phrase in case of a quit phrase // but you can also get a final phrase with: var final = eliza.getFinal(); // other methods: reset memory and internal state eliza.reset(); // to set the internal memory size override property `memSize': eliza.memSize = 100; // (default: 20) // to reproduce the example conversation given by J. Weizenbaum // initialize with the optional random-choice-disable flag var originalEliza = new ElizaBot(true); `ElizaBot' is also a general chatbot engine that can be supplied with any rule set. (for required data structures cf. "elizadata.js" and/or see the documentation.) data is parsed and transformed for internal use at the creation time of the first instance of the `ElizaBot' constructor. vers 1.1: lambda functions in RegExps are currently a problem with too many browsers. changed code to work around. */ function ElizaBot(noRandomFlag) { this.noRandom= (noRandomFlag)? true:false; this.capitalizeFirstLetter=true; this.debug=false; this.memSize=20; this.version="1.1 (original)"; if (!this._dataParsed) this._init(); this.reset(); } ElizaBot.prototype.reset = function() { this.quit=false; this.mem=[]; this.lastchoice=[]; for (var k=0; kb[1]) return -1 else if (a[1]b[3]) return 1 else if (a[3]\/\\\t/g, ' '); text=text.replace(/\s+-+\s+/g, '.'); text=text.replace(/\s*[,\.\?!;]+\s*/g, '.'); text=text.replace(/\s*\bbut\b\s*/g, '.'); text=text.replace(/\s{2,}/g, ' '); // split text in part sentences and loop through them var parts=text.split('.'); for (var i=0; i=0) { rpl = this._execRule(k); } if (rpl!='') return rpl; } } } // nothing matched try mem rpl=this._memGet(); // if nothing in mem, so try xnone if (rpl=='') { this.sentence=' '; var k=this._getRuleIndexByKey('xnone'); if (k>=0) rpl=this._execRule(k); } // return reply or default string return (rpl!='')? rpl : 'I am at a loss for words.'; } ElizaBot.prototype._execRule = function(k) { var rule=elizaKeywords[k]; var decomps=rule[2]; var paramre=/\(([0-9]+)\)/; for (var i=0; iri)) || (this.lastchoice[k][i]==ri)) { ri= ++this.lastchoice[k][i]; if (ri>=reasmbs.length) { ri=0; this.lastchoice[k][i]=-1; } } else { this.lastchoice[k][i]=ri; } var rpl=reasmbs[ri]; if (this.debug) alert('match:\nkey: '+elizaKeywords[k][0]+ '\nrank: '+elizaKeywords[k][1]+ '\ndecomp: '+decomps[i][0]+ '\nreasmb: '+rpl+ '\nmemflag: '+memflag); if (rpl.search('^goto ', 'i')==0) { ki=this._getRuleIndexByKey(rpl.substring(5)); if (ki>=0) return this._execRule(ki); } // substitute positional params (v.1.1: work around lambda function) var m1=paramre.exec(rpl); if (m1) { var lp=''; var rp=rpl; while (m1) { var param = m[parseInt(m1[1])]; // postprocess param var m2=this.postExp.exec(param); if (m2) { var lp2=''; var rp2=param; while (m2) { lp2+=rp2.substring(0,m2.index)+this.posts[m2[1]]; rp2=rp2.substring(m2.index+m2[0].length); m2=this.postExp.exec(rp2); } param=lp2+rp2; } lp+=rp.substring(0,m1.index)+param; rp=rp.substring(m1.index+m1[0].length); m1=paramre.exec(rp); } rpl=lp+rp; } rpl=this._postTransform(rpl); if (memflag) this._memSave(rpl) else return rpl; } } return ''; } ElizaBot.prototype._postTransform = function(s) { // final cleanings s=s.replace(/\s{2,}/g, ' '); s=s.replace(/\s+\./g, '.'); if ((this.global.elizaPostTransforms) && (elizaPostTransforms.length)) { for (var i=0; ithis.memSize) this.mem.shift(); } ElizaBot.prototype._memGet = function() { if (this.mem.length) { if (this.noRandom) return this.mem.shift(); else { var n=Math.floor(Math.random()*this.mem.length); var rpl=this.mem[n]; for (var i=n+1; i
// 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.] var elizaInitials = [ "How do you do. Please tell me your problem.", // additions (not original) "Please tell me what's been bothering you.", "Is something troubling you ?" ]; var elizaFinals = [ "Goodbye. It was nice talking to you.", // additions (not original) "Goodbye. This was really a nice talk.", "Goodbye. I'm looking forward to our next session.", "This was a good session, wasn't it -- but time is over now. Goodbye.", "Maybe we could discuss this moreover in our next session ? Goodbye." ]; var elizaQuits = [ "bye", "goodbye", "done", "exit", "quit" ]; var elizaPres = [ "dont", "don't", "cant", "can't", "wont", "won't", "recollect", "remember", "recall", "remember", "dreamt", "dreamed", "dreams", "dream", "maybe", "perhaps", "certainly", "yes", "machine", "computer", "machines", "computer", "computers", "computer", "were", "was", "you're", "you are", "i'm", "i am", "same", "alike", "identical", "alike", "equivalent", "alike" ]; var elizaPosts = [ "am", "are", "your", "my", "me", "you", "myself", "yourself", "yourself", "myself", "i", "you", "you", "I", "my", "your", "i'm", "you are" ]; var elizaSynons = { "be": ["am", "is", "are", "was"], "belief": ["feel", "think", "believe", "wish"], "cannot": ["can't"], "desire": ["want", "need"], "everyone": ["everybody", "nobody", "noone"], "family": ["mother", "mom", "father", "dad", "sister", "brother", "wife", "children", "child"], "happy": ["elated", "glad", "better"], "sad": ["unhappy", "depressed", "sick"] }; var elizaKeywords = [ /* Array of ["", , [ ["", [ "", "", "" ]], ["", [ "", "", "" ]] ]] */ ["xnone", 0, [ ["*", [ "I'm not sure I understand you fully.", "Please go on.", "What does that suggest to you ?", "Do you feel strongly about discussing such things ?", "That is interesting. Please continue.", "Tell me more about that.", "Does talking about this bother you ?" ]] ]], ["sorry", 0, [ ["*", [ "Please don't apologise.", "Apologies are not necessary.", "I've told you that apologies are not required.", "It did not bother me. Please continue." ]] ]], ["apologise", 0, [ ["*", [ "goto sorry" ]] ]], ["remember", 5, [ ["* i remember *", [ "Do you often think of (2) ?", "Does thinking of (2) bring anything else to mind ?", "What else do you recollect ?", "Why do you remember (2) just now ?", "What in the present situation reminds you of (2) ?", "What is the connection between me and (2) ?", "What else does (2) remind you of ?" ]], ["* do you remember *", [ "Did you think I would forget (2) ?", "Why do you think I should recall (2) now ?", "What about (2) ?", "goto what", "You mentioned (2) ?" ]], ["* you remember *", [ "How could I forget (2) ?", "What about (2) should I remember ?", "goto you" ]] ]], ["forget", 5, [ ["* i forget *", [ "Can you think of why you might forget (2) ?", "Why can't you remember (2) ?", "How often do you think of (2) ?", "Does it bother you to forget that ?", "Could it be a mental block ?", "Are you generally forgetful ?", "Do you think you are suppressing (2) ?" ]], ["* did you forget *", [ "Why do you ask ?", "Are you sure you told me ?", "Would it bother you if I forgot (2) ?", "Why should I recall (2) just now ?", "goto what", "Tell me more about (2)." ]] ]], ["if", 3, [ ["* if *", [ "Do you think it's likely that (2) ?", "Do you wish that (2) ?", "What do you know about (2) ?", "Really, if (2) ?", "What would you do if (2) ?", "But what are the chances that (2) ?", "What does this speculation lead to ?" ]] ]], ["dreamed", 4, [ ["* i dreamed *", [ "Really, (2) ?", "Have you ever fantasized (2) while you were awake ?", "Have you ever dreamed (2) before ?", "goto dream" ]] ]], ["dream", 3, [ ["*", [ "What does that dream suggest to you ?", "Do you dream often ?", "What persons appear in your dreams ?", "Do you believe that dreams have something to do with your problem ?" ]] ]], ["perhaps", 0, [ ["*", [ "You don't seem quite certain.", "Why the uncertain tone ?", "Can't you be more positive ?", "You aren't sure ?", "Don't you know ?", "How likely, would you estimate ?" ]] ]], ["name", 15, [ ["*", [ "I am not interested in names.", "I've told you before, I don't care about names -- please continue." ]] ]], ["deutsch", 0, [ ["*", [ "goto xforeign", "I told you before, I don't understand German." ]] ]], ["francais", 0, [ ["*", [ "goto xforeign", "I told you before, I don't understand French." ]] ]], ["italiano", 0, [ ["*", [ "goto xforeign", "I told you before, I don't understand Italian." ]] ]], ["espanol", 0, [ ["*", [ "goto xforeign", "I told you before, I don't understand Spanish." ]] ]], ["xforeign", 0, [ ["*", [ "I speak only English." ]] ]], ["hello", 0, [ ["*", [ "How do you do. Please state your problem.", "Hi. What seems to be your problem ?" ]] ]], ["computer", 50, [ ["*", [ "Do computers worry you ?", "Why do you mention computers ?", "What do you think machines have to do with your problem ?", "Don't you think computers can help people ?", "What about machines worries you ?", "What do you think about machines ?", "You don't think I am a computer program, do you ?" ]] ]], ["am", 0, [ ["* am i *", [ "Do you believe you are (2) ?", "Would you want to be (2) ?", "Do you wish I would tell you you are (2) ?", "What would it mean if you were (2) ?", "goto what" ]], ["* i am *", [ "goto i" ]], ["*", [ "Why do you say 'am' ?", "I don't understand that." ]] ]], ["are", 0, [ ["* are you *", [ "Why are you interested in whether I am (2) or not ?", "Would you prefer if I weren't (2) ?", "Perhaps I am (2) in your fantasies.", "Do you sometimes think I am (2) ?", "goto what", "Would it matter to you ?", "What if I were (2) ?" ]], ["* you are *", [ "goto you" ]], ["* are *", [ "Did you think they might not be (2) ?", "Would you like it if they were not (2) ?", "What if they were not (2) ?", "Are they always (2) ?", "Possibly they are (2).", "Are you positive they are (2) ?" ]] ]], ["your", 0, [ ["* your *", [ "Why are you concerned over my (2) ?", "What about your own (2) ?", "Are you worried about someone else's (2) ?", "Really, my (2) ?", "What makes you think of my (2) ?", "Do you want my (2) ?" ]] ]], ["was", 2, [ ["* was i *", [ "What if you were (2) ?", "Do you think you were (2) ?", "Were you (2) ?", "What would it mean if you were (2) ?", "What does ' (2) ' suggest to you ?", "goto what" ]], ["* i was *", [ "Were you really ?", "Why do you tell me you were (2) now ?", "Perhaps I already know you were (2)." ]], ["* was you *", [ "Would you like to believe I was (2) ?", "What suggests that I was (2) ?", "What do you think ?", "Perhaps I was (2).", "What if I had been (2) ?" ]] ]], ["i", 0, [ ["* i @desire *", [ "What would it mean to you if you got (3) ?", "Why do you want (3) ?", "Suppose you got (3) soon.", "What if you never got (3) ?", "What would getting (3) mean to you ?", "What does wanting (3) have to do with this discussion ?" ]], ["* i am* @sad *", [ "I am sorry to hear that you are (3).", "Do you think coming here will help you not to be (3) ?", "I'm sure it's not pleasant to be (3).", "Can you explain what made you (3) ?" ]], ["* i am* @happy *", [ "How have I helped you to be (3) ?", "Has your treatment made you (3) ?", "What makes you (3) just now ?", "Can you explain why you are suddenly (3) ?" ]], ["* i was *", [ "goto was" ]], ["* i @belief i *", [ "Do you really think so ?", "But you are not sure you (3).", "Do you really doubt you (3) ?" ]], ["* i* @belief *you *", [ "goto you" ]], ["* i am *", [ "Is it because you are (2) that you came to me ?", "How long have you been (2) ?", "Do you believe it is normal to be (2) ?", "Do you enjoy being (2) ?", "Do you know anyone else who is (2) ?" ]], ["* i @cannot *", [ "How do you know that you can't (3) ?", "Have you tried ?", "Perhaps you could (3) now.", "Do you really want to be able to (3) ?", "What if you could (3) ?" ]], ["* i don't *", [ "Don't you really (2) ?", "Why don't you (2) ?", "Do you wish to be able to (2) ?", "Does that trouble you ?" ]], ["* i feel *", [ "Tell me more about such feelings.", "Do you often feel (2) ?", "Do you enjoy feeling (2) ?", "Of what does feeling (2) remind you ?" ]], ["* i * you *", [ "Perhaps in your fantasies we (2) each other.", "Do you wish to (2) me ?", "You seem to need to (2) me.", "Do you (2) anyone else ?" ]], ["*", [ "You say (1) ?", "Can you elaborate on that ?", "Do you say (1) for some special reason ?", "That's quite interesting." ]] ]], ["you", 0, [ ["* you remind me of *", [ "goto alike" ]], ["* you are *", [ "What makes you think I am (2) ?", "Does it please you to believe I am (2) ?", "Do you sometimes wish you were (2) ?", "Perhaps you would like to be (2)." ]], ["* you* me *", [ "Why do you think I (2) you ?", "You like to think I (2) you -- don't you ?", "What makes you think I (2) you ?", "Really, I (2) you ?", "Do you wish to believe I (2) you ?", "Suppose I did (2) you -- what would that mean ?", "Does someone else believe I (2) you ?" ]], ["* you *", [ "We were discussing you -- not me.", "Oh, I (2) ?", "You're not really talking about me -- are you ?", "What are your feelings now ?" ]] ]], ["yes", 0, [ ["*", [ "You seem to be quite positive.", "You are sure.", "I see.", "I understand." ]] ]], ["no", 0, [ ["* no one *", [ "Are you sure, no one (2) ?", "Surely someone (2) .", "Can you think of anyone at all ?", "Are you thinking of a very special person ?", "Who, may I ask ?", "You have a particular person in mind, don't you ?", "Who do you think you are talking about ?" ]], ["*", [ "Are you saying no just to be negative?", "You are being a bit negative.", "Why not ?", "Why 'no' ?" ]] ]], ["my", 2, [ ["$ * my *", [ "Does that have anything to do with the fact that your (2) ?", "Lets discuss further why your (2).", "Earlier you said your (2).", "But your (2)." ]], ["* my* @family *", [ "Tell me more about your family.", "Who else in your family (4) ?", "Your (3) ?", "What else comes to your mind when you think of your (3) ?" ]], ["* my *", [ "Your (2) ?", "Why do you say your (2) ?", "Does that suggest anything else which belongs to you ?", "Is it important to you that your (2) ?" ]] ]], ["can", 0, [ ["* can you *", [ "You believe I can (2) don't you ?", "goto what", "You want me to be able to (2).", "Perhaps you would like to be able to (2) yourself." ]], ["* can i *", [ "Whether or not you can (2) depends on you more than on me.", "Do you want to be able to (2) ?", "Perhaps you don't want to (2).", "goto what" ]] ]], ["what", 0, [ ["*", [ "Why do you ask ?", "Does that question interest you ?", "What is it you really want to know ?", "Are such questions much on your mind ?", "What answer would please you most ?", "What do you think ?", "What comes to mind when you ask that ?", "Have you asked such questions before ?", "Have you asked anyone else ?" ]] ]], ["who", 0, [ ["who *", [ "goto what" ]] ]], ["when", 0, [ ["when *", [ "goto what" ]] ]], ["where", 0, [ ["where *", [ "goto what" ]] ]], ["how", 0, [ ["how *", [ "goto what" ]] ]], ["because", 0, [ ["*", [ "Is that the real reason ?", "Don't any other reasons come to mind ?", "Does that reason seem to explain anything else ?", "What other reasons might there be ?" ]] ]], ["why", 0, [ ["* why don't you *", [ "Do you believe I don't (2) ?", "Perhaps I will (2) in good time.", "Should you (2) yourself ?", "You want me to (2) ?", "goto what" ]], ["* why can't i *", [ "Do you think you should be able to (2) ?", "Do you want to be able to (2) ?", "Do you believe this will help you to (2) ?", "Have you any idea why you can't (2) ?", "goto what" ]], ["*", [ "goto what" ]] ]], ["everyone", 2, [ ["* @everyone *", [ "Really, (2) ?", "Surely not (2).", "Can you think of anyone in particular ?", "Who, for example?", "Are you thinking of a very special person ?", "Who, may I ask ?", "Someone special perhaps ?", "You have a particular person in mind, don't you ?", "Who do you think you're talking about ?" ]] ]], ["everybody", 2, [ ["*", [ "goto everyone" ]] ]], ["nobody", 2, [ ["*", [ "goto everyone" ]] ]], ["noone", 2, [ ["*", [ "goto everyone" ]] ]], ["always", 1, [ ["*", [ "Can you think of a specific example ?", "When ?", "What incident are you thinking of ?", "Really, always ?" ]] ]], ["alike", 10, [ ["*", [ "In what way ?", "What resemblence do you see ?", "What does that similarity suggest to you ?", "What other connections do you see ?", "What do you suppose that resemblence means ?", "What is the connection, do you suppose ?", "Could there really be some connection ?", "How ?" ]] ]], ["like", 10, [ ["* @be *like *", [ "goto alike" ]] ]], ["different", 0, [ ["*", [ "How is it different ?", "What differences do you see ?", "What does that difference suggest to you ?", "What other distinctions do you see ?", "What do you suppose that disparity means ?", "Could there be some connection, do you suppose ?", "How ?" ]] ]] ]; // regexp/replacement pairs to be performed as final cleanings // here: cleanings for multiple bots talking to each other var elizaPostTransforms = [ / old old/g, " old", /\bthey were( not)? me\b/g, "it was$1 me", /\bthey are( not)? me\b/g, "it is$1 me", /Are they( always)? me\b/, "it is$1 me", /\bthat your( own)? (\w+)( now)? \?/, "that you have your$1 $2 ?", /\bI to have (\w+)/, "I have $1", /Earlier you said your( own)? (\w+)( now)?\./, "Earlier you talked about your $2." ]; // eof