Using mecab to split Japanese words better?

I’ve been using lingq for a month and then some, pretty good so far, however when comparing it to splitting words with MECAB, it can be pretty strange sometimes. Most notably the TTS not matching the actual word because it’s joining without changing the reading. MECAB can find multi word expressions and conjugations very well.

https://taku910.github.io/mecab/

it’s open source and almost ready to use.

Hope this can make it to the dev team for consideration.

Thanks.

2 Likes

Thanks for your feedback and suggestion. We’ll see what we can do.

1 Like

By the way here’s a javascript compilation of it that can be tested online for comparison.