Skip to content

How to include space in the path to dictionary? #43

@yuyuxing-wu

Description

@yuyuxing-wu

I want to include space in path and have tried like below.

import MeCab
parser=MeCab.Tagger('-d /opt/test1 test2/dictionary')
parser=MeCab.Tagger('-d /opt/test1\ test2/dictionary')
parser=MeCab.Tagger('-d "/opt/test1 test2/dictionary"')

All three of them failed as RuntimeError.

Is any way to include space in path?

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