https://github.com/dohliam/ipa-lookup
Search for pronuncations in different languages
https://github.com/dohliam/ipa-lookup
audio ipa language
Last synced: 6 months ago
JSON representation
Search for pronuncations in different languages
- Host: GitHub
- URL: https://github.com/dohliam/ipa-lookup
- Owner: dohliam
- License: mit
- Created: 2016-09-20T04:06:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-02T22:51:34.000Z (11 months ago)
- Last Synced: 2025-04-11T22:07:54.182Z (6 months ago)
- Topics: audio, ipa, language
- Language: JavaScript
- Homepage: https://open-dict-data.github.io/ipa-lookup
- Size: 18.7 MB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IPA Lookup - Search for Pronuncations in Different Languages
Finding pronunciations in [IPA](https://en.wikipedia.org/wiki/International_Phonetic_Alphabet), even for large and otherwise well-supported languages, can be difficult and at times inconsistent. The tools below allow you to look up words and phrases in different languages and get transcription in IPA (and sometimes audio!).
The data comes from the [ipa-dict](https://github.com/open-dict-data/ipa-dict) project. If you would like to add a language that you don't see here, or make a correction, check out the [project page on GitHub](https://github.com/open-dict-data/ipa-dict)!

## Languages
* [Arabic](https://open-dict-data.github.io/ipa-lookup/ar)
* [Cantonese](https://open-dict-data.github.io/ipa-lookup/yue)
* [English](https://open-dict-data.github.io/ipa-lookup/en) (US)
* [Esperanto](https://open-dict-data.github.io/ipa-lookup/eo)
* [Finnish](https://open-dict-data.github.io/ipa-lookup/fi)
* [French](https://open-dict-data.github.io/ipa-lookup/fr)
* [Jamaican Creole](https://open-dict-data.github.io/ipa-lookup/jam)
* [Japanese](https://open-dict-data.github.io/ipa-lookup/ja)
* [Malay](https://open-dict-data.github.io/ipa-lookup/ma) (Bahasa Indonesia and Bahasa Malaysia)
* Mandarin:
* [Simplified](https://open-dict-data.github.io/ipa-lookup/zh)
* [Traditional](https://open-dict-data.github.io/ipa-lookup/zh_hant)
* [Norwegian](https://open-dict-data.github.io/ipa-lookup/nb) (Bokmål - **includes audio** from the [norsk uttale](https://github.com/open-dict-data/norsk-uttale) project)
* [Persian](https://open-dict-data.github.io/ipa-lookup/fa)
* Spanish:
* [Mexico](https://open-dict-data.github.io/ipa-lookup/es)
* [Spain](https://open-dict-data.github.io/ipa-lookup/es_ES)
* [Swahili](https://open-dict-data.github.io/ipa-lookup/sw)
* [Swedish](https://open-dict-data.github.io/ipa-lookup/sv)## Development
Check out [the IPA Lookup project on GitHub](https://github.com/dohliam/ipa-lookup) for more information or to report a bug wth the website.
If you find errors in the IPA data itself please open an issue with the [ipa-dict](https://github.com/open-dict-data/ipa-dict) project.
## Credits
* [autoComplete](https://github.com/Pixabay/JavaScript-autoComplete) by Pixabay (for the autosuggest feature in the search box)
* [Motherplate CSS](https://github.com/leemunroe/motherplate) by Lee Munroe (for the site theme)
* [pace.js](https://github.com/HubSpot/pace) by HubSpot (for the loading progress bars)## License
MIT