import nltk
from nltk.tokenize import RegexpTokenizer
tokenizer=RegexpTokenizer([\w]+"")
**SyntaxError: unexpected character after line continuation character
**
请问python中SyntaxError: unexpected character after line continuation character如何解决
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-
2条回答 默认 最新
threenewbee 2019-07-18 07:22关注tokenizer=RegexpTokenizer(r"[\w]+")本回答被题主选为最佳回答 , 对您是否有帮助呢?评论 打赏 举报解决 2无用 1