我正在尝试在PTB语料库上评估Python HMM标记,然后输出到文件。
HMM = 0.89920
...
line 56, in <module>
pickle.dump(hmm_pos_tagger, output)
_pickle.PicklingError: Can't pickle <function HiddenMarkovModelTagger._train.<locals>.estimator at 0x05A59300>: attribute lookup estimator on nltk.tag.hmm failed
以下是输出:
signup-password2
我已经尝试过TnT&amp; Brill tagger但没有错误。我做错了什么?