All files / config keywords.config.ts

100% Statements 1/1
100% Branches 0/0
100% Functions 0/0
100% Lines 1/1

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923                      2x                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
import type { IElizaKeyword } from '../interfaces/eliza.interface';
 
/**
 * Keywords, basic set of rules.
 *
 * Entries prestructured as layed out in Weizenbaum's description
 * [cf: Communications of the ACM, Vol. 9, #1 (January 1966): p 36-45.]
 * Links:
 * - https://cacm.acm.org/
 * - https://dl.acm.org/doi/10.1145/365153.365168
 */
export const elizaKeywords: IElizaKeyword[] = [
  {
    index: 0,
    key: 'xnone',
    rank: 0,
    rules: [
      {
        pattern: '*',
        options: [
          "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 ?',
        ],
        memory: false,
      },
    ],
  },
  {
    index: 1,
    key: 'sorry',
    rank: 0,
    rules: [
      {
        pattern: '*',
        options: [
          "Please don't apologise.",
          'Apologies are not necessary.',
          "I've told you that apologies are not required.",
          'It did not bother me.  Please continue.',
        ],
        memory: false,
      },
    ],
  },
  {
    index: 2,
    key: 'apologise',
    rank: 0,
    rules: [
      {
        pattern: '*',
        options: ['goto sorry'],
        memory: false,
      },
    ],
  },
  {
    index: 3,
    key: 'remember',
    rank: 5,
    rules: [
      {
        pattern: '* i remember *',
        options: [
          '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 ?',
        ],
        memory: false,
      },
      {
        pattern: '* do you remember *',
        options: [
          'Did you think I would forget (2) ?',
          'Why do you think I should recall (2) now ?',
          'What about (2) ?',
          'goto what',
          'You mentioned (2) ?',
        ],
        memory: false,
      },
      {
        pattern: '* you remember *',
        options: ['How could I forget (2) ?', 'What about (2) should I remember ?', 'goto you'],
        memory: false,
      },
    ],
  },
  {
    index: 4,
    key: 'forget',
    rank: 5,
    rules: [
      {
        pattern: '* i forget *',
        options: [
          '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) ?',
        ],
        memory: false,
      },
      {
        pattern: '* did you forget *',
        options: [
          '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).',
        ],
        memory: false,
      },
    ],
  },
  {
    index: 5,
    key: 'if',
    rank: 3,
    rules: [
      {
        pattern: '* if *',
        options: [
          "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 ?',
        ],
        memory: false,
      },
    ],
  },
  {
    index: 6,
    key: 'dreamed',
    rank: 4,
    rules: [
      {
        pattern: '* i dreamed *',
        options: [
          'Really, (2) ?',
          'Have you ever fantasized (2) while you were awake ?',
          'Have you ever dreamed (2) before ?',
          'goto dream',
        ],
        memory: false,
      },
    ],
  },
  {
    index: 7,
    key: 'dream',
    rank: 3,
    rules: [
      {
        pattern: '*',
        options: [
          '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 ?',
        ],
        memory: false,
      },
    ],
  },
  {
    index: 8,
    key: 'perhaps',
    rank: 0,
    rules: [
      {
        pattern: '*',
        options: [
          "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 ?',
        ],
        memory: false,
      },
    ],
  },
  {
    index: 9,
    key: 'name',
    rank: 15,
    rules: [
      {
        pattern: '*',
        options: ['I am not interested in names.', "I've told you before, I don't care about names -- please continue."],
        memory: false,
      },
    ],
  },
  {
    index: 10,
    key: 'deutsch',
    rank: 0,
    rules: [
      {
        pattern: '*',
        options: ['goto xforeign', "I told you before, I don't understand German."],
        memory: false,
      },
    ],
  },
  {
    index: 11,
    key: 'francais',
    rank: 0,
    rules: [
      {
        pattern: '*',
        options: ['goto xforeign', "I told you before, I don't understand French."],
        memory: false,
      },
    ],
  },
  {
    index: 12,
    key: 'italiano',
    rank: 0,
    rules: [
      {
        pattern: '*',
        options: ['goto xforeign', "I told you before, I don't understand Italian."],
        memory: false,
      },
    ],
  },
  {
    index: 13,
    key: 'espanol',
    rank: 0,
    rules: [
      {
        pattern: '*',
        options: ['goto xforeign', "I told you before, I don't understand Spanish."],
        memory: false,
      },
    ],
  },
  {
    index: 14,
    key: 'xforeign',
    rank: 0,
    rules: [
      {
        pattern: '*',
        options: ['I speak only English.'],
        memory: false,
      },
    ],
  },
  {
    index: 15,
    key: 'hello',
    rank: 0,
    rules: [
      {
        pattern: '*',
        options: ['How do you do.  Please state your problem.', 'Hi.  What seems to be your problem ?'],
        memory: false,
      },
    ],
  },
  {
    index: 16,
    key: 'computer',
    rank: 50,
    rules: [
      {
        pattern: '*',
        options: [
          '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 ?",
        ],
        memory: false,
      },
    ],
  },
  {
    index: 17,
    key: 'am',
    rank: 0,
    rules: [
      {
        pattern: '* am i *',
        options: [
          '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',
        ],
        memory: false,
      },
      {
        pattern: '* i am *',
        options: ['goto i'],
        memory: false,
      },
      {
        pattern: '*',
        options: ["Why do you say 'am' ?", "I don't understand that."],
        memory: false,
      },
    ],
  },
  {
    index: 18,
    key: 'are',
    rank: 0,
    rules: [
      {
        pattern: '* are you *',
        options: [
          '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) ?',
        ],
        memory: false,
      },
      {
        pattern: '* you are *',
        options: ['goto you'],
        memory: false,
      },
      {
        pattern: '* are *',
        options: [
          '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) ?',
        ],
        memory: false,
      },
    ],
  },
  {
    index: 19,
    key: 'your',
    rank: 0,
    rules: [
      {
        pattern: '* your *',
        options: [
          '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) ?',
        ],
        memory: false,
      },
    ],
  },
  {
    index: 20,
    key: 'was',
    rank: 2,
    rules: [
      {
        pattern: '* was i *',
        options: [
          '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',
        ],
        memory: false,
      },
      {
        pattern: '* i was *',
        options: ['Were you really ?', 'Why do you tell me you were (2) now ?', 'Perhaps I already know you were (2).'],
        memory: false,
      },
      {
        pattern: '* was you *',
        options: [
          '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) ?',
        ],
        memory: false,
      },
    ],
  },
  {
    index: 21,
    key: 'i',
    rank: 0,
    rules: [
      {
        pattern: '* i @desire *',
        options: [
          '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 ?',
        ],
        memory: false,
      },
      {
        pattern: '* i am* @sad *',
        options: [
          '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) ?',
        ],
        memory: false,
      },
      {
        pattern: '* i am* @happy *',
        options: [
          '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) ?',
        ],
        memory: false,
      },
      {
        pattern: '* i was *',
        options: ['goto was'],
        memory: false,
      },
      {
        pattern: '* i @belief i *',
        options: ['Do you really think so ?', 'But you are not sure you (3).', 'Do you really doubt you (3) ?'],
        memory: false,
      },
      {
        pattern: '* i* @belief *you *',
        options: ['goto you'],
        memory: false,
      },
      {
        pattern: '* i am *',
        options: [
          '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) ?',
        ],
        memory: false,
      },
      {
        pattern: '* i @cannot *',
        options: [
          "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) ?',
        ],
        memory: false,
      },
      {
        pattern: "* i don't *",
        options: ["Don't you really (2) ?", "Why don't you (2) ?", 'Do you wish to be able to (2) ?', 'Does that trouble you ?'],
        memory: false,
      },
      {
        pattern: '* i feel *',
        options: [
          'Tell me more about such feelings.',
          'Do you often feel (2) ?',
          'Do you enjoy feeling (2) ?',
          'Of what does feeling (2) remind you ?',
        ],
        memory: false,
      },
      {
        pattern: '* i * you *',
        options: [
          '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 ?',
        ],
        memory: false,
      },
      {
        pattern: '*',
        options: ['You say (1) ?', 'Can you elaborate on that ?', 'Do you say (1) for some special reason ?', "That's quite interesting."],
        memory: false,
      },
    ],
  },
  {
    index: 22,
    key: 'you',
    rank: 0,
    rules: [
      {
        pattern: '* you remind me of *',
        options: ['goto alike'],
        memory: false,
      },
      {
        pattern: '* you are *',
        options: [
          '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).',
        ],
        memory: false,
      },
      {
        pattern: '* you* me *',
        options: [
          '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 ?',
        ],
        memory: false,
      },
      {
        pattern: '* you *',
        options: [
          'We were discussing you -- not me.',
          'Oh, I (2) ?',
          "You're not really talking about me -- are you ?",
          'What are your feelings now ?',
        ],
        memory: false,
      },
    ],
  },
  {
    index: 23,
    key: 'yes',
    rank: 0,
    rules: [
      {
        pattern: '*',
        options: ['You seem to be quite positive.', 'You are sure.', 'I see.', 'I understand.'],
        memory: false,
      },
    ],
  },
  {
    index: 24,
    key: 'no',
    rank: 0,
    rules: [
      {
        pattern: '* no one *',
        options: [
          '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 ?',
        ],
        memory: false,
      },
      {
        pattern: '*',
        options: ['Are you saying no just to be negative?', 'You are being a bit negative.', 'Why not ?', "Why 'no' ?"],
        memory: false,
      },
    ],
  },
  {
    index: 25,
    key: 'my',
    rank: 2,
    rules: [
      {
        pattern: '$ * my *',
        options: [
          '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).',
        ],
        memory: false,
      },
      {
        pattern: '* my* @family *',
        options: [
          '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) ?',
        ],
        memory: false,
      },
      {
        pattern: '* my *',
        options: [
          '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) ?',
        ],
        memory: false,
      },
    ],
  },
  {
    index: 26,
    key: 'can',
    rank: 0,
    rules: [
      {
        pattern: '* can you *',
        options: [
          "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.',
        ],
        memory: false,
      },
      {
        pattern: '* can i *',
        options: [
          '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',
        ],
        memory: false,
      },
    ],
  },
  {
    index: 27,
    key: 'what',
    rank: 0,
    rules: [
      {
        pattern: '*',
        options: [
          '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 ?',
        ],
        memory: false,
      },
    ],
  },
  {
    index: 28,
    key: 'who',
    rank: 0,
    rules: [
      {
        pattern: 'who *',
        options: ['goto what'],
        memory: false,
      },
    ],
  },
  {
    index: 29,
    key: 'when',
    rank: 0,
    rules: [
      {
        pattern: 'when *',
        options: ['goto what'],
        memory: false,
      },
    ],
  },
  {
    index: 30,
    key: 'where',
    rank: 0,
    rules: [
      {
        pattern: 'where *',
        options: ['goto what'],
        memory: false,
      },
    ],
  },
  {
    index: 31,
    key: 'how',
    rank: 0,
    rules: [
      {
        pattern: 'how *',
        options: ['goto what'],
        memory: false,
      },
    ],
  },
  {
    index: 32,
    key: 'because',
    rank: 0,
    rules: [
      {
        pattern: '*',
        options: [
          '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 ?',
        ],
        memory: false,
      },
    ],
  },
  {
    index: 33,
    key: 'why',
    rank: 0,
    rules: [
      {
        pattern: "* why don't you *",
        options: [
          "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',
        ],
        memory: false,
      },
      {
        pattern: "* why can't i *",
        options: [
          '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',
        ],
        memory: false,
      },
      {
        pattern: '*',
        options: ['goto what'],
        memory: false,
      },
    ],
  },
  {
    index: 34,
    key: 'everyone',
    rank: 2,
    rules: [
      {
        pattern: '* @everyone *',
        options: [
          '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 ?",
        ],
        memory: false,
      },
    ],
  },
  {
    index: 35,
    key: 'everybody',
    rank: 2,
    rules: [
      {
        pattern: '*',
        options: ['goto everyone'],
        memory: false,
      },
    ],
  },
  {
    index: 36,
    key: 'nobody',
    rank: 2,
    rules: [
      {
        pattern: '*',
        options: ['goto everyone'],
        memory: false,
      },
    ],
  },
  {
    index: 37,
    key: 'noone',
    rank: 2,
    rules: [
      {
        pattern: '*',
        options: ['goto everyone'],
        memory: false,
      },
    ],
  },
  {
    index: 38,
    key: 'always',
    rank: 1,
    rules: [
      {
        pattern: '*',
        options: ['Can you think of a specific example ?', 'When ?', 'What incident are you thinking of ?', 'Really, always ?'],
        memory: false,
      },
    ],
  },
  {
    index: 39,
    key: 'alike',
    rank: 10,
    rules: [
      {
        pattern: '*',
        options: [
          '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 ?',
        ],
        memory: false,
      },
    ],
  },
  {
    index: 40,
    key: 'like',
    rank: 10,
    rules: [
      {
        pattern: '* @be *like *',
        options: ['goto alike'],
        memory: false,
      },
    ],
  },
  {
    index: 41,
    key: 'different',
    rank: 0,
    rules: [
      {
        pattern: '*',
        options: [
          '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 ?',
        ],
        memory: false,
      },
    ],
  },
];