list of persian word pronunciations
npm:
npm install persian-words-pronunciation
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"
array.<string>
— list of word pronunciations.
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]