unicode-rs / unicode-normalization

Unicode Normalization forms according to UAX#15 rules
https://unicode-rs.github.io/unicode-normalization
Other
158 stars 40 forks source link

Standardize korean syllables #97

Open Jules-Bertholet opened 7 months ago

Jules-Bertholet commented 7 months ago

Adds APIs to standardize Korean syllable blocks by correct insertion of choseong and jungseong fillers.

Supports both the UAX29 and KS X 1026-1 rules, and therefore depends on #92; I can split the UAX normalization out if you'd prefer.