1.0.2 • Published 2 years ago
honja v1.0.2
HONJA 多言語翻字ツール
こんにちは
を韓国語に変換すると 콘니치하
タイ語に変換すると โคนนิชิฮะ
これらはこんにちは
と発音します。このような音だけを残す文字変換を翻字といいます。
HONJAは多言語でひらがなを翻字できるツールです。
DEMOサイト
動作環境
- Node.js
- npm
使い方
サポートしている言語 |
---|
Thai |
Russian |
Arabic |
Korean |
Hindi |
Tibetan |
Hebrew |
Khmer |
Amharic |
Tamil |
Armenian |
Burmese |
Greek |
Georgian |
Sinhalese |
Romaji |
インストール
npm install -g honja
翻字
ひらがなとカタカナのみをサポートしています。
honja Korean "ぼくのなまえはたくとです"
honja Greek "ぼくのなまえはたくとです"
honja Romaji "ぼくのなまえはたくとです"
# まとめて変換
honja All "ぼくのなまえはたくとです"
出力
{
Thai: 'โบคุโนนามาเอวาตาคุโตเดซุ',
Russian: 'бокунонамаэватакутодэсу',
Arabic: 'بوكونوناماإيواتاكوتوديسو',
Korean: '보쿠노나마에와타쿠토데스',
Hindi: 'बोकुनोनामाएवाताकुतोदेसु',
Tibetan: 'རྦོ་ཁུ་ནོ་ན་མ་ཨེ་ཝ་ཐ་ཁུ་ཐོ་རྡེ་སུ་',
Hebrew: 'בּוֹקוּנוֹנָמָאֵווָטָקוּטוֹדֵסוּ',
Khmer: 'បុកឹណុណាមាអិវាតាកឹតុដិសឹ',
Amharic: 'ቦኩኖናማኤዋታኩቶዴሡ',
Tamil: 'போகூநோநாமாஏவாதாகூதோதேஸூ',
Armenian: 'բոքունոնամաեուաթաքութոդեսու',
Burmese: 'ဘိုကူနိုနာမာအဲဝါတာကူတိုဒဲဆူ',
Greek: 'μποκουνοναμαεβατακουτοντεσου',
Georgian: 'ბოკუნონამაეუატაკუტოდესუ',
Sinhalese: 'බෝකූනෝනමඒවටකූටෝඩේසූ',
Romaji: 'bokunonamaewatakutodesu',
Hiragana: 'ぼくのなまえわたくとです'
}
開発者
- 吉開 拓人
- 吉開 章
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (git checkout -b feature/AmazingFeature)
- Commit your Changes (git commit -m 'Add some AmazingFeature')
- Push to the Branch (git push origin feature/AmazingFeature)
- Open a Pull Request
License
MIT License