在pycharm上已经下载nltk,但是调用nltk的所有功能属性都用不了 import nltk for_test = 'Xi is the chairman of China in the year 2013.' print(nltk.word_tokenize(for_test))
这一段的报错 AttributeError: module 'nltk' has no attribute 'word_tokenize'
去看文档。
有看了,但是不能解决,试着重新安装编译器还是不行,其他模块的使用都没有问题,需要牛人帮帮忙