Warning: session_start(): open(/var/lib/php/sessions/sess_0b5j5965tda4c276p18ddmjcsv, 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 L ai_categoriesForChatLine(S text) {
if (matchStart("hello", text))
ret ll("greeting");
if (matchStart("yes", text) || matchStart("no", text))
ret ll("yes/no answer");
if (ai_isYesNoQuestion_1(text))
ret ll("yes/no question");
else if (ai_isQuestion_1(text))
ret ll("question");
ret ll();
}