tsroten / pynlpir

A Python wrapper around the NLPIR/ICTCLAS Chinese segmentation software.
MIT License
566 stars 135 forks source link

when my user dict is too big, it does not work #56

Closed wabyking closed 7 years ago

wabyking commented 8 years ago

Traceback (most recent call last): File "****.py", line 20, in pynlpir.nlpir.ImportUserDict("user.dict") WindowsError: exception: access violation reading 0x0000000000000001

tsroten commented 8 years ago

@wabyking I'm sorry it's taken me so long to get back to you. The error seems to suggest there is a problem reading the file. access violation -- are you sure the file has the correct permissions?