Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crizin/korean-romanizer
/ functions
Functions
33 in github.com/crizin/korean-romanizer
⨍
Functions
33
◇
Types & classes
8
↓ 135 callers
Method
romanize
Romanize string. @param string the string to convert to roman string. @return the romanized string. @throws NullPointerException if argument stri
src/main/java/net/crizin/KoreanRomanizer.java:95
↓ 21 callers
Method
getChosung
@return the initial syllable if object has Hangul character, and null if not.
src/main/java/net/crizin/KoreanCharacter.java:887
↓ 13 callers
Method
getJungsung
@return the middle syllable if object has Hangul character, and null if not.
src/main/java/net/crizin/KoreanCharacter.java:894
↓ 11 callers
Method
getJongsung
@return the final syllable if object has Hangul character, and null if not.
src/main/java/net/crizin/KoreanCharacter.java:901
↓ 11 callers
Method
isInducePalatalization
()
src/main/java/net/crizin/KoreanCharacter.java:409
↓ 8 callers
Method
isKoreanCharacter
Whether or not the character of this object is Hangul. @return Whether all syllables exist to complete Hangul character.
src/main/java/net/crizin/KoreanCharacter.java:880
↓ 6 callers
Method
getComplexPronunciation
(KoreanCharacter prevCharacter, KoreanCharacter currentCharacter, ConsonantAssimilation consonantAssimilation,
src/main/java/net/crizin/KoreanCharacter.java:73
↓ 5 callers
Method
toString
Returns a {@link String} object representing this character's value. @return a string representation of this character.
src/main/java/net/crizin/KoreanCharacter.java:1003
↓ 4 callers
Method
getCharacter
@return the character that this object has.
src/main/java/net/crizin/KoreanCharacter.java:908
↓ 3 callers
Method
getPronunciation
(KoreanCharacter prevCharacter, KoreanCharacter currentCharacter, ConsonantAssimilation consonantAssimilation,
src/main/java/net/crizin/KoreanCharacter.java:330
↓ 3 callers
Method
getRomanizedString
@return the romanized string of the character this object has.
src/main/java/net/crizin/KoreanCharacter.java:915
↓ 2 callers
Method
compareTo
Compares this object to another in ascending order. @param other the other object to compare to. @return the value of {@link Character#compareTo}.
src/main/java/net/crizin/KoreanCharacter.java:963
↓ 2 callers
Method
hashCode
Return the hash code for this character. @return the value of {@link Character#hashCode()}
src/main/java/net/crizin/KoreanCharacter.java:993
↓ 1 callers
Method
equals
Compares this object to another to test if they are equal. @param other the other object to compare to. @return true if this object is equal.
src/main/java/net/crizin/KoreanCharacter.java:975
↓ 1 callers
Method
getComplexPronunciation
(KoreanCharacter nextCharacter, ConsonantAssimilation consonantAssimilation, Type type)
src/main/java/net/crizin/KoreanCharacter.java:420
↓ 1 callers
Method
isNeedHyphen
(String prevCharacterPronunciation, String currentCharacterPronunciation)
src/main/java/net/crizin/KoreanCharacter.java:90
↓ 1 callers
Method
normalizeDistrict
@param string the district string to normalize. @return the normalized district string.
src/main/java/net/crizin/KoreanRomanizer.java:255
↓ 1 callers
Method
normalizeName
@param string the name string to normalize. @param type the type of word @return the normalized name string.
src/main/java/net/crizin/KoreanRomanizer.java:232
Method
Chosung
(String defaultPronunciation)
src/main/java/net/crizin/KoreanCharacter.java:326
Method
Jongsung
(String defaultPronunciation)
src/main/java/net/crizin/KoreanCharacter.java:791
Method
Jungsung
(String defaultPronunciation, boolean inducePalatalization)
src/main/java/net/crizin/KoreanCharacter.java:377
Method
KoreanCharacter
Constructor @param koreanCharacter the Hangul or other character
src/main/java/net/crizin/KoreanCharacter.java:840
Method
getPronunciation
(KoreanCharacter prevCharacter, KoreanCharacter currentCharacter)
src/main/java/net/crizin/KoreanCharacter.java:382
Method
getPronunciation
(KoreanCharacter nextCharacter, ConsonantAssimilation consonantAssimilation, Type type)
src/main/java/net/crizin/KoreanCharacter.java:795
Method
main
The {@code main} method to convert string from the standard input. @param args first argument is {@link KoreanCharacter.Type} value, second argum
src/main/java/net/crizin/KoreanRomanizer.java:198
Method
testByConsonantAssimilation
()
src/test/java/net/crizin/KoreanRomanizerTest.java:40
Method
testByType
()
src/test/java/net/crizin/KoreanRomanizerTest.java:69
Method
testException
()
src/test/java/net/crizin/KoreanRomanizerTest.java:33
Method
testKoreanCharacter
()
src/test/java/net/crizin/KoreanRomanizerTest.java:8
Method
testLongText
()
src/test/java/net/crizin/KoreanRomanizerTest.java:232
Method
testMisc
()
src/test/java/net/crizin/KoreanRomanizerTest.java:96
Method
testName
()
src/test/java/net/crizin/KoreanRomanizerTest.java:218
Method
testSpec
()
src/test/java/net/crizin/KoreanRomanizerTest.java:101