// +1 = Java, -1 = English, 0 = not sure static int ai_javaOrEnglish(S s) { if (tok_parseFunctionCall(s) != null) ret 1; if (isQuoted(s)) ret 1; ret -1; }