Marvin Elsen 5b432776de
All checks were successful
Publish package / publish (push) Successful in 1m34s
Merge pull request 'Add support for er-hua syllable 'r5'' (#3) from fix-r into main
Reviewed-on: #3
2024-09-20 13:33:32 +00:00
2024-09-20 12:37:00 +02:00
2024-09-20 12:37:00 +02:00
2024-09-20 15:29:54 +02:00
2024-09-20 12:37:00 +02:00
2024-09-20 12:37:00 +02:00
2024-09-20 12:37:00 +02:00
2024-09-20 12:37:00 +02:00
2024-09-20 12:37:00 +02:00
2024-09-20 12:37:00 +02:00
2024-09-20 12:37:00 +02:00

Chinese Transliteration for Kotlin

A Chinese transliteration library written in Kotlin.

Installation

Chinese Transliteration for Kotlin is available from my self-hosted Gitea instance.

First, add the repository to your build.gradle.kts file:

repositories {
    maven {
        url = uri("https://gitea.marvinelsen.com/api/packages/marvinelsen/maven")
    }
}

Afterwards, add the package dependency to your build.gradle.kts file:

dependencies {
    implementation("com.marvinelsen:chinese-transliteration:1.0-SNAPSHOT")
}

Usage

fun main() {
    TODO()
}

License

All source code in this repository is licensed under a MIT license, unless otherwise noted.

Description
A Chinese transliteration library to convert between Pinyin and Zhuyin
Readme 142 KiB
Languages
Kotlin 100%