class QuestionChecker {
private static let QUESTION_WORDS: Set<String> = [
"what", "who", "where", "when", "why", "how",
"is", "are", "was", "were", "do", "does", "did",
"can", "could", "would", "will", "shall", "should",
"have", "has", "am", "may", "might"...