I want to use the cpp API of MeCab, but its example do not show how to set the options.I tried this:
MeCab::Tagger *tagger = MeCab::createTagger("-Owakati");
But it doesn't work, and return exception.But no message print. Do you know how to use it? I just want to split the sentence with wakati mode.
Any help is appreciate ! Thx!
I want to use the cpp API of MeCab, but its example do not show how to set the options.I tried this:
MeCab::Tagger *tagger = MeCab::createTagger("-Owakati");
But it doesn't work, and return exception.But no message print. Do you know how to use it? I just want to split the sentence with wakati mode. Any help is appreciate ! Thx!