回答編集履歴

1

wordsをparseに変更

2017/06/16 09:20

投稿

YouheiSakurai
YouheiSakurai

スコア6142

test CHANGED
@@ -8,6 +8,6 @@
8
8
 
9
9
  report = Report('name', 'comment')
10
10
 
11
- words = dictionary.matchWords(report.comment.words())
11
+ words = dictionary.matchWords(report.comment.parse())
12
12
 
13
13
  ```