Skip to main content

A Python wrapper for Open Chinese Convert

Project description

What is OpenCC-python?

OpenCC-Python is a Python wrapper for Open Chinese Converter

Installation

To install opencc-python:

pip install opencc-python

How to use it?

You need to install opencc command tool first, if you are using Windows, the command tool is already attached in the package, you can use it right away. Following is a simple example

# -*- coding: utf8 -*-
import opencc
cc = opencc.OpenCC('t2s')
print cc.convert(u'Open Chinese Convert(OpenCC)「開放中文轉換」,是一個致力於中文簡繁轉換的項目,提供高質量詞庫和函數庫(libopencc)。')

And the output should be

Open Chinese Convert(OpenCC)「开放中文转换」,是一个致力于中文简繁转换的项目,提供高质量词库和函数库(libopencc)。

There are four build-in configurations in opencc.BUILDIN_CONFIGS,

  • t2s - Traditional Chinese to Simplified Chinese

  • s2t - Simplified Chinese to Traditional Chinese

  • mix2t - Mixed to Traditional Chinese

  • mix2s - Mixed to Simplified Chinese

To use a customized path to opencc command tool, you can pass opencc_path parameter like this

cc = opencc.OpenCC('t2s',
                   opencc_path='/path/to/opencc')

To use your own configuration, you should change the data_path, too

cc = opencc.OpenCC(config='/path/to/my/config',
                   opencc_path='/path/to/opencc',
                   data_path='/path/to/data/folder')

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

opencc-python-0.1.zip (944.3 kB view details)

Uploaded Source

Built Distribution

opencc-python-0.1.win32.exe (1.1 MB view details)

Uploaded Source

File details

Details for the file opencc-python-0.1.zip.

File metadata

  • Download URL: opencc-python-0.1.zip
  • Upload date:
  • Size: 944.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for opencc-python-0.1.zip
Algorithm Hash digest
SHA256 f82ebf8cd62ed6377ba49ae34502c389bbaaaa25142b7eda0ffd84462153f223
MD5 1e028b5bc2ffdac81959849776da4136
BLAKE2b-256 2d35afa677ced911b672e0f099856a565514a670b505f94d1150c77ce0c73a7a

See more details on using hashes here.

File details

Details for the file opencc-python-0.1.win32.exe.

File metadata

File hashes

Hashes for opencc-python-0.1.win32.exe
Algorithm Hash digest
SHA256 3601a2edcaafa7ba17deb5400742bea5450859e61a39ffb105e7c8d01a1ae308
MD5 cf0e4fb65ac0b4fe9ee7496a18d62288
BLAKE2b-256 f56802c10ef560d65e8e45271aff21f49fdb443f4233e16542ac1c1a182ffab5

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page