SamuraiT / mecab-python3

:snake: mecab-python. you can find original version here:http://taku910.github.io/mecab/
https://pypi.python.org/pypi/mecab-python3
Other
541 stars 51 forks source link

How can I set the output-format-type with cpp API? #32

Closed SefaZeng closed 5 years ago

SefaZeng commented 5 years ago

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!

zackw commented 5 years ago

I regret to say we cannot help you with the C++ API to MeCab. We only maintain a Python wrapper, not MeCab itself.