persian-words-pronunciation
v1.0.0
Published
list of persian word pronunciations
Downloads
4
Maintainers
Readme
persian-words-pronunciation
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]