Skip to content

Commit 183d1e6

Browse files
committed
add am everywhere
1 parent a6e99a7 commit 183d1e6

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/team_comm_tools/features/politeness_v2_helper.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)