Skip to content

Commit

Permalink
Identify more bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
ericclack committed Nov 23, 2015
1 parent 3418dba commit 71b13df
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion eliza.rkt
Expand Up @@ -10,6 +10,9 @@ becomes
(display (format "bye!\n))
' becomes \' in defs
TODO:
> weather -- something to do with dynsubs?
|#

(require "bot.rkt")
Expand Down Expand Up @@ -41,12 +44,17 @@ becomes
(define-post-replacement my your)
(define-post-replacement i\'m you are)

;; TODO - do synonyms actually work?

(define-synonyms (hello)
(hello hi hola howdy hiya))

(define-synonyms (belief)
(feel think believe wish))

(define-synonyms (family)
(family mother mom father dad sister brother wife children child
uncle aunt grandma grandpa cousin))
uncle aunt grandma grandpa cousin mum))

(define-synonyms (desire)
(want need))
Expand Down

0 comments on commit 71b13df

Please sign in to comment.