Hi All,
I tried installing the package on Python3 environment. I have got errors pointing to 'print' statements and other syntax errors which are different in python3 . I made those changes and installed successfully. Now when i try to use jTokenize as shown in the example. i run into following error.
FileNotFoundError: [Errno 2] No such file or directory: 'cabocha': 'cabocha'
The code snippet i tried
input_sentence = u'私は彼を5日前、つまりこの前の金曜日に駅で見かけた'
list_of_tokens = jTokenize(input_sentence)
It would be helpful if anyone can help me fix it.
Thank You in advance
Hi All,
I tried installing the package on Python3 environment. I have got errors pointing to 'print' statements and other syntax errors which are different in python3 . I made those changes and installed successfully. Now when i try to use jTokenize as shown in the example. i run into following error.
FileNotFoundError: [Errno 2] No such file or directory: 'cabocha': 'cabocha'
The code snippet i tried
input_sentence = u'私は彼を5日前、つまりこの前の金曜日に駅で見かけた'
list_of_tokens = jTokenize(input_sentence)
It would be helpful if anyone can help me fix it.
Thank You in advance