标签: python python-3.x nltk nltk-book
当我尝试从nltk包中使用sent_tokenize时,我有TypeError:期望的字符串或类似字节的对象
这是我的代码:
import ntlk from ntlk.book import * from ntlk.tokenize import sent_tokenize print(sent_tokenize(text9))