์ด์ฑ ๊ฒ์์ ์ง์ํ๋ ํ๊ตญ์ด ๋ฌธ์์ด ๋น๊ต ๋ผ์ด๋ธ๋ฌ๋ฆฌ์ ๋๋ค. A Korean string comparison library that supports Korean initial sound search.
settings.gradle
์maven { url "https://jitpack.io" }
์ถ๊ฐdependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google() mavenCentral() maven { url "https://jitpack.io" } // <- ์ถ๊ฐ } }
- ์ฌ์ฉํ๊ณ ์ ํ๋ ๋ชจ๋์
'com.github.WonJoongLee:kodi:0.2.1'
์์กด์ฑ ์ถ๊ฐdependencies { implementation 'com.github.WonJoongLee:kodi:0.2.1' // <- ์ถ๊ฐ }
val stringList = listOf("์ด์ฒ ์", "๊น์ํฌ", "์ด์์ค", "ํ๊ธธ๋", "ํฉ๊ด
๋ณ")
val userInput = "ใ
ใฑใท"
Kodi.insertList(stringList)
val result = Kodi.getMatchStrings(userInput)
// result = ["ํ๊ธธ๋", "ํฉ๊ด
๋ณ"]
ใ
ใฑใท
๋ฟ๋ง ์๋๋ผ ํใฑใท
, ใ
๊ธธใท
๋ฑ ์ด์ฑ์ด ์ค๊ฐ์ ์์ฌ ์์ด๋ ๊ฒ์์ด ๊ฐ๋ฅํฉ๋๋ค.
ํน์ ๋ฌธ์ ๋ฅผ ๋ฐ๊ฒฌํ์๋ฉด ๊ฐ์ธ์ ์ผ๋ก ์ฐ๋ฝ์ ์ฃผ์
๋ ๋๊ณ , ์ด์๋ก ๋จ๊ฒจ์ฃผ์
๋ ๋ฉ๋๋ค.
๊ฐ์ฌํฉ๋๋ค.
email : [email protected]