All Projects → calebx → number_to_cn

calebx / number_to_cn

Licence: MIT license
transfer number into chinese characters

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to number to cn

HeySpace
中英文混排自动加空格
Stars: ✭ 35 (+105.88%)
Mutual labels:  chinese-characters
hanzi-pinyin-font
Chinese font displaying Hanzi (汉字) characters with by transliteration/pronunciation (Pīnyīn).
Stars: ✭ 79 (+364.71%)
Mutual labels:  chinese-characters
Zi2zi
Learning Chinese Character style with conditional GAN
Stars: ✭ 1,988 (+11594.12%)
Mutual labels:  chinese-characters
Chinese Xinhua
📙 中华新华字典数据库。包括歇后语,成语,词语,汉字。
Stars: ✭ 8,705 (+51105.88%)
Mutual labels:  chinese-characters
Easypr
An easy, flexible, and accurate plate recognition project for Chinese licenses in unconstrained situations.
Stars: ✭ 6,046 (+35464.71%)
Mutual labels:  chinese-characters
Imewlconverter
一款开源免费的输入法词库转换程序
Stars: ✭ 4,518 (+26476.47%)
Mutual labels:  chinese-characters
FanWunMing
A Simplified-Chinese-to-Traditional-Chinese font based on GenYoMin, which can handle the one-to-many problem | 繁媛明朝是基於源樣明體開發的簡轉繁字型,能處理一簡對多繁
Stars: ✭ 128 (+652.94%)
Mutual labels:  chinese-characters
hanzi-tools
Converts from Chinese characters to pinyin, between simplified and traditional, and does word segmentation.
Stars: ✭ 69 (+305.88%)
Mutual labels:  chinese-characters
PyCasia
A python library to work with the CASIA Chinese handwriting database.
Stars: ✭ 38 (+123.53%)
Mutual labels:  chinese-characters
Printed-Chinese-Character-OCR
This is a Chinese Character ocr system based on Deep learning (VGG like CNN neural net work),this rep include trainning set generating,image preprocesing,NN model optimizing based on Keras high level NN framwork
Stars: ✭ 21 (+23.53%)
Mutual labels:  chinese-characters
ToJyutping
粵語拼音自動標註工具 Cantonese Pronunciation Automatic Labeling Tool
Stars: ✭ 30 (+76.47%)
Mutual labels:  chinese-characters
crnn.mxnet
crnn in mxnet.can train with chinese characters
Stars: ✭ 47 (+176.47%)
Mutual labels:  chinese-characters
CJK-character-count
Program that counts the amount of CJK characters based on Unicode ranges and Chinese encoding standards 字体汉字计数软件
Stars: ✭ 195 (+1047.06%)
Mutual labels:  chinese-characters
react-flashcards
A simple React + Firebase flashcard application
Stars: ✭ 29 (+70.59%)
Mutual labels:  chinese-characters
pinyin
an R package for converting Chineses characters into pinyin
Stars: ✭ 45 (+164.71%)
Mutual labels:  chinese-characters

NumberToCn

TODO: Write a gem description

Installation

Add this line to your application's Gemfile:

gem 'number_to_cn'

And then execute:

$ bundle

Or install it yourself as:

$ gem install number_to_cn

Usage

so simple to use:

require 'number_to_cn'

123.to_cn_words #=> 壹佰贰拾叁

123.to_cn_clearly #=> 壹贰叁

0.1.to_cn_words #=> 零点壹

0.to_cn_words #=> 零

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request ======= number_to_cn ============

transfer number into chinese characters

6447d6a2f58a576d6d94a6ed5896b33cf1a43204

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