Giter Site home page Giter Site logo

esnaultdev / wanakana-kt Goto Github PK

View Code? Open in Web Editor NEW
13.0 13.0 3.0 668 KB

Kotlin port of WanaKana, a library for detecting and transliterating Hiragana <--> Katakana <--> Romaji

Home Page: https://esnaultdev.github.io/wanakana-kt/

License: MIT License

Kotlin 95.24% Java 4.76%
japanese kotlin wanakana

wanakana-kt's People

Contributors

esnaultdev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

wanakana-kt's Issues

Make wanakana-core multiplatform

It would be great to make wanakana-core available to other platforms using Kotlin Multiplatform.
On the code side, we only need to update StringExt that is using the Java Locale class.
But on the configuration side, we need to update the project to be KMP, which could be tricky.

Providing bindings for Swift / iOS would be a good next step, making the project ready for mobile (KMM).
The original library is already providing JS bindings that handle platform specific issues. The library is also mature on the JS side, so we could skip the JS bindings altogether.

Add custom mappings

The original JS library supports custom mappings for most conversion methods. For feature parity, wanakana-kt should also provide this.

It's not a very difficult task since the mapping classes are already ready to go (see MappingTree, mappingTreeOf(), etc.).
But it's a bit tedious to update the prototype of every conversion function, so I got lazy.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.