OpenCC Python binding
Project description
What is pyOpenCC?
pyOpenCC is a Python wrapper for Open Chinese Converter
Installation
You need to install opencc-dev first, To install OpenCC:
Debian
apt-get install libopencc-dev -y
FreeBSD
cd /usr/ports/chinese/opencc make install clean
How to use it?
Following is a simple example
# -*- coding: utf8 -*- import opencc cc = opencc.OpenCC('zht2zhs.ini') print cc.convert(u'Open Chinese Convert(OpenCC)「開放中文轉換」,是一個致力於中文簡繁轉換的項目,提供高質量詞庫和函數庫(libopencc)。')
And the output should be
Open Chinese Convert(OpenCC)「开放中文转换」,是一个致力于中文简繁转换的项目,提供高质量词库和函数库(libopencc)。
There are four convertion in opencc.
zht2zhs.ini - Traditional Chinese to Simplified Chinese
zhs2zht.ini - Simplified Chinese to Traditional Chinese
mix2zht.ini - Mixed to Traditional Chinese
mix2zhs.ini - Mixed to Simplified Chinese
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
pyopencc-0.4.2.2.zip
(3.5 kB
view details)
File details
Details for the file pyopencc-0.4.2.2.zip
.
File metadata
- Download URL: pyopencc-0.4.2.2.zip
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
1b9f832833106fd1713eecded3641cf4f894102a66fcb543923fc755297105d3
|
|
MD5 |
6aa9ee5d1f376e9b43d5dbf093ac2bf4
|
|
BLAKE2b-256 |
862086d1300e42436fc53ee77b58d7418211405c25edcda18e0fbbd74a4762c2
|