Library to process and convert Chinese pinyin romanization.
Library to deal with pinyin
$ libpinyin-based tools typically used as a library in Python or other languages, not as standalone CLI$ Applications using libpinyin as a backend library (e.g., RIME, fcitx)$ Link libpinyin in C/C++ projects: gcc program.c -lpinyin$ Use libpinyin with IBus or RIME input method frameworks$ Include libpinyin headers in development: #include <pinyin.h>