Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
문자열을 평탄한 자모 배열로 분해
split_hangul_string(text: str) -> list[str]
from hangulpy import split_hangul_string print(split_hangul_string("값")) # ['ㄱ', 'ㅏ', 'ㅂ', 'ㅅ'] print(split_hangul_string("한글")) # ['ㅎ', 'ㅏ', 'ㄴ', 'ㄱ', 'ㅡ', 'ㄹ']