All Projects → muan → Romanize Names

muan / Romanize Names

Licence: mit
㊙️ Node module for romanizing names in Traditional Chinese for Taiwan primarily.

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Romanize Names

Char rnn lm zh
language model in Chinese,基于Pytorch官方文档实现
Stars: ✭ 57 (-35.23%)
Mutual labels:  chinese
Chinese Hershey Font
Convert Chinese Characters to Single-Line Fonts using Computer Vision
Stars: ✭ 70 (-20.45%)
Mutual labels:  chinese
Happy Captcha
Happy Captcha是一款易于使用的Java验证码软件包,旨在花最短的时间,最少的代码量,实现Web站点的验证码功能。Happy Captcha完全遵循Apache 2.0开源许可协议,你可以自由使用该软件,如您在使用Happy Captcha时发现软件的任何缺陷,欢迎随时与我联系。
Stars: ✭ 75 (-14.77%)
Mutual labels:  chinese
Awesome Cn
awesome项目中文翻译,提升查阅效率
Stars: ✭ 62 (-29.55%)
Mutual labels:  chinese
Copywriting Correct
中英文文案排版纠正器
Stars: ✭ 67 (-23.86%)
Mutual labels:  chinese
Rasa nlu chi
Turn Chinese natural language into structured data 中文自然语言理解
Stars: ✭ 1,166 (+1225%)
Mutual labels:  chinese
Gpt2 Ml
GPT2 for Multiple Languages, including pretrained models. GPT2 多语言支持, 15亿参数中文预训练模型
Stars: ✭ 1,066 (+1111.36%)
Mutual labels:  chinese
Cws
Source code for an ACL2016 paper of Chinese word segmentation
Stars: ✭ 81 (-7.95%)
Mutual labels:  chinese
Nezha chinese pytorch
NEZHA: Neural Contextualized Representation for Chinese Language Understanding
Stars: ✭ 65 (-26.14%)
Mutual labels:  chinese
Chinese Word Vectors
100+ Chinese Word Vectors 上百种预训练中文词向量
Stars: ✭ 9,548 (+10750%)
Mutual labels:  chinese
Typeset
自动修正中文、英文、代码混合排版中的全半角、空格等问题
Stars: ✭ 63 (-28.41%)
Mutual labels:  chinese
Unilmchatchitrobot
Unilm for Chinese Chitchat Robot.基于Unilm模型的夸夸式闲聊机器人项目。
Stars: ✭ 67 (-23.86%)
Mutual labels:  chinese
Calendar
Android日历 仿小米 华为 滴答清单 365日历(农历),周视图 月视图 平滑滚动 节假日 五六行周切换 week or month calendar
Stars: ✭ 1,183 (+1244.32%)
Mutual labels:  chinese
Rxswift Chinese Documentation
RxSwift 中文文档
Stars: ✭ 1,107 (+1157.95%)
Mutual labels:  chinese
Awesome Telegram Cn
telegram 开发资源、机器人资源整理
Stars: ✭ 78 (-11.36%)
Mutual labels:  chinese
Emacs Document
translate emacs documents to Chinese for convenient reference
Stars: ✭ 1,085 (+1132.95%)
Mutual labels:  chinese
Learn Vim
Vim 实操教程(Learning Vim)Vim practical tutorial.
Stars: ✭ 1,166 (+1225%)
Mutual labels:  chinese
U2c
Unicode To Chinese -- U2C : A burpsuite Extender That Convert Unicode To Chinese 【Unicode编码转中文的burp插件】
Stars: ✭ 83 (-5.68%)
Mutual labels:  chinese
Py3aiml chinese
官方py3AIML基于英文,现为其增加中文支持,并将代码注释翻译为中文。实测可正常解析带中文pattern和template的aiml文件。
Stars: ✭ 80 (-9.09%)
Mutual labels:  chinese
Hacker Laws Zh
💻📖对开发人员有用的定律、理论、原则和模式。(Laws, Theories, Principles and Patterns that developers will find useful.)
Stars: ✭ 9,446 (+10634.09%)
Mutual labels:  chinese

Romanize names Travis CI js-standard-style

Romanizing Chinese names for Taiwan. It's a 💩 show.

Install

npm install romanize-names

Usage

var romanize = require('romanize-names')
romanize(name_in_zhTW, system)

system String

Examples

romanize('張懸')
> Hsuan Chang

romanize('張懸', 'MPS-II')
> Shiuan Jang

romanize('張懸', 'TONGYONG')
> Syuan Jhang

romanize('張懸', 'HANYU')
> Xuan Zhang
romanize('秋木安')
> Mu-An Chiu

romanize('秋木安', 'MPS-II')
> Mu-An Chiou

romanize('秋木安', 'TONGYONG')
> Mu-An Ciou

romanize('秋木安', 'HANYU')
> Mu-An Qiu
romanize('范姜峻宏')
> Chun-Hung Fan-Chiang

romanize('范姜峻宏', 'MPS-II')
> Jiun-Hung Fan-Jiang

romanize('范姜峻宏', 'TONGYONG')
> Jyun-Hong Fan-Jiang

romanize('范姜峻宏', 'HANYU')
> Jun-Hong Fan-Jiang

Data Sources

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].