https://github.com/tadd/braille-ja
日本語と点字を扱う変換器です
https://github.com/tadd/braille-ja
Last synced: 11 months ago
JSON representation
日本語と点字を扱う変換器です
- Host: GitHub
- URL: https://github.com/tadd/braille-ja
- Owner: tadd
- License: gpl-3.0
- Created: 2013-09-16T15:44:24.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2021-03-19T13:18:50.000Z (about 5 years ago)
- Last Synced: 2023-03-11T12:42:21.870Z (over 3 years ago)
- Language: Ruby
- Size: 72.3 KB
- Stars: 6
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
BrailleJa
=========
日本語と点字を扱う変換器です。Github Pagesに簡単なデモを作りました。
http://tadd.github.io/braille-ja/
## インストール
次の行をあなたのプログラムのGemfileに追加してください。
gem 'braille-ja'
そして以下を実行します。
$ bundle
もしくは、自力でインストールします。
$ gem install braille-ja
## 使い方
まだまだ未熟なので、一部しか翻訳できないのをご注意ください。
'あいうえお'.kana_to_braille
# => "⠁⠃⠉⠋⠊"
## 貢献するには
1. Fork it!
2. 機能別ブランチを作る (`git checkout -b my-new-feature`)
3. 変更をコミットする (`git commit -am 'Add some feature'`)
4. リモートにpushする (`git push origin my-new-feature`)
5. Pull Request お願いします!