A Chinese transliteration library to convert between Pinyin and Zhuyin
Go to file
Marvin Elsen 2b116b92e0
Some checks failed
Publish package / publish (push) Has been cancelled
Initial commit
2024-09-20 12:35:42 +02:00
.gitea/workflows Initial commit 2024-09-20 12:35:42 +02:00
gradle Initial commit 2024-09-20 12:35:42 +02:00
src Initial commit 2024-09-20 12:35:42 +02:00
.gitignore Initial commit 2024-09-20 12:35:42 +02:00
build.gradle.kts Initial commit 2024-09-20 12:35:42 +02:00
gradle.properties Initial commit 2024-09-20 12:35:42 +02:00
gradlew Initial commit 2024-09-20 12:35:42 +02:00
gradlew.bat Initial commit 2024-09-20 12:35:42 +02:00
LICENSE Initial commit 2024-09-20 12:35:42 +02:00
README.md Initial commit 2024-09-20 12:35:42 +02:00
settings.gradle.kts Initial commit 2024-09-20 12:35:42 +02:00

Pinyin Mapper for Kotlin

A Pinyin Mapper written in Kotlin.

Installation

Pinyin Mapper 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:pinyin-mapper:1.0-SNAPSHOT")
}

Usage

fun main() {
    TODO()
}

License

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

To the following third-party code, data, and files in the repository different licenses apply:

CC-CEDICT

CC-CEDICT is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.