0.6.4 • Published 8 years ago

node-palladius v0.6.4

Weekly downloads
3
License
MIT
Repository
github
Last release
8 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

8 years ago

0.6.3

8 years ago

0.6.2

8 years ago

0.6.1

8 years ago

0.6.0

8 years ago

0.5.4

8 years ago

0.5.3

8 years ago

0.5.2

8 years ago

0.5.1

8 years ago

0.5.0

8 years ago

0.4.0

8 years ago

0.3.3

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago