Closed prb2307 closed 4 years ago
This is covered in the FAQ, but -Ochasen
is not a built in feature of MeCab, it is a feature of the IPAdic dictionary. You can use it if you install IPAdic and it's in the dicrc
.
That said, there's no reason to use -Ochasen
unless you need compatibility with old code. It's just an output format.
Closing due to lack of response, but if you are still having trouble feel free to reopen this.
Hi! I am getting this error on Windows 10. Python version - 3.6
The default output parameter works fine but the other parameters like "Ochasen" do not work. Could you please help me in figuring it out? Thanks.
m = MeCab.Tagger("-Ochasen")