Closed rspeer closed 5 years ago
wordfreq raises warnings because it's using an obsolete parameter to msgpack, encoding='utf-8'. It should be updated to raw=False.
encoding='utf-8'
raw=False
wordfreq raises warnings because it's using an obsolete parameter to msgpack,
encoding='utf-8'
. It should be updated toraw=False
.