sbool isLetterOrApostrophe(char c) { ret Character.isLetter(c) || c == '\''; }