Try it now! https://dutch-ipa.deno.dev/
A website that shows you the IPA transcription of a Dutch sentence.
- IPA transcription for every single word
- Translation into another language (coming soon)
- Pronunciation of the sentence (planned)
- Requirements:
- Clone the repository:
git clone https://github.com/Ascor8522/dutch-ipa.git
cd dutch-ipa
- Set the environment variables:
Copy the .env.example
file to .env
and fill in the required values.
- Start the compilation of SASS:
deno task sass
This will watch the SCSS files re-compile as necessary (only the
static/style.scss
file is watched).
- Start the dev server:
deno task start
This will watch the project directory and restart the dev server as necessary.
-
Build the SASS files (see previous section)
-
Build the project (see previous section)
You must have run the project in development mode at least once to build the application (generate routes).
- Start the server:
deno run -A main.ts
This means that no IPA transcription has been found for the corresponding word.
This is because of how the source of data we use works. When a verb is conjugated, or when a word is in plural, the source redirects to the base form of the word.
I am aware of this and am working on a solution.
For the IPA:
- Dutch:
- Woorden.org
- Dutch Wiktionary (planned, as backup) For > the translation:
- Google Translate Pronunciation:
- Google Translate
Eventually, yes.