nlpnet POSTagger returns error message when allow_pickle=False
问题 I have installed the latest version of nlpnet library (http://nilc.icmc.usp.br/nlpnet/). Then, when I try to use nlpnet POSTagger according to the follwoing example, I get an error: import nlpnet tagger = nlpnet.POSTagger('/path/to/pos-model/', language='pt') Error: Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/r/env2/lib/python3.6/site-packages/nlpnet/taggers.py", line 205, in __init__ self._load_data() File "/home/r/env2/lib/python3.6/site-packages