Skip to content

FileNotFoundError: [Errno 2] No such file or directory: 'cabocha': 'cabocha' while using jTokenize #17

Description

@jiterika

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions