static int ai_splitTwoNounPhrasesByCase(L tok1) { ret ai_splitTwoNounPhrasesByCaseC(codeTokens(tok1))*2; } // tok = code tokens static int ai_splitTwoNounPhrasesByCaseC(L tok) { L l = map(f startsWithUpperCase, tok); ret indexOfFirstChange(l); }