Module bus.extra

Package org.miaixz.bus.extra.pinyin.provider.tinypinyin


package org.miaixz.bus.extra.pinyin.provider.tinypinyin
Encapsulates the TinyPinyin engine.

The TinyPinyin (https://github.com/promeG/TinyPinyin) provider has not been submitted to Maven Central. Therefore, the version packaged by https://github.com/biezhi/TinyPinyin is used.

To introduce (dependency):

 <dependency>
     <groupId>io.github.biezhi</groupId>
     <artifactId>TinyPinyin</artifactId>
     <version>2.0.3.RELEASE</version>
 </dependency>
 
Since:
Java 17+
Author:
Kimi Liu