Warning: session_start(): open(/var/lib/php/sessions/sess_ea7hhuj6oi901k9vheeh4j6il2, 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
sclass FullPhraseCache { L phrases; // different spellings of full phrase Map byFirstWord = ciMap(); void add(S phrase) { LS tok = javaTokNPunctuation_cached(phrase); if (l(tok) == 1) ret; add(tok, 1); } void add(LS tok, int idx) { if (idx >= l(tok)-1) ret with phrases.add(tok); FullPhraseCache subCache = getOrCreate(byFirstWord, tok.get(idx), FullPhraseCache); subCache.add(tok, idx+2); } }