Translate chinese chars to pinyin based on Mandarin.dat
Project description
Translate chinese chars to pinyin based on Mandarin.dat
Install
$ pip install pinyin
Usage
>>> import pinyin
>>> print pinyin.get('你 好')
nǐ hǎo
>>> print pinyin.get('你好', format="strip", delimiter=" ")
ni hao
>>> print pinyin.get('你好', format="numerical")
ni3hao3
>>> print pinyin.get_initial('你好')
n h
Prototype Chinese->English
>>> import pinyin.cedict
>>> pinyin.cedict.translate_word('你')
['you (informal, as opposed to courteous 您[nin2])']
>>> pinyin.cedict.translate_word('你好')
['Hello!', 'Hi!', 'How are you?']
>>> list(pinyin.cedict.all_phrase_translations('你好'))
[['你', ['you (informal, as opposed to courteous 您[nin2])']], ['你好', ['Hello!', 'Hi!', 'How are you?']], ['好', ['to be fond of', 'to have a tendency to', 'to be prone to']]]
Note that this is a prototype, and only functions from Python 3.
License
pinyin is free software, under an MIT-style license. See LICENSE for details.
The data file for translations is the CC-BY-SA 3.0.
The translations are from the CC-CE-DICT project (https://cc-cedict.org/wiki/), by Denisowski, Peterson, Brelsford, and others.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pinyin-hitalent-0.4.1.tar.gz
(3.6 MB
view details)
File details
Details for the file pinyin-hitalent-0.4.1.tar.gz.
File metadata
- Download URL: pinyin-hitalent-0.4.1.tar.gz
- Upload date:
- Size: 3.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5842230b4119c04e8758c99c8b366c57bebbaa8b5d23eda5bef5e6da081a6283
|
|
| MD5 |
116a759eee4508fcec85e9053df95c7d
|
|
| BLAKE2b-256 |
ccf31df9eebc811465db81780503a65b51d887a74964a225273a12b4062d51d1
|