Warning: session_start(): open(/var/lib/php/sessions/sess_bpj6qa2i1ioel4m7ak103l1u1c, 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
set flag DynModule.
sclass Entry {
S function;
S tokenized;
}
cmodule InputTokenizer > DynBigInputAndSections {
transient LS functions = ll(
f javaTok,
f javaTokWithBrackets,
f javaTokNPunct,
f javaTokWithAngleBrackets);
void makeSections_impl() {
S text = this.text;
JTextPane tp = fontSizePlus(7, jTextPane());
bool first = true;
for (S f : functions) pcall {
LS tok = cast callAndMake(function, text);
if (!first) appendToTextPane(tp, "\n"); else first = false;
appendToTextPane(tp, f + " => ");
ai_tokenizationToTextPane(tp, tok);
}
addSection("Tokenizations", tp);
}
}