Pyhanlp Win10安装出错

运行evaluate_cws.py
显示:
[(0, 2), (2, 3), (3, 5)]
Traceback (most recent call last):
** File “D:\CodeWorkspace\PycharmWorkspace\pyhanlp-master\tests\book\ch02\evaluate_cws.py”, line 73, in **
** output.write(" “.join(term.word for term in segment.seg(re.sub(”\s+", “”, line))))**
TypeError: Ambiguous overloads found for com.hankcs.hanlp.seg.Segment.seg(str) between:
** public java.util.List com.hankcs.hanlp.seg.Segment.seg(char)**
** public java.util.List com.hankcs.hanlp.seg.Segment.seg(java.lang.String)**