Warning: session_start(): open(/var/lib/php/sessions/sess_v1rs15tlf9kk7c90t7hcgmcbua, 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
!759
p {
autoRestart();
Map>, Bool> parseOKMap = persistentHashMapFromOtherProgram(#1011156, 'parseOKMap);
print(l(parseOKMap));
for (Pair> p : keysWithValueTrue(parseOKMap)) {
Float value = gac36k().get(p.a);
if (value == null) continue with print("huh? " + p.a);
Web web = webFromTriple(p);
WebRelation rel = web_firstRelation(web);
S verb = web_text(rel);
verb = dropSuffix(" (?)", dropSuffix("?", verb));
bool negate = value < 0.5;
if (negate) verb = ai_negateVerb(verb);
web_replaceFirstText(rel, verb);
web_addLabel(rel, "[" + (negate ? "negated, " : "") + "p=" + toIntPercent(value) + "%]");
}
}