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:
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:
Invoked with: 请问这是什么原因