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.
율률, 열렬 같은 자립명사형 결합 처리
jarip_noun(word: str, particle: str) -> str
from hangulpy import jarip_noun print(jarip_noun("확", "율/률")) # 확률 print(jarip_noun("직", "열/렬")) # 직렬 print(jarip_noun("명", "영/령")) # 명령 print(jarip_noun("신", "염/념")) # 신념 print(jarip_noun("범", "예/례")) # 범례