0.4.0 • Published 1 year ago

ke2daira v0.4.0

Weekly downloads
6
License
MIT
Repository
github
Last release
1 year ago

ke2daira.js GitHub Workflow Status npm

A JavaScript implementation of ke2daira

Installation

$ npm i ke2daira

Usage

const { ke2dairanization } = require("ke2daira")

ke2dairanization("松平 健")
  .then((ke2dairanized) => {
    console.log(ke2dairanized) // "ケツダイラ マン"
  })

Difference from original ke2daira

ke2daira.js only supports switching the head of the first word and the one of the last word.

Known issues

  • ke2dairanization("加藤 あい") is equal to アトウ カイ but ke2dairanization("阿藤 快") is not equal to カトウ アイ. ke2dairanization("阿藤 快") wrongly turns into コトウ アコロヨ

License

MIT

0.4.0

1 year ago

0.3.1

3 years ago

0.3.0

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago