Warning: session_start(): open(/var/lib/php/sessions/sess_b6lm1v8geeie5pg88hah9uj11s, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
!7
!include once #1017580 // NLLogicChecker_v1
p-exp {
new NLLogicChecker_v1 c;
c.facts.add("the opposite of old is new");
c.input = "what is the opposite of old";
NLLogicChecker_v1.Matching m = new NLLogicChecker_v1.Matching();
print("checks out", c.checkRule(nlLogic_parseRule([[
input(What is the opposite of old?)
&& fact(The opposite of old is new)
=> output(The opposite of old is new)
]]), m));
pnlStruct(m.output);
}