1 | null |
2 | ``` |
3 | Starting on goal: [think [user says [what is the text of [theory tennis]]]] and [say $x] |
4 | Goal arity 3: [think [user says [what is the text of [theory tennis]]]] and [say $x] |
5 | nextSolution |
6 | Got clause: _1 and _2 |
7 | Clause unifies to: [think [user says [what is the text of [theory tennis]]]] and [say $x] |
8 | gdash: think [user says [what is the text of [theory tennis]]] |
9 | Goal arity 2: think [user says [what is the text of [theory tennis]]] |
10 | Got clause: think _7 |
11 | Clause unifies to: think [user says [what is the text of [theory tennis]]] |
12 | Clause is native. |
13 | gdash: say $x |
14 | Goal arity 2: say $x |
15 | Got clause: say [it's _21 !] |
16 | Clause unifies to: say [it's _21 !] |
17 | gdash: user says [_22 * _23] |
18 | Goal arity 3: user says [_22 * _23] |
19 | Got clause: say [_53 is _54 !] |
20 | Clause unifies to: say [_53 is _54 !] |
21 | gdash: rewrite with theory "drop question mark from user input" |
22 | Goal arity 4: rewrite with theory "drop question mark from user input" |
23 | Got clause: rewrite with theory _86 |
24 | Clause unifies to: rewrite with theory "drop question mark from user input" |
25 | Clause is native. |
26 | Starting on goal: user says _88 |
27 | Goal arity 3: user says _88 |
28 | Got clause: user says [what is the text of [theory tennis]] |
29 | Clause unifies to: user says [what is the text of [theory tennis]] |
30 | gdash: _87 = drop question mark ([what is the text of [theory tennis]]) |
31 | Goal arity 6: _87 = drop question mark ([what is the text of [theory tennis]]) |
32 | Got clause: _123 = drop question mark (_124) |
33 | Clause unifies to: _87 = drop question mark ([what is the text of [theory tennis]]) |
34 | gdash: _125 = tocons ([what is the text of [theory tennis]]) |
35 | Goal arity 4: _125 = tocons ([what is the text of [theory tennis]]) |
36 | Got clause: _142 = tocons (_143) |
37 | Clause unifies to: _125 = tocons ([what is the text of [theory tennis]]) |
38 | Clause is native. |
39 | gdash: endswithword_c [cons what [cons is [cons the [cons text [cons of [cons [theory tennis] end]]]]]] ? |
40 | Goal arity 3: endswithword_c [cons what [cons is [cons the [cons text [cons of [cons [theory tennis] end]]]]]] ? |
41 | Got clause: endswithword_c [cons _147 _148] _149 |
42 | Clause unifies to: endswithword_c [cons what [cons is [cons the [cons text [cons of [cons [theory tennis] end]]]]]] ? |
43 | gdash: endswithword_c [cons is [cons the [cons text [cons of [cons [theory tennis] end]]]]] ? |
44 | Goal arity 3: endswithword_c [cons is [cons the [cons text [cons of [cons [theory tennis] end]]]]] ? |
45 | Got clause: endswithword_c [cons _153 _154] _155 |
46 | Clause unifies to: endswithword_c [cons is [cons the [cons text [cons of [cons [theory tennis] end]]]]] ? |
47 | gdash: endswithword_c [cons the [cons text [cons of [cons [theory tennis] end]]]] ? |
48 | Goal arity 3: endswithword_c [cons the [cons text [cons of [cons [theory tennis] end]]]] ? |
49 | Got clause: endswithword_c [cons _159 _160] _161 |
50 | Clause unifies to: endswithword_c [cons the [cons text [cons of [cons [theory tennis] end]]]] ? |
51 | gdash: endswithword_c [cons text [cons of [cons [theory tennis] end]]] ? |
52 | Goal arity 3: endswithword_c [cons text [cons of [cons [theory tennis] end]]] ? |
53 | Got clause: endswithword_c [cons _165 _166] _167 |
54 | Clause unifies to: endswithword_c [cons text [cons of [cons [theory tennis] end]]] ? |
55 | gdash: endswithword_c [cons of [cons [theory tennis] end]] ? |
56 | Goal arity 3: endswithword_c [cons of [cons [theory tennis] end]] ? |
57 | Got clause: endswithword_c [cons _171 _172] _173 |
58 | Clause unifies to: endswithword_c [cons of [cons [theory tennis] end]] ? |
59 | gdash: endswithword_c [cons [theory tennis] end] ? |
60 | Goal arity 3: endswithword_c [cons [theory tennis] end] ? |
61 | Got clause: endswithword_c [cons _177 _178] _179 |
62 | Clause unifies to: endswithword_c [cons [theory tennis] end] ? |
63 | gdash: endswithword_c end ? |
64 | Goal arity 3: endswithword_c end ? |
65 | Exception in native class main$RewriteWithTheory: java.lang.NullPointerException |
66 | at main$Prolog.Trail_Undo(main.java:167) |
67 | at main$Prolog.rewriteWith(main.java:943) |
68 | at main$RewriteWithTheory.yo(main.java:1422) |
69 | at main$Prolog$BaseNative.yo(main.java:841) |
70 | at main$Prolog.step(main.java:561) |
71 | at main$Prolog.nextSolution(main.java:682) |
72 | at main$Prolog.solve(main.java:657) |
73 | at main$Prolog.solve(main.java:661) |
74 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) |
75 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) |
76 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) |
77 | at java.lang.reflect.Method.invoke(Method.java:497) |
78 | at main.call(main.java:861) |
79 | at main.queryAI(main.java:184) |
80 | at main.answer(main.java:135) |
81 | at sun.reflect.GeneratedMethodAccessor2251.invoke(Unknown Source) |
82 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) |
83 | at java.lang.reflect.Method.invoke(Method.java:497) |
84 | at main.callOpt(main.java:543) |
85 | at main.callStaticAnswerMethod(main.java:842) |
86 | at main.answer(main.java:438) |
87 | at sun.reflect.GeneratedMethodAccessor3594.invoke(Unknown Source) |
88 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) |
89 | at java.lang.reflect.Method.invoke(Method.java:497) |
90 | at main.callOpt(main.java:1896) |
91 | at main.callStaticAnswerMethod(main.java:2193) |
92 | at main.callDehBots(main.java:740) |
93 | at main.answerImpl(main.java:729) |
94 | at main.answer(main.java:781) |
95 | at main$Channel.tendTo(main.java:131) |
96 | at main.slackBotLoop(main.java:312) |
97 | at main.main(main.java:948) |
98 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) |
99 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) |
100 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) |
101 | at java.lang.reflect.Method.invoke(Method.java:497) |
102 | at x30.callOpt(x30.java:4547) |
103 | at x30.callMain(x30.java:3405) |
104 | at x30.runMainMethod(x30.java:1509) |
105 | at x30.runProgramQuick(x30.java:1488) |
106 | at x30.runProgram(x30.java:1428) |
107 | at x30.javax2(x30.java:1155) |
108 | at x30.javaxmain(x30.java:269) |
109 | at x30.goMain(x30.java:195) |
110 | at x30.main(x30.java:82) |
111 | |
112 | Native clause fails |
113 | |
114 | No solution``` |
Snippet is not live.
Travelled to 12 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #3000339 |
Snippet name: | Answer for stefanreich (>> test ai "what is" "what is the text of [theory tennis]") |
Eternal ID of this version: | #3000339/1 |
Text MD5: | 38f5c22dfddcb2ee5528b96fecbb75fb |
Author: | someone |
Category: | |
Type: | New Tinybrain snippet |
Gummipassword: | eleutheria-for-user |
Uploaded from IP: | 69.10.46.185 |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-03-14 01:40:38 |
Source code size: | 6110 bytes / 114 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 495 / 123 |
Referenced in: | [show references] |