persian-words-pronunciation

1.0.0 • Public • Published

persian-words-pronunciation

Downloads Size

list of persian word pronunciations

Install

npm:

npm install persian-words-pronunciation

Use

find word category

var {findwordpronounce} = require('persian-words-pronunciation')

console.log(findwordpronounce("مشهد"));

if finding pronunciations was successful will return :

[
  'مَشهَد',
  'مُشهَد',
  'مُشهِد'
]

if finding pronunciations is not successful will return "undefined"

API

anObjectOfFindWordPronounce

array.<string> — list of word pronunciations.

CLI

Install the CLI globally:

npm i -g persian-words-pronunciation

Usage: persianpronunciation persian word to get pronunciations

persianpronunciation استان

Use --help for more info :

Options:
      --version  Show version number                                   [boolean]
  -r, --raw      return raw data                                       [boolean]
      --help     Show help                                             [boolean]

Related

MIT © Peyman farahmand

Package Sidebar

Install

npm i persian-words-pronunciation

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

19.3 MB

Total Files

7

Last publish

Collaborators

  • pfndesign