https://github.com/pepebecker/hanzi-to-pinyin
Convert Hanzi to Pinyin with tone marks or tone numbers
https://github.com/pepebecker/hanzi-to-pinyin
chinese convert hacktoberfest hanzi mandarin pinyin
Last synced: 4 months ago
JSON representation
Convert Hanzi to Pinyin with tone marks or tone numbers
- Host: GitHub
- URL: https://github.com/pepebecker/hanzi-to-pinyin
- Owner: pepebecker
- License: isc
- Created: 2017-04-18T23:46:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-18T09:06:30.000Z (about 5 years ago)
- Last Synced: 2025-07-07T22:09:36.378Z (4 months ago)
- Topics: chinese, convert, hacktoberfest, hanzi, mandarin, pinyin
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/pinyin-utils
- Size: 69.3 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hanzi to Pinyin
[](https://www.npmjs.com/package/hanzi-to-pinyin)
[](https://travis-ci.org/pepebecker/hanzi-to-pinyin)
[](https://greenkeeper.io/)
[](https://david-dm.org/pepebecker/hanzi-to-pinyin)
[](https://david-dm.org/pepebecker/hanzi-to-pinyin#info=devDependencies)
[](https://choosealicense.com/licenses/isc/)
[](https://gitter.im/pepebecker)
## Install
```shell
npm install hanzi-to-pinyin
```
## Usage
```js
const convert = require('hanzi-to-pinyin')
convert('我的猫喜欢吃苹果')
.then(console.log)
// [ ['wǒ'], ['de','dī','dí','dì'], ['māo'], ['xǐ huan'], ['chī'], ['píng guǒ'] ]
```
## Related
- [`pinyin-utils`](https://github.com/pepebecker/pinyin-utils)
- [`pinyin-split`](https://github.com/pepebecker/pinyin-split)
- [`find-hanzi`](https://github.com/pepebecker/find-hanzi)
- [`hsk-words`](https://github.com/pepebecker/hsk-words)
- [`cedict`](https://github.com/pepebecker/cedict)
- [`mdbg`](https://github.com/pepebecker/mdbg)
- [`pinyin-or-hanzi`](https://github.com/pepebecker/pinyin-or-hanzi)
- [`pinyin-convert`](https://github.com/pepebecker/pinyin-convert)
- [`pinyin-rest`](https://github.com/pepebecker/pinyin-rest)
- [`pinyin-api`](https://github.com/pepebecker/pinyin-api)
- [`pinyin-bot-core`](https://github.com/pepebecker/pinyin-bot-core)
- [`pinyin-telegram`](https://github.com/pepebecker/pinyin-telegram)
- [`pinyin-messenger`](https://github.com/pepebecker/pinyin-messenger)
- [`pinyin-line`](https://github.com/pepebecker/pinyin-line)
- [`pinyin-chrome`](https://github.com/pepebecker/pinyin-chrome)
- [`pinyin-cli`](https://github.com/pepebecker/pinyin-cli)
- [`hanzi-cli`](https://github.com/pepebecker/hanzi-cli)
## Contributing
If you **have a question**, **found a bug** or want to **propose a feature**, have a look at [the issues page](https://github.com/pepebecker/hanzi-to-pinyin/issues).