TypeError: word_tokenize() takes 2 positional arguments but 3 were given
The issue happens in utils.py line 183 I check the source code of corenlp, the function of word_tokenize() only has two arguments that are self and sent, i don't know where the boolean argument come from. If possible, could you please help me to solve this problem? Or provide the processed ACE data? Thanks a lot!
Hi, could you provide more information? For example, the version of corenlp, the error log, etc.
Hi, thanks for your reply. I found the problem! My corenlp version is 3.7.0.2, when i upgrade its version, it works.
However, another problem has happened, the log is:
Traceback (most recent call last):
File "train.py", line 26, in
Could you please help me to solve this problem? Thank you very much!