All Projects → JackKuo-tw → shudu

JackKuo-tw / shudu

Licence: AGPL-3.0 license
Shudu 為一個開源文字處理平台,目的是讓閱讀者能夠舒服的閱讀、編寫文案。

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
Pug
443 projects
Makefile
30231 projects
CSS
56736 projects
go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to shudu

alfred-chinese-converter
支持 OpenCC 簡繁體中文詞彙級別轉換、異體字轉換以及地區習慣用詞轉換的 Alfred 2 workflow
Stars: ✭ 42 (+68%)
Mutual labels:  chinese, opencc
rasa bot
整理:基于Rasa-NLU和Rasa-Core的任务型ChatBot
Stars: ✭ 51 (+104%)
Mutual labels:  chinese
word2vec-movies
Bag of words meets bags of popcorn in Python 3 中文教程
Stars: ✭ 54 (+116%)
Mutual labels:  chinese
deep ethereum
电子书:以太坊技术与实现
Stars: ✭ 304 (+1116%)
Mutual labels:  chinese
ime.vim
A Vim input method engine
Stars: ✭ 74 (+196%)
Mutual labels:  chinese
pinyin data
🐼 Easy to use and portable pronunciation data for Hanzi characters.
Stars: ✭ 13 (-48%)
Mutual labels:  chinese
eslint-config-mingelz
A shared ESLint configuration with Chinese comments. 一份带有完整中文注释的 ESLint 规则。
Stars: ✭ 15 (-40%)
Mutual labels:  chinese
react-flashcards
A simple React + Firebase flashcard application
Stars: ✭ 29 (+16%)
Mutual labels:  chinese
fuzzychinese
A small package to fuzzy match chinese words
Stars: ✭ 50 (+100%)
Mutual labels:  chinese
stable-baselines-zh
Stable Baselines官方文档中文版
Stars: ✭ 75 (+200%)
Mutual labels:  chinese
predict Lottery ticket
双色球+大乐透彩票AI预测
Stars: ✭ 341 (+1264%)
Mutual labels:  chinese
Vanhiupun.github.io
🏖️ Vanhiupun's Awesome Site ==> another theme for elegant writers with modern flat style and beautiful night/dark mode.
Stars: ✭ 57 (+128%)
Mutual labels:  chinese
PHP-Chinese
PHP Chinese Conversion (中文繁簡轉換)
Stars: ✭ 37 (+48%)
Mutual labels:  chinese
ModernSecurityProtectionGuide
Modern Security Protection Guide
Stars: ✭ 72 (+188%)
Mutual labels:  chinese
iTop-CN
iTop in chinese
Stars: ✭ 36 (+44%)
Mutual labels:  chinese
embedding study
中文预训练模型生成字向量学习,测试BERT,ELMO的中文效果
Stars: ✭ 94 (+276%)
Mutual labels:  chinese
BERT-chinese-text-classification-pytorch
This repo contains a PyTorch implementation of a pretrained BERT model for text classification.
Stars: ✭ 92 (+268%)
Mutual labels:  chinese
ChineseNames
🀄 Chinese Name Database (1930-2008)
Stars: ✭ 99 (+296%)
Mutual labels:  chinese
Soft-CHS
用于存放一些自行汉化的小软件 1.madvr
Stars: ✭ 97 (+288%)
Mutual labels:  chinese
lwodf
The Chinese edition of Live Working or Die Fighting: How the Working Class Went Global (劳工的全球化), authored by Paul Mason, translated by the CNPolitics translation team.
Stars: ✭ 25 (+0%)
Mutual labels:  chinese

Shudu 舒讀

Shudu 為一個開源文字處理平台,目的是讓閱讀者能夠舒服的閱讀、輕鬆編寫文案。

網頁版 可以將「簡體字、中國用語」轉換成「繁體、台灣習慣用語」, 並且套用舒服的文案排版格式。(其他種轉換開發中)

此專案特別感謝 pangu.jsOpenCC 這兩個專案,沒有前輩們的貢獻不會有如此好用的工具。

Installation

From source code

npm install

From Docker Hub

Support x86_64, ARM, ARM64

docker pull jackkuo/shudu
docker run -it -d --name shudu -p 3000:3000 jackkuo/shudu

Usage

$ node index.js 鼠标在手,光标跟我走!

原始: 鼠标在手,光标跟我走!
轉換: 滑鼠在手,游標跟我走!

$ node index.js "泰勒絲(Taylor Swift)在20歲時即拿到Grammy Award"

原始: 泰勒絲(Taylor Swift)在20歲時即拿到Grammy Award
轉換: 泰勒絲 (Taylor Swift) 在 20 歲時即拿到 Grammy Award

go cli

$ echo 執行個體 | ./shudu --config tw2sp
实例

TODO

  • Web GUI Server
  • JSON Server
  • Conversion Option
  • Fix Some Wrong Conversions
  • Docker
  • Redis cache
  • Firefox Addon
  • Chrome Extension
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].