Documentation
¶
Index ¶
- func Assemble(str string) string
- func CanBeChoseong(character string) bool
- func CanBeJongseong(character string) bool
- func CanBeJungseong(character string) bool
- func CombineCharacter(choseong, jungseong string, jongseong ...string) string
- func CombineVowels(vowel1, vowel2 string) string
- func Days(day int) string
- func GetChoseong(word string) string
- func HasBatchim(str string, onlyDouble ...bool) bool
- func Josa(word, josaType string) string
- func JosaPick(word, josaType string) string
- func NumberToHangul(number string) string
- func Romanize(str string) string
- func Weekday(weekday time.Weekday, full ...bool) string
- type Daneo
- type Eumjeol
- type Jamo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CanBeChoseong ¶
CanBeChoseong 문자열이 초성으로 사용될 수 있는지 판단합니다.
func CanBeJongseong ¶
CanBeJongseong 문자열이 종성으로 사용될 수 있는지 판단합니다.
func CanBeJungseong ¶
CanBeJungseong 문자열이 중성으로 사용될 수 있는지 판단합니다.
func CombineCharacter ¶
CombineCharacter 초성, 중성, 종성을 합쳐 반환합니다.
func Josa ¶
Josa 단어와 조사를 받아 적절한 조사를 붙여 반환합니다. 지원하는 조사: 이/가, 을/를, 은/는, 으로/로, 와/과, 이나/나, 이란/란, 아/야, 이랑/랑, 이에요/예요, 으로서/로서, 으로써/로써, 으로부터/로부터, 이라/라
Types ¶
Click to show internal directories.
Click to hide internal directories.