static bool isTruth(S text) { text = trim(text); ret trueStatements_cached().contains(text); }