Skip to main content

Conversion between Traditional and Simplified Chinese

Project description

Open Chinese Convert 開放中文轉換

CMake Bazel MSVC Node.js CI Python CI AppVeyor

GitHub downloads WinGet npm package badge PyPI version Debian package latest packaged version(s)

Introduction 介紹

OpenCC

Open Chinese Convert (OpenCC, 開放中文轉換) is an open source project for conversions between Traditional Chinese, Simplified Chinese and Japanese Kanji (Shinjitai). It supports character-level and phrase-level conversion, character variant handling, and regional vocabulary variants across Mainland China, Taiwan and Hong Kong. This is not a translation tool between Mandarin and Cantonese, etc.

中文簡繁轉換開源項目,支持詞彙級別的轉換、異體字轉換和地區習慣用詞轉換(中國大陸、台灣、香港)及日本新字體轉換。不提供普通話與粵語之間的轉換。

Discussion (Telegram): https://t.me/open_chinese_convert

Features 特點

  • 嚴格區分「一簡對多繁」和「一簡對多異」。
  • 完全兼容異體字,可以實現動態替換。
  • 嚴格審校一簡對多繁詞條,原則爲「能分則不合」。
  • 支持中國大陸、台灣、香港異體字和地區習慣用詞轉換,如「裏」「裡」、「鼠標」「滑鼠」。
  • 詞庫和函數庫完全分離,可以自由修改、導入、擴展。

詳情參閱OpenCC 設計思想地區詞收錄標準

Installation 安裝

Package Managers 包管理器

  • Debian
  • Ubuntu
  • Fedora
  • Arch Linux
  • macOS (Homebrew)
  • WinGet
    • 使用 winget install opencc 命令可直接安裝 opencc.exe 應用程式,含 Jieba 分詞插件
  • Bazel
  • Node.js
    • 使用 npm install -g opencc 命令可安裝 OpenCC Node.js CLI
    • 使用 npm install -g opencc opencc-jieba 命令可同時安裝 OpenCC Node.js CLI 及 Jieba 分詞插件
  • Python
    • 使用 pip install opencc 命令可安裝 Python API 及 Python CLI
  • More (Repology)

Prebuilt binaries 預編譯二進位檔

OpenCC 1.4.0 主要更新是將 C++ ABI / SOVERSION 提升至 1.4,避免舊版 libopencc.so.1.3 使用者靜默載入 ABI 不相容的新版本;下游 C++ 程式需重新鏈結。

Usage 使用

Online 線上轉換

https://opencc.js.org/converter?config=s2t

Node.js

npm install opencc

The npm package supports Node.js >=20.17. It uses bundled Node-API prebuilds when available and falls back to a local node-gyp build when the current platform does not have a matching prebuild.

To install the npm CLI:

npm install -g opencc
opencc -c s2t.json -i input.txt -o output.txt

The npm CLI supports basic text conversion. Plugins, --inspect, and --segmentation require the native OpenCC CLI.

import { OpenCC } from 'opencc';
async function main() {
  const converter: OpenCC = new OpenCC('s2t.json');
  const result: string = await converter.convertPromise('汉字');
  console.log(result);  // 漢字
}

See demo.js and ts-demo.ts.

Python

pip install opencc (Windows, Linux, macOS)

import opencc
converter = opencc.OpenCC('s2t.json')
converter.convert('汉字')  # 漢字

The Python package also installs a basic CLI:

pip install opencc
opencc -c s2t.json -i input.txt -o output.txt

The Python CLI supports basic text conversion, --include-tofu-risk-dictionaries, and --resource-zip. Diagnostic modes such as --inspect and --segmentation still require the native OpenCC CLI.

C++

#include "opencc.h"

int main() {
  const opencc::SimpleConverter converter("s2t.json");
  converter.Convert("汉字");  // 漢字
  return 0;
}

Full example with Bazel

When OpenCC is embedded in a server binary or self-contained application, the JSON config can stay small while dictionary resources are loaded from explicit resource directories:

#include <memory>
#include <vector>

#include "SimpleConverter.hpp"

int main() {
  auto resources = std::make_shared<opencc::FilesystemResourceProvider>(
      std::vector<std::string>{
          "/opt/my-app/opencc",
          "/opt/my-app/plugins/opencc-jieba",
          "/usr/share/opencc",
      });
  const opencc::SimpleConverter converter("s2t.json", resources);
  converter.Convert("汉字");
  return 0;
}

FilesystemResourceProvider searches directories in order. Existing SimpleConverter("s2t.json") and CLI behavior continue to use the config file location, current directory, explicit paths, and installed OpenCC data directory as before.

C

#include "opencc.h"

int main() {
  opencc_t opencc = opencc_open("s2t.json");
  const char* input = "汉字";
  char* converted = opencc_convert_utf8(opencc, input, strlen(input));  // 漢字
  opencc_convert_utf8_free(converted);
  opencc_close(opencc);
  return 0;
}

Full Document 完整文檔

Command Line

Unless otherwise noted, this section describes the native OpenCC CLI built from the C++ toolchain. The Python and npm CLIs support basic file/stdin conversion only, plus --include-tofu-risk-dictionaries; the Python CLI also supports --resource-zip.

  • opencc --help
  • opencc_dict --help

Segmentation and Inspection Modes

OpenCC CLI supports two diagnostic modes that output JSON instead of converted text:

--segmentation — Output segmentation result only (no conversion):

echo "他只看了几行日志,就一叶知秋,猜到整个系统是数据库连接池出了问题" | opencc -c s2twp.json --segmentation
# {"input":"他只看了几行日志,就一叶知秋,猜到整个系统是数据库连接池出了问题","segments":["他","只看","了几行","日志",",就","一叶知秋",",猜到","整个","系统","是","数据库","连接池","出了","问题"]}

--inspect — Output full inspection result (segmentation + per-stage conversion + final output):

echo "他只看了几行日志,就一叶知秋,猜到整个系统是数据库连接池出了问题" | opencc -c s2twp.json --inspect
# {"input":"他只看了几行日志,就一叶知秋,猜到整个系统是数据库连接池出了问题","segments":["他","只看","了几行","日志",",就","一叶知秋",",猜到","整个","系统","是","数据库","连接池","出了","问题"],"stages":[{"index":1,"segments":["他","只看","了幾行","日誌",",就","一葉知秋",",猜到","整個","系統","是","數據庫","連接池","出了","問題"]},{"index":2,"segments":["他","只看","了幾行","日誌",",就","一葉知秋",",猜到","整個","系統","是","資料庫","連線池","出了","問題"]},{"index":3,"segments":["他","只看","了幾行","日誌",",就","一葉知秋",",猜到","整個","系統","是","資料庫","連線池","出了","問題"]}],"output":"他只看了幾行日誌,就一葉知秋,猜到整個系統是資料庫連線池出了問題"}

# Pretty-print with jq:
echo "他只看了几行日志,就一叶知秋,猜到整个系统是数据库连接池出了问题" | opencc -c s2twp.json --inspect | jq .

These modes are useful for diagnosing conversion issues:

  1. Use --segmentation to verify that the input is segmented as expected.
  2. Use --inspect to see which conversion stage produces an unexpected result.

Rules:

  • --segmentation and --inspect are mutually exclusive.

Official / Recommended Ports

The following ports are maintained within the OpenCC ecosystem and are generally up to date with current configuration and dictionary data.

Other Ports (Unofficial)

These ports are community-maintained and may not always track upstream updates.

Configurations 配置文件

預設配置文件

  • s2t.json Simplified Chinese to Traditional Chinese (OpenCC Standard) / 簡體OpenCC 標準繁體
  • t2s.json Traditional Chinese (OpenCC Standard) to Simplified Chinese / OpenCC 標準繁體簡體
  • s2tw.json Simplified Chinese to Traditional Chinese (Taiwan Standard) / 簡體台灣正體
  • tw2s.json Traditional Chinese (Taiwan Standard) to Simplified Chinese / 台灣正體簡體
  • s2hk.json Simplified Chinese to Traditional Chinese (Hong Kong variant) / 簡體香港繁體
  • hk2s.json Traditional Chinese (Hong Kong variant) to Simplified Chinese / 香港繁體簡體
  • s2twp.json Simplified Chinese to Traditional Chinese (Taiwan Standard, with Taiwan Phrases) / 簡體台灣正體(含台灣常用詞彙)
  • tw2sp.json Traditional Chinese (Taiwan Standard) to Simplified Chinese (Mainland China Phrases) / 台灣正體簡體(含中國大陸常用詞彙)
  • t2tw.json Traditional Chinese (OpenCC Standard) to Traditional Chinese (Taiwan Standard) / OpenCC 標準繁體台灣正體
  • tw2t.json Traditional Chinese (Taiwan Standard) to Traditional Chinese (OpenCC Standard) / 台灣正體OpenCC 標準繁體
  • t2hk.json Traditional Chinese (OpenCC Standard) to Traditional Chinese (Hong Kong variant) / OpenCC 標準繁體香港繁體
  • hk2t.json Traditional Chinese (Hong Kong variant) to Traditional Chinese (OpenCC Standard) / 香港繁體OpenCC 標準繁體

下列配置文件仍在開發中,歡迎貢獻新詞組:

  • s2hkp.json Simplified Chinese to Traditional Chinese (Hong Kong variant, with Hong Kong Phrases) / 簡體香港繁體(香港常用詞彙)
  • hk2sp.json Traditional Chinese (Hong Kong variant) to Simplified Chinese (Mainland China Phrases) / 香港繁體簡體(含中國大陸常用詞彙)

下列配置文件僅供探索性研究,不建議用於生產環境:

  • t2jp.json Old Japanese Kanji (Kyūjitai) to New Japanese Kanji (Shinjitai) / 日文舊字體日文新字體
  • jp2t.json New Japanese Kanji (Shinjitai) to Old Japanese Kanji (Kyūjitai) / 日文新字體日文舊字體,並將少量日文詞組轉換爲對應中文

指定配置文件

通过环境变量OPENCC_DATA_DIR加载指定路径下的配置文件

OPENCC_DATA_DIR=/path/to/your/config/dir opencc --help

內聯字典(inline dictionary)

配置檔中的字典可使用 type: "inline",直接在 JSON 裡定義小型自訂詞彙, 不必修改外部字典檔。例如在 group.dicts 最前面加入覆寫規則:

{
  "conversion_chain": [
    {
      "dict": {
        "type": "group",
        "dicts": [
          {
            "type": "inline",
            "entries": {
              "麦旋风": "冰炫風",
              "服务器": "伺服器"
            }
          },
          {
            "type": "ocd2",
            "file": "STPhrases.ocd2"
          },
          {
            "type": "ocd2",
            "file": "STCharacters.ocd2"
          }
        ]
      }
    }
  ]
}

規則與限制:

  • entries 必須是 JSON 物件。
  • entries 的 key/value 必須是非空字串。
  • 重複 key 不受支援;如包含,載入會直接失敗(拋出錯誤)。
  • key/value 會按解析結果原樣使用,不做 trim、大小寫折疊或 Unicode normalization。
  • 內聯字典與普通字典行為一致,優先級由 group.dicts 的順序決定。
  • 內聯字典輸出仍會繼續經過後續 conversion_chain 步驟,不提供鎖定最終輸出。

備註:OpenCC 1.3.2+ 解析器支援有限 JSONC 語法(///* */ 註解與尾逗號)。 若需跨實作相容,建議使用嚴格 JSON,不依賴 JSONC 擴充。

更多完整示例可見 examples/config/。該目錄僅供學習與自訂參考,不屬於官方內建 配置列表。

Experimental Plugins 試驗性插件

OpenCC 現已支援外部 C++ 分詞插件。當前第一個插件為 opencc-jieba, 可通過 s2t_jieba.jsons2tw_jieba.jsons2hk_jieba.jsons2twp_jieba.jsontw2sp_jieba.json 等插件配置啓用。

OpenCC now supports external C++ segmentation plugins. The first plugin is opencc-jieba, which can be enabled through plugin-backed configs such as s2t_jieba.json, s2tw_jieba.json, s2hk_jieba.json, s2twp_jieba.json, and tw2sp_jieba.json.

注意:

  • 該插件機制目前仍為試驗性功能。
  • jieba 插件是可選組件,預設 OpenCC 構建、Python 套件和 Node.js 套件都不要求它。
  • opencc-jieba 額外依賴 cppjieba 及其配套詞典資源,這些依賴僅在構建或分發該插件時需要。
  • 在下一次正式發布版本之前,插件 ABI 仍可能發生變化,不應視為穩定介面。
  • 我們預計從下一次正式發布版本開始,將插件 ABI 視為穩定介面。
  • Windows 下插件必須與宿主 OpenCC 二進位使用 ABI 相容的工具鏈/執行時構建;MSVC 與 MinGW 產物不支援混用。

Notes:

  • The plugin mechanism is currently experimental.
  • The jieba plugin is optional and is not required for the default OpenCC build, Python package, or Node.js package.
  • opencc-jieba additionally depends on cppjieba and its dictionary resources. These dependencies are only needed when building or distributing the plugin itself.
  • The plugin ABI may still change before the next formal OpenCC release and should not yet be treated as stable.
  • We expect to treat the plugin ABI as stable starting with the next formal OpenCC release.
  • On Windows, plugins must be built with an ABI-compatible toolchain/runtime as the host OpenCC binary. Mixing MSVC-built hosts with MinGW-built plugins, or the reverse, is unsupported.

Build 編譯

Build with CMake

Linux & macOS

g++ 4.6+ or clang 3.2+ is required.

make

Windows Visual Studio:

build.cmd

Build with Bazel

bazel build //:opencc

Test 測試

Linux & macOS

make test

Windows Visual Studio:

test.cmd

Test with Bazel

bazel test --test_output=all //src/... //data/... //python/... //test/...

Benchmark 基準測試

make benchmark

詳情見 doc/benchmark.md 檔案。

Projects using OpenCC 使用 OpenCC 的項目

Please update if your project is using OpenCC.

License 許可協議

Apache License 2.0

Third Party Libraries 第三方庫

Change History 版本歷史

Links 相關連結

Contributors 貢獻者

Please feel free to update this list if you have contributed OpenCC.

Project details


Download files

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

Source Distribution

opencc-1.4.0.tar.gz (11.6 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

opencc-1.4.0-cp314-cp314-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.14Windows x86-64

opencc-1.4.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

opencc-1.4.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

opencc-1.4.0-cp314-cp314-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

opencc-1.4.0-cp314-cp314-macosx_10_15_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

opencc-1.4.0-cp313-cp313-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.13Windows x86-64

opencc-1.4.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

opencc-1.4.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

opencc-1.4.0-cp313-cp313-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

opencc-1.4.0-cp313-cp313-macosx_10_13_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

opencc-1.4.0-cp312-cp312-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.12Windows x86-64

opencc-1.4.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

opencc-1.4.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

opencc-1.4.0-cp312-cp312-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

opencc-1.4.0-cp312-cp312-macosx_10_13_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

opencc-1.4.0-cp311-cp311-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.11Windows x86-64

opencc-1.4.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

opencc-1.4.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

opencc-1.4.0-cp311-cp311-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

opencc-1.4.0-cp311-cp311-macosx_10_9_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

opencc-1.4.0-cp310-cp310-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.10Windows x86-64

opencc-1.4.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

opencc-1.4.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

opencc-1.4.0-cp310-cp310-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

opencc-1.4.0-cp310-cp310-macosx_10_9_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file opencc-1.4.0.tar.gz.

File metadata

  • Download URL: opencc-1.4.0.tar.gz
  • Upload date:
  • Size: 11.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for opencc-1.4.0.tar.gz
Algorithm Hash digest
SHA256 55657ef86e0b2972bb5c0ff4ef4a9aa9c520e112cf63b3fc81665822f02b2b69
MD5 43e251d596a88cec8c36d49f60f984ee
BLAKE2b-256 a54b2db9bed94110626a0fc4bf245fdcf97869a11a5c2e9bbd5c815fc11da84d

See more details on using hashes here.

File details

Details for the file opencc-1.4.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: opencc-1.4.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for opencc-1.4.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 67bf6d13bfe2f633be5b998ae17ed1bb1b2431759980667883b900a64d1a4ad8
MD5 5f9ef292c41b159d2444cd7a416905ae
BLAKE2b-256 22cb5ccfbd50211eff1bb45c735b4194c2dcb6050ce5247da65378e6e282ef77

See more details on using hashes here.

File details

Details for the file opencc-1.4.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for opencc-1.4.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 114e451f923345cb4807d76b50d96d9f5af2faf99c371af4c05b122a979f0ea9
MD5 18a9bd7b5bbbc6271e1ab46f6cf5d580
BLAKE2b-256 ba3f919711924f40e8c4d94cc57d195cbb622b07769979bfda6e5d27a4461e17

See more details on using hashes here.

File details

Details for the file opencc-1.4.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for opencc-1.4.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 628838b1e875ef65141ff7ff70445b340f08e629f121592b948788f30431150c
MD5 fe7bfe5d5aad89fccba5dc4213d4e846
BLAKE2b-256 006f09798b1374be89112a7f2145d4581f9c6c398d1eb9cb4828ec8130d2a45c

See more details on using hashes here.

File details

Details for the file opencc-1.4.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for opencc-1.4.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bf278a1bf15b027e5e6d9e1d55154b72b8bd9ba3bef7df56a0ecbfd7e0c4b6d7
MD5 2a7a66caa390b4027e77e27862c44b4c
BLAKE2b-256 e77009db2b62f389c0a5c95fa0eb3aade15d501fc997ae1ac9282d558c3b3efe

See more details on using hashes here.

File details

Details for the file opencc-1.4.0-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for opencc-1.4.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 0e4201bd9a95dc1c7f88e946b2fe3b46537011bb3d75e3e9b52b98d65355af2c
MD5 ee9d3990c0e90398c4515d7989138e24
BLAKE2b-256 5558dfeae098c8fb3b13317b62a3fe4c166d33879e43b45068192f180f3b9b54

See more details on using hashes here.

File details

Details for the file opencc-1.4.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: opencc-1.4.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for opencc-1.4.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 69a8f384b42aedaae35ca22cb202763cb2b8347b4ee0060344e839f6c801e004
MD5 f285c45cc8ab098d38e08fc46185c55b
BLAKE2b-256 2964b9e673b1d88aa2cc9d0df17f4b69cc2604ea201d7185be3e36f1ae929beb

See more details on using hashes here.

File details

Details for the file opencc-1.4.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for opencc-1.4.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 6fe81f972060524c62ae020485dcc2f8777248baedf96163454291eb8d00455c
MD5 0c978e3768a99d4785b4db3305f203a7
BLAKE2b-256 fe0391209fc1dc5882676c1f65eaa7b043457305f4ec2891295408d2dccfc887

See more details on using hashes here.

File details

Details for the file opencc-1.4.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for opencc-1.4.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 cb15932cd7bd6246d327298c550cadaa82fc7d1a1d0c5b08d26c1f31cab311e1
MD5 7b14cee9b29523add4eb2317629000e9
BLAKE2b-256 b30ed8057b12d4f08e7e452baab1c0b66e8357bbcabf69a016af968570a72930

See more details on using hashes here.

File details

Details for the file opencc-1.4.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for opencc-1.4.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a2446c536788c08010152e8cd510c2302047b8efdd992c54f8dc93a01f7ac64d
MD5 9c8f1fdc1a70a3dff7706b233b7dff96
BLAKE2b-256 adbc085dad040c91f3a7d755a8c5346a7ff50bce68fa33f13a3bbca280419d6d

See more details on using hashes here.

File details

Details for the file opencc-1.4.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for opencc-1.4.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 02579132b1d0ffc01047de3b6165a15bef98af7302db1fd53b0bfbc6a995caaa
MD5 7bb7fdc6a554e496bb1320778ebfe4b1
BLAKE2b-256 b69da83e1af711943767298dc7d8c32ca90fb109ceb5bbb283dc1eb1ca52c037

See more details on using hashes here.

File details

Details for the file opencc-1.4.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: opencc-1.4.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for opencc-1.4.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d14f447e27f817e3509849c09c4fe26babf60bafd29148a50b0c7f74f787cf89
MD5 1f31489b90bea9250254d5c8d3b35618
BLAKE2b-256 153e278843481b2d5ab63fb48cf4d87e77a8d4197ccd7ee258314e81cb5eefc1

See more details on using hashes here.

File details

Details for the file opencc-1.4.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for opencc-1.4.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 bb996358e9d598b7e3ad38be50715a5c1e31e7ae8705c1b8a5ed8cf6c088aee7
MD5 f255d045c732fa41f46433f819b6aab2
BLAKE2b-256 153fb734e0a2bc90f05fa289cf1a9ef582cea3fe73e94b85f5bcbea34bfc481e

See more details on using hashes here.

File details

Details for the file opencc-1.4.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for opencc-1.4.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 a8f0fe04b57adbae80280963c5b2a0a85318d738bfcea1ded3ef1bac235fef43
MD5 224797f28457f8b26322b2ca2dd73de6
BLAKE2b-256 ee4a083942226df0dd654435cdba948c77fd7bb7f8817adaf7844df005a56104

See more details on using hashes here.

File details

Details for the file opencc-1.4.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for opencc-1.4.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a3cfa42b829c648511b15a9a943047895148e1cb0b51975f2795eecddf52bc3a
MD5 210c73267d97f943513386516c8c1eab
BLAKE2b-256 7b8d1e1ec5387ce95166dcab3c0666462ffe8dbfe9220ef3586744d86de69edb

See more details on using hashes here.

File details

Details for the file opencc-1.4.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for opencc-1.4.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 aa74886178791555ca8c05b68f4957b4398945db9976f70ed090b0bcc0239e51
MD5 932406b091276647273e6084cab976f6
BLAKE2b-256 2d522ba04157e0236afddbeb3d92ccd58da259d0e3024cb9a882734f8811dcf6

See more details on using hashes here.

File details

Details for the file opencc-1.4.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: opencc-1.4.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for opencc-1.4.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 edc04a9fc90e6140360dc67836c10309bef36ae167e96356bad6afe362a97986
MD5 aa51b7a868989327d206449e9388d134
BLAKE2b-256 041e5bd3091d79502d9551e921ec90ad4fe38bacfee7fb59b88658c76ad9679d

See more details on using hashes here.

File details

Details for the file opencc-1.4.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for opencc-1.4.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 5207f12cae14111b977e6a25f26cc7b93149f2cbe93c730109b3232d4f771ab2
MD5 3c13345fe3f2dcbd6217d3c116c2ce9a
BLAKE2b-256 d2bd753bd30702deee8173b6dfda0bd0aff101ba74ae8429629bef8a1dc84f8d

See more details on using hashes here.

File details

Details for the file opencc-1.4.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for opencc-1.4.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 4607a4d39ddcde2f031b4713bd2f9e3a064b8c53fa05bb54584eff1ff85d024e
MD5 11a04be645f0583df374f6933fc096cd
BLAKE2b-256 24a6fcf6081d1db03fd3e6421ba8d887f89e99e5bfaa11afd4603e4ccede4ab5

See more details on using hashes here.

File details

Details for the file opencc-1.4.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for opencc-1.4.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 15325d2b00843bb67e6ba291dcada2b7f3539d203619807b761f94958e43e4e1
MD5 5b019200fd7396f2b94de01422a6bc7a
BLAKE2b-256 86dd5a4d588f348fe6bd023bfed38f303d9933225cccde629c54bec325057fab

See more details on using hashes here.

File details

Details for the file opencc-1.4.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for opencc-1.4.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 50066a6b7bfe5e7a42dd6aa3f873224ee6b490e02875d24e7bfa1e3e4b93e7bd
MD5 c658a5fe10fab51f7dda65138e8be841
BLAKE2b-256 e0f9b5d4299f765a798ec406c9a18d4d99e961642c89325f0a60b6122790b6a8

See more details on using hashes here.

File details

Details for the file opencc-1.4.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: opencc-1.4.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for opencc-1.4.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 22edf7104d4a491d6b1309ba516272fa7683660e99c117a10488c6360a0df3fd
MD5 6e742ccc6d071e0790b7692fa5c1aef6
BLAKE2b-256 f51192cca3be640b56d8143ec840c056760eea80c729fb2dd98f25f6b04f2d2b

See more details on using hashes here.

File details

Details for the file opencc-1.4.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for opencc-1.4.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 d5fa239d0fe0c14a1fe1b92568682d22d6b6db330546ae6e826ade873334761a
MD5 091b7d8710a971f2786adb0597a099d2
BLAKE2b-256 f01360a0352a2df4f40987bddc6e09bd5e0f15c80976c57fdea295d967c6476e

See more details on using hashes here.

File details

Details for the file opencc-1.4.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for opencc-1.4.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 2e069f4a6cdd9c4c359b9f1e159d8dfa67d2774f55e4d49218312fbcbfb1c756
MD5 e9b4242f9e0c3e6d10a1f0346c842ff3
BLAKE2b-256 15f9dba7a1215543603069e9981046332a73ba2761897ad9ff543b62c0c68ad0

See more details on using hashes here.

File details

Details for the file opencc-1.4.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for opencc-1.4.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 513e7008cfe3255361d386d112513ce8769a476bf484d793336366a94116f7d2
MD5 7620bdf6862557836753eac32cbe5072
BLAKE2b-256 0e295b7d6adfb1275b8c981156e94fd8361942059656e3318e37a39bbce17437

See more details on using hashes here.

File details

Details for the file opencc-1.4.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for opencc-1.4.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fac30a1ba3c2df8257220d69daa7b63dc4f5fff25172dd09f3c2527aec7fa452
MD5 f27f7e2d0d2a76ed47632d62e97fcd43
BLAKE2b-256 1c99abc8c723456cac9cf6b0884ab44d5d232904397d8beb5d96a05fecc989e9

See more details on using hashes here.

Supported by

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