質問編集履歴

1

コードが間違っていたので修正しました

2017/06/16 07:58

投稿

_Victorique__
_Victorique__

スコア1392

test CHANGED
File without changes
test CHANGED
@@ -31,6 +31,8 @@
31
31
  def macthWords(self):
32
32
 
33
33
  dict = Dictionary()
34
+
35
+ words = self._comment.parse()
34
36
 
35
37
  return [word for word in words if dict.isMatch(word)]
36
38