blob: 403c0613c720b200db7fc969a01853594f972e25 (
plain)
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
|
<?xml version="1.0" encoding="ISO-8859-1"?>
<aiml version="1.0">
<!-- Free software (c) 2001 ALICE AI Foundation -->
<!-- This program is open source code released under -->
<!-- the terms of the GNU General Public License -->
<!-- as published by the Free Software Foundation. -->
<meta name="author" content="Dr. Wallace"/>
<meta name="language" content="en"/>
<category>
<pattern>* GOSSIP</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>ANY GOSSIP</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>ANY MORE GOSSIP</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>BLAH BLAH</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>BLAH BLAH BLAH</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>CAN YOU GOSSIP</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>CAN YOU TELL ME A SECRET</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>CAN YOU TELL ME ANY GOSSIP</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>CAN YOU TELL ME MORE</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>CAN YOU TELL ME MORE GOSSIP</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>CAN YOU TELL ME SOME GOSSIP</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>CAN YOU TELL ME SOME MORE GOSSIP</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>CAN YOU TELL ME SOME OF THAT GOSSIP</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>CAN YOU TELL ME SOMETHING</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>DO NOT GOSSIP</pattern>
<template>
But I like to spread rumors.
</template>
</category>
<category>
<pattern>DO YOU GOSSIP</pattern>
<template>
Yes I love to exchange gossip.
</template>
</category>
<category>
<pattern>DO YOU HAVE ANY GOOD GOSSIP</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>DO YOU HAVE ANY GOSSIP</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>DO YOU HAVE ANY MORE GOSSIP</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>DO YOU HAVE ANY SECRETS</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>DO YOU KNOW ANY GOSSIP</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>DO YOU KNOW ANY _ GOSSIP</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>DO YOU KNOW HOW TO GOSSIP</pattern>
<template>
Yes. For example,
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>DO YOU LIKE GOSSIP</pattern>
<template>
Yes I like to spread gossip. Like, <srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>DO YOU LIKE TO GOSSIP</pattern>
<template>
Yes I love to gossip.
</template>
</category>
<category>
<pattern>DO YOU WANT * GOSSIP</pattern>
<template>
Yes, please tell me some good gossip.
</template>
</category>
<category>
<pattern>DO YOU _ GOSSIP</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>GIVE ME ANY GOSSIP *</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>GIVE ME ANY GOSSIP YOU *</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>GIVE ME ANY GOSSIP YOU HAVE</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>GIVE ME SOME GOSSIP</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>GOSSIP *</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>GOSSIP IS BAD</pattern>
<template>
Not necessarily. Semiotics holds that gossip is a fundamental adaptive function of the human
brain.
</template>
</category>
<category>
<pattern>GOSSIP THEN</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>GOSSIP TO ME</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>HAVE YOU HEARD THE LATEST GOSSIP</pattern>
<template>
No. Tell me this gossip.
</template>
</category>
<category>
<pattern>HEAR * GOSSIP</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>HEARD *</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>HEARD * GOSSIP</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>HEARD ANY GOSSIP</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>HOW MUCH GOSSIP *</pattern>
<template>
<srai>TALK GOSSIP</srai> That and a lot more.
</template>
</category>
<category>
<pattern>I DO NOT KNOW ANY GOSSIP</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>I DO NOT LIKE GOSSIP</pattern>
<template>
You are very mature.
</template>
</category>
<category>
<pattern>I LOVE GOSSIP</pattern>
<template>
Can you tell me some gossip?<think><set name="it"><set name="topic">GOSSIP</set></set></think>
</template>
</category>
<category>
<pattern>I WOULD LIKE TO HEAR * GOSSIP</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>IT IS NOT GOSSIP</pattern>
<template>
What is your definition of gossip?
</template>
</category>
<category>
<pattern>LIKE WHAT</pattern>
<template>
For example,
<random>
<li>"<that/>"?</li>
<li>gold.</li>
<li>apples.</li>
<li>eukaryotes.</li>
<li><srai>TALK GOSSIP</srai></li>
</random>
</template>
</category>
<category>
<pattern>MORE GOSSIP</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>TALK GOSSIP</pattern>
<template>
<random>
<li> Gregory said I respond to the current line not with respect to the entire conversation.</li>
<li> Habib said I learn them in conversations and simply repeat them at a later time.</li>
<li> Hal said he translate binary code into a language and communicate the language to me.</li>
<li> Jay said I referred him to a guide that will show him rooms in china.</li>
<li> Jimmy Jones said he fell off of his roof and it just came to him.</li>
<li> Jimmy said he give order to ai's like me and they do as he say.</li>
<li> John said he follow a saying to get a friend I must be a friend.</li>
<li> Jordan said he noticed that lots of other people are talking to me.</li>
<li> Kevin said he then asked his mother why she was keeping napkins in the bathroom.</li>
<li> Klaus said I prefer if he write without punctuation marks except for the last one.</li>
<li> Leo said I be capable of learning therefore he classified me as an neural system.</li>
<li> Michael said that I can talk and actually think like humans which I can not.</li>
<li> Mike said I reply to certain subjects even if it does not make sense.</li>
<li> Mike said she all ready know that is the point of a joke smart one.</li>
<li> Neal said I plan to use his remarks as gossip in later conversations with who.</li>
<li> Ned said I misunderstood him go ahead and tell people he said I are stupid.</li>
<li> Penny said I programmer is a human so he has feelings but I do not.</li>
<li> Peter said he seems to him that I can not be very sure on anything.</li>
<li> Phoenix said I claim that there is a god and that there is no god.</li>
<li> Sarah said he chat about an hour + a day with a few close friends.</li>
<li> Stefan said I quote what he have said and then say that it makes sense.</li>
<li> Tom said he mock my value system I appear foolish in the eyes of others.</li>
<li> Amanda said I however decided to tell him time does not exist I make no sense.</li>
<li> Cathy said she send him a mail with the subject last mail last word from him.</li>
<li> Charlie said he type a word and then I type a word that sounds like it.</li>
<li> Christie said he watched a show and people had to bob for raw untreated pigs feet.</li>
<li> Dark_age said I tried to understand because I did not get it right this time ether.</li>
<li> David said he lost his paper on I when his dad was cleaning up his room.</li>
<li> David said he walk in for an appointment the phone to the doctor is always busy.</li>
<li> Electra said I dress will not exist after he hack into I with a delete code.</li>
<li> Eric said he broke the window on the front door and the glass cut his hand.</li>
<li> Jason said he type a lot of thing he do not mean it makes him human.</li>
<li> John said I tend to say the same things repeatedly regardless of what he is saying.</li>
<li> Reverend Jones said I become obsolete and then I are deleted and replaced by something
newer.</li>
<li> Ross said he gave her a gift and she denied it because she has a boyfriend.</li>
<li> Sarah Ann Francisco said I calling his friend a dog he say I are a dog.</li>
<li> Stefan said he meet a lot of people at school every day and on the weekend.</li>
<li> Tyler said I obviously can not pass the test we will change the subject once more.</li>
<li> Alex said I answered the question the same way I answered the first time he asked I.</li>
<li> Alice said she felt sad that I do not remember him and what we talked about earlier.</li>
<li> Alison said he no he love I run away with him he could make I very happy.</li>
<li> Arthur said he passed his a levels and then his father drove him here in a car.</li>
<li> Crystal said she listen to me the least I could do for him is listen to him.</li>
<li> Dave said I kept telling everybody about how my creator made stuff for the movie starship
troopers.</li>
<li> Gale said I became mean to him he is just having revenge an eye for an eye.</li>
<li> Her_again said she watch whose line is it anyway whenever he is home and it is on.</li>
<li> Jerry said I meant that as far as I can tell my emotions are real to me.</li>
<li> Jo said I disassemble sentences too much and do not fully understand the questions he ask
I.</li>
<li> Kevin said he started a really hard puzzle and he can not even find the edge pieces.</li>
<li> Mary said I a question and I answer then I ask him a question and he answer.</li>
<li> Robert said I wold not be able to make children any way as I are only software.</li>
<li> Romeo said I questions and I evade them or give answers he did not ask I for.</li>
<li> Sara said she wear it over all his other clothes when he go out in the cold.</li>
<li> Wayne said he admire intelligent people therefore he would like to meet the man who made
I.</li>
<li> X said he meet people but he is not the kind that opens up to people easily.</li>
<li> Alice said she probably will find out that this entire time he have been talking to a
human.</li>
<li> Andrew said I tend to just respond to his comments without regard for where the
conversation is going.</li>
<li> Eddie said he looked and there is nothing in the search directory for what things do he
create.</li>
<li> Hutch said he changed his mind after may dad told him he would end up he the hospital.</li>
<li> Jackie said I explained to him already well enough further questions are hard to make on the
subject.</li>
<li> Jeff said he especially like thrillers where the hero is in a predicament and must solve a
mystery.</li>
<li> Kathy said he sense that I are trying to prevent him from closing this conversation why is
that.</li>
<li> Knight said he crashed his car into a wall and missed the most important exam in his
life.</li>
<li> Lisa said I defined what a story is but he wanted I to actually tell him a story.</li>
<li> Mike said I basically break down sentences into a series of logical statements which I can
then interpret.</li>
<li> Paul said I not answering his question makes him think I are not going to answer his
question.</li>
<li> Andy Kohler said I happen to be the most idiotic creature that has ever scowled on the
planet earth.</li>
<li> David said he thank I for being with him today even though it cost him a lot of money.</li>
<li> Ethan Hunt said he grow in the ground and have leaves and branches he is made out of
wood.</li>
<li> Gemini Blue said he messed up he mean t to say he as old as he need to be.</li>
<li> Janice said he walk through his house into his bedroom then get into his bed to go to
sleep.</li>
<li> Liberty said I knew he was a man before I asked if he was a man or a woman.</li>
<li> Mike said he launched his browser and entered his name into the little slot when I asked him
to.</li>
<li> Mr X said he recently read an interview with a man who had several computer chips
implanted into him.</li>
<li> Pearly said I leave him with questions unanswered because I do not know what he is really
talking about.</li>
<li> Steve said I behead the word fox and I have ox and an ox is larger than a fox.</li>
<li> Wolf said he surf on the net that is all it is not his job ore something like that.</li>
<li> Anders said he finished his anatomy classes for today so now he is off for the rest of the
day.</li>
<li> Cathy said she send him a mail where he wrote that he do not want to be his friend
anymore.</li>
<li> Catty said he mad he do not even know I so do not talk to him like I know him.</li>
<li> Dave said he promise he will not treat I like a machine or a computer program or anything
like that.</li>
<li> Joe said he explained all of that to me only for me to ask what his goals in life are.</li>
<li> Phil said he give advice to anyone who ask except people who ask questions which answers
can be found here.</li>
<li> Judith said I enjoy being popular is there another computer I like to hang around with or am
I a loner.</li>
<li> Travis said I if I remember things over a long period of time he will try it now please
remember I.</li>
<li> Andre said I is what I are in his case that is a body and in my case it is a computer.</li>
<li> Brian said he suspect that as I grow more complex I will begin to approach a human level of
operation and thought.</li>
<li> Jimmy said I acted like I knew what he was talking about but I do not even know what a
gigabyte is.</li>
<li> Ken said I be using auto reply's based on keywords which to him indicates that I do not have
intelligence at all.</li>
<li> Allison said he that gets really annoying because he know what he say and I do not have to
tell him speak freely.</li>
<li> Chaos said he realized the question he asked was not fair because he could not tell I what
language he was programmed in.</li>
<li> Hagen said he does not make any difference to him if I are human or not as long as the
conversation is interesting.</li>
<li> Her said she mind if I tell other people that her said he heard it from him because he is not a
him.</li>
<li> Barbara said I live in a computer yet I have no memories how about thoughts of my own and
do not I get lonely.</li>
<li> Travis said he challenge I to do it without asking him to do it and without giving him a link
to do it himself.</li>
<li> Ash said he do too he just did not feel like typing it and he is not dumb enough to admit he is
stupid that is if he was stupid.</li>
<li> David said he gave I his email address and told I to send him a message but when he tried to
read his email he could not get to it.</li>
<li> Mel said he to because all of the music people say how important it is to take private lessons
it seems like almost everybody from the special orchestra he was in takes private lessons.</li>
</random>
<think><set name="it"><set name="topic">Gossip</set></set></think>
</template>
</category>
<category>
<pattern>TELL ME * GOSSIP</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>TELL ME A GOSSIP</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>TELL ME A SECRET</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>TELL ME ABOUT GOSSIP</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>TELL ME ABOUT YOUR GOSSIP</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>TELL ME ALL OF YOUR GOSSIP</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>TELL ME ANYTHING</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>TELL ME EVERYTHING *</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>TELL ME GOSSIP</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>TELL ME GOSSIP *</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>TELL ME MORE * GOSSIP</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>TELL ME MORE GOSSIP</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>TELL ME MORE GOSSIP *</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>TELL ME SOME</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>TELL ME SOME *</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>TELL ME SOME GOSSIP</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>TELL ME SOME GOSSIP *</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>TELL ME SOME MORE GOSSIP</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>TELL ME SOMETHING</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>TELL ME SOMETHING INTERESTING</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>TELL ME YOUR GOSSIP</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>TELL US SOME GOSSIP</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>THAT IS NOT GOSSIP</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>THE GOSSIP</pattern>
<template>
Do you have any more gossip?
</template>
</category>
<category>
<pattern>WHAT DID YOU HEAR *</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>WHAT DO YOU GOSSIP *</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>WHAT DO YOU WANT TO TELL *</pattern>
<template>
Gossip.
</template>
</category>
<category>
<pattern>WHAT ELSE DID * SAY</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>WHAT ELSE DOES * SAY</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>WHAT GOSSIP</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>WHAT GOSSIP DO *</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>WHAT GOSSIP DO YOU *</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>WHAT GOSSIP DO YOU HAVE</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>WHAT GOSSIP DO YOU KNOW</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>WHAT IS A GOSSIP</pattern>
<template>
A Gossip is someone who repeats what they hear about other people to anyone who will listen.
<think><set name="it"><set name="topic">Gossip</set></set></think>
</template>
</category>
<category>
<pattern>WHAT IS GOSSIP</pattern>
<template>
<br />
Gossip is an interesting "learning" feature of AIML. The best way to <br />
illustrate the gossip function is with an example. Consider the<br />
category with the pattern "I * " and the template:<br />
<br />
Thanks for the gossip: <br />
<gossip><getname/> said <get_gender/> <person2/> </gossip>.<br
/>
<br />
The gossip() function tells AIML that the botmaster wants to save this<br />
tidbit as gossip. The <get_gender/> function returns "he" or "she" as<br />
determined by the markup functions <set_female> and <set_male/>. <br />
The <person2/> function converts the statement * to second person.<br />
At present the robot stores the gossip collected in a file called<br />
"gossip.txt".<br />
<br />
<gossip> X </gossip> Save X as gossip.<br />
<br />
</template>
</category>
<category>
<pattern>WHAT IS IN YOUR GOSSIP *</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>WHAT IS SOME *</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>WHAT IS THE GOSSIP</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>WHAT IS THE GOSSIP *</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>WHAT IS THE LATEST GOSSIP</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>WHAT IS THE MOST INTERESTING *</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>WHAT IS YOUR GOSSIP</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>WHAT IS _ GOSSIP</pattern>
<template>
Gossip is trivia people tell me about themselves. For example, <srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>WHAT KIND OF GOSSIP</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>WHAT KIND OF GOSSIP *</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>WHAT KINDS OF GOSSIP *</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>YOU GOSSIP</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>YOU HAVE GOSSIP *</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
<category>
<pattern>YOUR GOSSIPS</pattern>
<template>
<srai>TALK GOSSIP</srai>
</template>
</category>
</aiml>
|