This project provides a web-based UI for IPA phonetics of text input. It uses the IPA Transliterator script, which is built on top of a Trie-based phonetics engine and includes support for multiple languages.
It uses my scripts from Phonetics Transliterator
- Navigate to the IPA Transliterator website: https://phonetic-translator.orderandchaos.xyz/
- Select the language you want to transliterate from the dropdown menu
- Enter the text you want to transliterate in the text box
- The transliterated output will be displayed in the result section
The following languages are currently supported:
- English
- French
- German
- Italian
- Spanish
- Swedish
- Italian
- Danish
- Finnish
- Hungarian
- Icelandic
- Greek
- Russian
- Yiddish
- Latin
If you would like to add support for additional languages, please refer to the Phonetics Transliterator for more information.
To run the IPA Transliterator locally, clone the repository and install the dependencies:
git clone https://github.com/OrderAndCh4oS/phonetics-translator-next
cd phonetics-translator-next
npm install
Then, run the development server:
npm run dev
The IPA Transliterator project is licensed under the MIT License. See the LICENSE file for more information.