python-jamo
python-jamo copied to clipboard
string -> Hangul function
example inputs:
ㅎㅏㄴ ㅎㅏㅎㅏㅎㅏ Mixing roman characters with jamo: ㅈㅏㅁㅗ
should produce
한 하하하 Mixing roman characters with jamo: 자모
This is in the tests as synth_hangul
, but has not been implemented.