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 git@github.com:kvko/PROnunciation.git
cd PROnunciation
yarn install
cp .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 something
GitHub 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