質問するログイン新規登録

質問編集履歴

1

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

2017/06/16 07:58

投稿

_Victorique__
_Victorique__

スコア1392

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