質問編集履歴
1
コードが間違っていたので修正しました
title
CHANGED
File without changes
|
body
CHANGED
@@ -15,6 +15,7 @@
|
|
15
15
|
|
16
16
|
def macthWords(self):
|
17
17
|
dict = Dictionary()
|
18
|
+
words = self._comment.parse()
|
18
19
|
return [word for word in words if dict.isMatch(word)]
|
19
20
|
|
20
21
|
|