Sixtease
後輩
- 14 Nov 2006
- 6
- 0
Hi everyone. I'm programming a tool for transliterating Hiragana and Katakana into Czech transliteration (which is a bit different from English transliteration as Czech has a richer letter repository). The task is quite simple (or so it seems so far), but there is one problem I don't know how to solve.
The particle は is read as 'wa' although in other occurances, the は syllable is really 'ha'. Is there an algorithm or some heuristics for determining when it is that particle and when not?
The method I use so far is that I check for は to be a separate word but that depends on writing spaces, which I know is something I can't rely on in Japanese text.
Any ideas?
The particle は is read as 'wa' although in other occurances, the は syllable is really 'ha'. Is there an algorithm or some heuristics for determining when it is that particle and when not?
The method I use so far is that I check for は to be a separate word but that depends on writing spaces, which I know is something I can't rely on in Japanese text.
Any ideas?