tsroten / pynlpir

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

OSError #123

Open flyying53 opened 5 years ago

flyying53 commented 5 years ago

When I run the following code

import pynlpir pynlpir.open s='i love you' pynlpir.segment(s)

it shows : OSError: exception: access violation reading 0x000000000000000C

How to fix?

Thanks a lot.

wangbyby commented 4 years ago

usepynlpir.open()?