0.6.4 • Published 9 years ago

node-palladius v0.6.4

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

node-palladius

NPM version Code Climate Build Status Coveralls Status Dependency Status

The Palladius system for transcribing Chinese characters into the Cyrillic alphabet

Install

npm install --save node-palladius

Requires String.startsWith(), String.endsWith() and Array.includes().

Usage

const palladius = require('node-palladius');

palladius('chen boda');

// returns:
[
  {chen: 'чэнь'},
  { ' ': ' '   },
  {  bo: 'бо'  },
  {  da: 'да'  }
]

API

palladius(input)

input

Required
Type: String

Input is any Pinyin words.

License

MIT © Aleksander Terekhov

0.6.4

9 years ago

0.6.3

9 years ago

0.6.2

9 years ago

0.6.1

9 years ago

0.6.0

9 years ago

0.5.4

9 years ago

0.5.3

9 years ago

0.5.2

9 years ago

0.5.1

9 years ago

0.5.0

9 years ago

0.4.0

10 years ago

0.3.3

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago