MCPcopy Create free account

hub / github.com/crizin/korean-romanizer / functions

Functions33 in github.com/crizin/korean-romanizer

↓ 135 callersMethodromanize
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 callersMethodgetChosung
@return the initial syllable if object has Hangul character, and null if not.
src/main/java/net/crizin/KoreanCharacter.java:887
↓ 13 callersMethodgetJungsung
@return the middle syllable if object has Hangul character, and null if not.
src/main/java/net/crizin/KoreanCharacter.java:894
↓ 11 callersMethodgetJongsung
@return the final syllable if object has Hangul character, and null if not.
src/main/java/net/crizin/KoreanCharacter.java:901
↓ 11 callersMethodisInducePalatalization
()
src/main/java/net/crizin/KoreanCharacter.java:409
↓ 8 callersMethodisKoreanCharacter
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 callersMethodgetComplexPronunciation
(KoreanCharacter prevCharacter, KoreanCharacter currentCharacter, ConsonantAssimilation consonantAssimilation,
src/main/java/net/crizin/KoreanCharacter.java:73
↓ 5 callersMethodtoString
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 callersMethodgetCharacter
@return the character that this object has.
src/main/java/net/crizin/KoreanCharacter.java:908
↓ 3 callersMethodgetPronunciation
(KoreanCharacter prevCharacter, KoreanCharacter currentCharacter, ConsonantAssimilation consonantAssimilation,
src/main/java/net/crizin/KoreanCharacter.java:330
↓ 3 callersMethodgetRomanizedString
@return the romanized string of the character this object has.
src/main/java/net/crizin/KoreanCharacter.java:915
↓ 2 callersMethodcompareTo
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 callersMethodhashCode
Return the hash code for this character. @return the value of {@link Character#hashCode()}
src/main/java/net/crizin/KoreanCharacter.java:993
↓ 1 callersMethodequals
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 callersMethodgetComplexPronunciation
(KoreanCharacter nextCharacter, ConsonantAssimilation consonantAssimilation, Type type)
src/main/java/net/crizin/KoreanCharacter.java:420
↓ 1 callersMethodisNeedHyphen
(String prevCharacterPronunciation, String currentCharacterPronunciation)
src/main/java/net/crizin/KoreanCharacter.java:90
↓ 1 callersMethodnormalizeDistrict
@param string the district string to normalize. @return the normalized district string.
src/main/java/net/crizin/KoreanRomanizer.java:255
↓ 1 callersMethodnormalizeName
@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
MethodChosung
(String defaultPronunciation)
src/main/java/net/crizin/KoreanCharacter.java:326
MethodJongsung
(String defaultPronunciation)
src/main/java/net/crizin/KoreanCharacter.java:791
MethodJungsung
(String defaultPronunciation, boolean inducePalatalization)
src/main/java/net/crizin/KoreanCharacter.java:377
MethodKoreanCharacter
Constructor @param koreanCharacter the Hangul or other character
src/main/java/net/crizin/KoreanCharacter.java:840
MethodgetPronunciation
(KoreanCharacter prevCharacter, KoreanCharacter currentCharacter)
src/main/java/net/crizin/KoreanCharacter.java:382
MethodgetPronunciation
(KoreanCharacter nextCharacter, ConsonantAssimilation consonantAssimilation, Type type)
src/main/java/net/crizin/KoreanCharacter.java:795
Methodmain
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
MethodtestByConsonantAssimilation
()
src/test/java/net/crizin/KoreanRomanizerTest.java:40
MethodtestByType
()
src/test/java/net/crizin/KoreanRomanizerTest.java:69
MethodtestException
()
src/test/java/net/crizin/KoreanRomanizerTest.java:33
MethodtestKoreanCharacter
()
src/test/java/net/crizin/KoreanRomanizerTest.java:8
MethodtestLongText
()
src/test/java/net/crizin/KoreanRomanizerTest.java:232
MethodtestMisc
()
src/test/java/net/crizin/KoreanRomanizerTest.java:96
MethodtestName
()
src/test/java/net/crizin/KoreanRomanizerTest.java:218
MethodtestSpec
()
src/test/java/net/crizin/KoreanRomanizerTest.java:101