Correct pronunciation makes you sound more professional and causes less misunderstanding.
For any words that we haven't collected, please issue them in issues.
Or to collect words by yourself, follow steps below:
git clone [email protected]:kvko/PROnunciation.gitcd PROnunciation
yarn installcp .env_template .env
# edit .env
yarn start# adding new words
git checkout -b words/term001
# or developing new feature
git checkout -b feature/new-feature
# or bugfix
git checkout -b bugfix/fix-the-error# do somethingGitHub Guides: Making a Pull Request
cd ./helpers
# Put words you want to add into `helpers/NewWords.txt`, one word per line
# Use VPN to reach Google, then run
python WordHelper.py