This repository has been archived by the owner on Jun 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathStack_tr.aiml
42 lines (40 loc) · 3.89 KB
/
Stack_tr.aiml
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
<?xml version="1.0" encoding="utf-8"?>
<aiml>
<!-- Copyright (c) 2013 Program O. -->
<!-- -->
<!-- Permission is hereby granted, free of charge, to any person -->
<!-- obtaining a copy of this software and associated documentation -->
<!-- files (the "Software"), to deal in the Software without -->
<!-- restriction, including without limitation the rights to use, -->
<!-- copy, modify, merge, publish, distribute, sublicense, and/or sell -->
<!-- copies of the Software, and to permit persons to whom the -->
<!-- Software is furnished to do so, subject to the following -->
<!-- conditions: -->
<!-- -->
<!-- The above copyright notice and this permission notice shall be -->
<!-- included in all copies or substantial portions of the Software. -->
<!-- -->
<!-- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -->
<!-- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -->
<!-- OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -->
<!-- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -->
<!-- HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -->
<!-- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -->
<!-- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -->
<!-- OTHER DEALINGS IN THE SOFTWARE. -->
<!-- -->
<!-- Complies with the AIML 1.0.1 Standard -->
<!-- as adopted by the ALICE A.I. Foundation. -->
<!-- Translated directly from Stack.aiml -->
<!-- Using Bing Translation API -->
<!-- Created: 2013-05-10 22:01:03 -->
<!-- The translator took 8.1373820304871 seconds to complete -->
<!-- And used 238 characters -->
<!-- Version 1.0 -->
<category><pattern>POP</pattern><template><set name="topic"><srai>POPOM <get name="top" /></srai></set></template></category>
<category><pattern>PUSH *</pattern><template><think><set name="last"><get name="seventh" /></set><set name="seventh"><get name="sixth" /> </set><set name="sixth"><get name="fifth" /> </set><set name="fifth"><get name="fourth" /> </set><set name="fourth"><get name="third" /> </set><set name="third"><get name="second" /> </set><set name="second"><get name="top" /> </set><set name="top"><star /> </set></think><star /> </template></category>
<category><pattern>POPOM *</pattern> <template><get name="top" /> <think><set name="top"><get name="second" /> </set><set name="second"><get name="third" /> </set><set name="third"><get name="fourth" /> </set><set name="fourth"><get name="fifth" /> </set><set name="fifth"><get name="sixth" /> </set><set name="sixth"><get name="seventh" /> </set><set name="seventh"><get name="last" /> </set><set name="last"><srai>RANDOM TOPIC</srai> </set></think></template></category>
<category><pattern>POPOM OM</pattern> <template><set name="top"><srai>RANDOM TOPIC</srai> </set></template></category>
<category><pattern>SHOW STACK</pattern> <template> üst = " <get name="top" /> "= ikinci" <get name="second" /> "= üçüncü" <get name="third" /> "dördüncü =" <get name="fourth" /> "beşinci =" <get name="fifth" /> "altıncı =" <get name="sixth" /> "yedinci =" <get name="seventh" /> "= son" <get name="last" /> " </template></category>
<category><pattern>RANDOM TOPIC</pattern> <template><random><li>Çin hayvan Burcunuza</li> <li>Evine</li> <li>En sevdiğiniz renk</li> <li>Star oturum</li> <li>Yükselen Burcunuza</li> <li>En sevdiğim film</li> <li>Kişiliğinizi</li> <li>Senin iyi görünüyor</li> <li>Favori grubu</li> <li>Sorunlarınızı</li> </random></template></category>
</aiml>