Python (nltk) - UnicodeDecodeError: 'ascii' codec can't decode byte

前端 未结 4 1956
轻奢々
轻奢々 2020-12-06 12:10

I\'m new to NLTK. I\'m getting this error and I\'ve searched around for encoding/decoding and specifically the UnicodeDecodeError but this error seems specific to the NLTK s

4条回答
  •  抹茶落季
    2020-12-06 12:53

    Duplicate: NLTK 3 POS_TAG throws UnicodeDecodeError

    Long story short: NLTK isn't compatible with Python 3. You have to use NLTK 3 which sounds a bit experimental at this point.

提交回复
热议问题