提交 a4855fad 编写于 作者: H hedaoyuan

Fix a error

上级 9e6b7aa8
......@@ -361,9 +361,7 @@ Test with Pass 0, {'classification_error_evaluator': 0.11432000249624252}
# Movie Reviews, from imdb test
reviews = [
'Read the book, forget the movie!',
'What a script, what a story, what a mess!',
'This is a great movie.',
'This is a good film. This is very funny.'
]
reviews = [c.split() for c in reviews]
......
......@@ -403,9 +403,7 @@ Test with Pass 0, {'classification_error_evaluator': 0.11432000249624252}
# Movie Reviews, from imdb test
reviews = [
'Read the book, forget the movie!',
'What a script, what a story, what a mess!',
'This is a great movie.',
'This is a good film. This is very funny.'
]
reviews = [c.split() for c in reviews]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册