Warning: session_start(): open(/var/lib/php/sessions/sess_7unoeei5fl189988q0gu9lk6mp, 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 sclass MatchInput > DynPrintLogWithInput { start { useLocalMechListCopies(true); set serverMechList_raw_fresh_verbose; } void update(S s) { print("\n> " + s); L pats = mL("English sentence patterns"); L tok = javaTokWithAngleBracketsC(s); printStruct(tok); for (S pat : pats) { L tokPat; tokPat = javaTokWithAngleBracketsC(pat); L> match = uniquify(dropTwinPairs(zipTwoListsToPairs_ifSameLength(tokPat, tok))); if (match != null) { print(" Result: Choose pattern " + quote(pat) + " for input " + quote(s) + " if match: " + sfu(match)); for (Pair p : match) if (isAngleBracketed(p.a)) { LS entries = mL(plural_mech(deAngleBracket(p.a))); print("Found " + n2(entries, "entry", "entries") + " for " + p.a); } } } } }