Warning: session_start(): open(/var/lib/php/sessions/sess_apd150o0sho3hn31iq89v88va0, 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_fixTriple(T3 t) { if (t == null) ret; t.a = ai_fixAndLower(t.a); t.b = ai_fixAndLower(t.b); t.c = ai_fixAndLower(t.c); L tok = javaTokC(t.a); S s = last(tok); if (l(tok) > 1 && (isAdverb(s) || eqic("can", s))) { t.a = trim(dropLastJavaToken(t.a)); t.b = s + " " + t.b; } if (empty(t.c)) t.c = "."; }