I know about mecab. What I want is something on top of mecab (or anything similar) that will take Japanese text and put spaces in between the words.
I am currently working on something to do just this, but I thought I should check here to see if there is anything that already does this.
Example
Input: 校長先生、私の部屋が一番近いです。
Output: 校長先生_私の_部屋_が_一番_近い_です
Note:
- I replaced spaces with under scores to make it a bit more readable.
- I don't care too much about the fine details (like if it should be 部屋_が or 部屋が)
Background: Why I am asking this: http://stackoverflow.com/q/6424211/377384
cheers
I am currently working on something to do just this, but I thought I should check here to see if there is anything that already does this.
Example
Input: 校長先生、私の部屋が一番近いです。
Output: 校長先生_私の_部屋_が_一番_近い_です
Note:
- I replaced spaces with under scores to make it a bit more readable.
- I don't care too much about the fine details (like if it should be 部屋_が or 部屋が)
Background: Why I am asking this: http://stackoverflow.com/q/6424211/377384
cheers
