Warning: session_start(): open(/var/lib/php/sessions/sess_dpupl8i700gp542vil1oj304ae, 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
sS yesText = [[
y
yes
yeah
y
yup
yo
correct
sure
ok
affirmative
ja
ok
richtig
gut
mach das
ja ich will
bitte
ist so
isso
jau
jawohl
stimmt
]];
sS noText = [[
no
n
nope
negative
don't do that
nay
nein
nö
negativ
lass das
]];
static Set yesLiterals, noLiterals;
static Bool algo_0_1(S s) {
if (yesLiterals.contains(s)) true;
if (noLiterals.contains(s)) false;
null;
}
static Bool algo_0_2(S s) {
s = trim(s);
try bool algo_0_1(s);
S s2 = collapseWord(s);
if (neq(s, s2))
try bool algo_0_1(s2);
null;
}
p {
yesLiterals = tlftj_asCISet(yesText);
noLiterals = tlftj_asCISet(noText);
bot();
}
answer {
ret yesNo(algo_0_2(s));
}