All Projects → Fanhuaji → Sublime-Fanhuaji

Fanhuaji / Sublime-Fanhuaji

Licence: MIT license
繁化姬的 Sublime Text 插件

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to Sublime-Fanhuaji

discussion
記錄有關繁化姬的議題或是內容
Stars: ✭ 33 (-31.25%)
Mutual labels:  chinese, traditional-chinese, simplified-chinese
hkcs
香港民間字集 Hong Kong Character Set Project (HKCS)
Stars: ✭ 29 (-39.58%)
Mutual labels:  chinese, traditional-chinese
hanzi-tools
Converts from Chinese characters to pinyin, between simplified and traditional, and does word segmentation.
Stars: ✭ 69 (+43.75%)
Mutual labels:  traditional-chinese, simplified-chinese
ToJyutping
粵語拼音自動標註工具 Cantonese Pronunciation Automatic Labeling Tool
Stars: ✭ 30 (-37.5%)
Mutual labels:  traditional-chinese, simplified-chinese
wasm-opencc
OpenCC compiled by Emscripten so that you can run it on browsers or nodejs without compiling.
Stars: ✭ 41 (-14.58%)
Mutual labels:  traditional-chinese, simplified-chinese
Opencc
Conversion between Traditional and Simplified Chinese
Stars: ✭ 5,979 (+12356.25%)
Mutual labels:  traditional-chinese, simplified-chinese
Chinese Colors
🇨🇳🎨Chinese traditional color cheatsheet online
Stars: ✭ 1,788 (+3625%)
Mutual labels:  chinese, traditional-chinese
MixPoet
Source codes of MixPoet: Diverse Poetry Generation via Learning Controllable Mixed Latent Space (AAAI 2020)
Stars: ✭ 141 (+193.75%)
Mutual labels:  chinese
say-it
TTS in command line -- Pronounce the Chinese and English words you typed in.
Stars: ✭ 19 (-60.42%)
Mutual labels:  chinese
knowledge
Everything that you need. 💡 📚 🔭
Stars: ✭ 26 (-45.83%)
Mutual labels:  sublime-text
SIMCSE unsup
中文无监督SimCSE Pytorch实现
Stars: ✭ 113 (+135.42%)
Mutual labels:  chinese
TwoDark
Atom's OneDark inspired theme for Sublime Text
Stars: ✭ 19 (-60.42%)
Mutual labels:  sublime-text
Ciapre.tmTheme
Ciapre - an easy-on-the-eyes Sublime Text/TextMate color scheme.
Stars: ✭ 63 (+31.25%)
Mutual labels:  sublime-text
AiSpace
AiSpace: Better practices for deep learning model development and deployment For Tensorflow 2.0
Stars: ✭ 28 (-41.67%)
Mutual labels:  chinese
tensorflow-chatbot-chinese
網頁聊天機器人 | tensorflow implementation of seq2seq model with bahdanau attention and Word2Vec pretrained embedding
Stars: ✭ 50 (+4.17%)
Mutual labels:  chinese
sublime-import-helper
A Sublime Text Plugin that helps you to import your modules.
Stars: ✭ 69 (+43.75%)
Mutual labels:  sublime-text
date-extractor
Extract dates from text
Stars: ✭ 58 (+20.83%)
Mutual labels:  chinese
exhentai-tags-chinese-translation
E-Hentai/ExHentai 全部 TAGs 中文翻译
Stars: ✭ 273 (+468.75%)
Mutual labels:  chinese
ST-ASS
ASS/SSA subtitles syntax highlight for Sublime Text.
Stars: ✭ 23 (-52.08%)
Mutual labels:  sublime-text
ark-pixel-font
Open source Pan-CJK pixel font / 开源的泛中日韩像素字体
Stars: ✭ 1,767 (+3581.25%)
Mutual labels:  chinese

Sublime-Fanhuaji (繁化姬)

Required ST Build GitHub Actions Package Control GitHub tag (latest SemVer) Project license GitHub stars Donate to this project using Paypal

本倉庫為繁化姬Sublime Text 插件。

安裝方式

  • 使用 Package Control : 在 Package Control 中搜尋 Fanhuaji 安裝即可。

轉換模式

  • 简体化:将文字转换为简体。
  • 繁體化:將文字轉換為繁體。
  • 中国化:将文字转换为简体,并使用中国地区的词语修正。
  • 香港化:將文字轉換為繁體,並使用香港地區的詞語修正。
  • 台灣化:將文字轉換為繁體,並使用台灣地區的詞語修正。
  • 拼音化:將文字轉為拼音。
  • 注音化:將文字轉為注音。
  • 火星化:將文字轉換為繁體火星文。
  • 维基简体化:只使用维基百科的词库将文字转换为简体。
  • 維基繁體化:只使用維基百科的詞庫將文字轉換為繁體。

功能範例

screenshot

快捷鍵 (keybindings)

  • 彈出 Quick Panel 選單,按下 Enter 選擇轉換模式後,轉換所選的文字:

    screenshot

    {
        "keys": ["alt+f", "alt+h", "alt+j"],
        "command": "fanhuaji_convert_panel",
    },
  • 使用預先定義的參數,直接轉換所選的文字:

    {
        "keys": ["你想要使用的快捷鍵"],
        "command": "fanhuaji_convert",
        "args": {
            "args": {
                "converter": "Simplified", // 简体化
                // 更多參數...
            },
        },
    },

插件設定

{
    // 除錯模式
    "debug": false,
    // 驗證 API 伺服器的 SSL 證書
    "ssl_cert_verification": true,
    // API 伺服器位址
    "api_server": "https://api.zhconvert.org",
    // API 金鑰(若無請留空)
    "api_key": "",
    // 將在 /convert API 端點使用的參數,請參考繁化姬說明文件 https://docs.zhconvert.org
    "convert_params": {/*
        "modules": {
            // 不要使用 "GanToZuo" 模組
            "GanToZuo": 0,
        },
        "userPostReplace": {
            // 轉換完成後再將 "哦" 轉換為 "喔"
            "哦": "喔",
        },
        "userProtectReplace": [
            // 保護 "內存" 不被轉換
            "內存",
        ],
    */},
}

商業使用

繁化姬的文字轉換服務在一般使用下為免費,但若是商業使用將酌收費用。 詳情請見繁化姬商業使用

錯誤回報

本插件僅使用繁化姬的網路 API ,並不實作文字轉換。 因此,如果您發現有「轉換錯誤」,請回報至以下任一位置。

相關連結

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].