Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crizin/korean-romanizer
/ types & classes
Types & classes
8 in github.com/crizin/korean-romanizer
⨍
Functions
33
◇
Types & classes
8
Enum
Chosung
The consonant used as the final syllable of Hangul, which is called "Jongsung".
src/main/java/net/crizin/KoreanCharacter.java:71
Enum
ConsonantAssimilation
When consonant assimilation is ambiguous how it should occur, it designates one of progressive assimilation or regressive assimilation.
src/main/java/net/crizin/KoreanCharacter.java:21
Enum
Jongsung
The consonant used as the final syllable of Hangul, which is called "Jongsung".
src/main/java/net/crizin/KoreanCharacter.java:417
Enum
Jungsung
The vowel used as the middle syllable of Hangul, which is called "Jungsung".
src/main/java/net/crizin/KoreanCharacter.java:351
Class
KoreanCharacter
A library that handling Hangul characters in syllable units.
src/main/java/net/crizin/KoreanCharacter.java:9
Class
KoreanRomanizer
A Java library that converts Korean into Roman characters. It is implemented based on the National Korean Language Romanization and can be covered a l
src/main/java/net/crizin/KoreanRomanizer.java:15
Class
KoreanRomanizerTest
src/test/java/net/crizin/KoreanRomanizerTest.java:7
Enum
Type
Options for applying special rules depending on the type of word.
src/main/java/net/crizin/KoreanCharacter.java:36