-
Notifications
You must be signed in to change notification settings - Fork 362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
运行text_grapher.py出错 #15
Comments
me too |
这是来自QQ邮箱的假期自动回复邮件。您好,邮件我已收到,祝好!
|
我也是这个错误 |
这是来自QQ邮箱的假期自动回复邮件。您好,邮件我已收到,祝好!
|
pyltp的版本问题 |
这是来自QQ邮箱的假期自动回复邮件。您好,邮件我已收到,祝好!
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Traceback (most recent call last):
File "D:\github\text\TextGrapher-master\text_grapher.py", line 225, in
handler = CrimeMining()
File "D:\github\text\TextGrapher-master\text_grapher.py", line 17, in init
self.parser = LtpParser()
File "D:\github\text\TextGrapher-master\sentence_parser.py", line 12, in init
self.segmentor = Segmentor()
TypeError: init(): incompatible constructor arguments. The following argument types are supported:
1. pyltp.Segmentor(model_path: str, lexicon_path: str = None, force_lexicon_path: str = None)
Invoked with:
请问这是什么原因
The text was updated successfully, but these errors were encountered: