Warning: session_start(): open(/var/lib/php/sessions/sess_km78ojcir72rogqve8ophe3slf, 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
static void ai_spec_answerYesNoTriple(S s) { T3 t = ai_parseTriple(s); ret unless t != null && endsWith(t.b, "?"); S rel = dropLastTrim(t.b); if (ai_hasTriple(t.a, rel, t.c)) { ai_postTriple("Yes", "answers triple", s); ret; } S neg = ai_text("$X", "is negated relation of", rel); if (ai_hasTriple(t.a, neg, t.c)) { ai_postTriple("No", "answers triple", s); ret; } }