NLTK Lookup Error

前端 未结 8 1735
感动是毒
感动是毒 2020-12-14 00:53

While running a Python script using NLTK I got this:

Traceback (most recent call last):
  File \"cpicklesave.py\", line 56, in 
    pos = nltk.         


        
8条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-14 01:19

    If you have not downloaded ntlk then firstly download ntlk and then use this nltk.download('punkt') it will give you the result.

提交回复
热议问题