ImportError: cannot import name PunktWordTokenizer
问题 I was trying to use PunktWordTokenizer and it was occurred an error as below. from nltk.tokenize.punkt import PunktWordTokenizer And this gave the following error message. Traceback (most recent call last): File "file", line 5, in <module> from nltk.tokenize.punkt import PunktWordTokenizer ImportError: cannot import name PunktWordTokenizer I've checked that nltk is installed and that PunkWordTokenzer is also installed using nltk.download(). Need some help for this. 回答1: There appears to be a