@@ -229,13 +229,13 @@ def Question(doc):
229229 # WH-words and common auxiliaries that follow them in real questions
230230 wh_words = {'what' , 'who' , 'where' , 'when' , 'why' , 'how' , 'which' }
231231 wh_followers = {
232- 'what' : {'are' , 'is' , 'do' , 'does' , 'can' , 'should' , 'might' },
232+ 'what' : {'am' , ' are' , 'is' , 'do' , 'does' , 'can' , 'should' , 'might' },
233233 'who' : {'am' , 'is' , 'are' , 'was' , 'can' , 'should' },
234- 'where' : {'is' , 'are' , 'can' , 'should' },
235- 'when' : {'is' , 'are' , 'can' , 'should' },
236- 'why' : {'is' , 'are' , 'do' , 'does' , 'can' , 'might' , 'would' },
237- 'how' : {'is' , 'are' , 'do' , 'does' , 'can' , 'should' , 'would' },
238- 'which' : {'is' , 'are' , 'was' , 'can' , 'should' }
234+ 'where' : {'am' , ' is' , 'are' , 'can' , 'should' },
235+ 'when' : {'am' , ' is' , 'are' , 'can' , 'should' },
236+ 'why' : {'am' , ' is' , 'are' , 'do' , 'does' , 'can' , 'might' , 'would' },
237+ 'how' : {'am' , ' is' , 'are' , 'do' , 'does' , 'can' , 'should' , 'would' },
238+ 'which' : {'am' , ' is' , 'are' , 'was' , 'can' , 'should' }
239239 }
240240 # Auxiliaries that typically initiate Yes/No questions
241241 yesno_aux = {
0 commit comments