質問編集履歴
1
コードの修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -32,7 +32,7 @@
|
|
32
32
|
|
33
33
|
def question_type_identifier(text):
|
34
34
|
|
35
|
-
result = re.search(r'(いつ|どこ|どこで|誰が|だれが|だれ|
|
35
|
+
result = re.search(r'(いつ|どこ|どこで|誰が|だれが|だれ|何を|なに|なにを|なんですかね|なぜ|どうして|どのように|どうすれば)', text)
|
36
36
|
|
37
37
|
if result is None:
|
38
38
|
|