meetDeveloper / freeDictionaryAPI

There was no free Dictionary API on the web when I wanted one for my friend, so I created one.

Home Page:https://dictionaryapi.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Word 'wind' has incorrect phonetic

urmichm opened this issue · comments

The word wind has different pronunciations with different meanings. Given the link

https://api.dictionaryapi.dev/api/v2/entries/en/wind

WIND is pronounced as /ˈwɪnd/, but the phonetic is /ˈwaɪnd/

In the second example of the word, the phonetic and pronunciation are /ˈwaɪnd/, which is correct.

I believe this is the source of the error. The 'phonetic' is taken from a single etymology block here https://en.wiktionary.org/w/index.php?title=wind&printable=yes

However, different pronunciations with different phonetic transcripts are present in different etymologies.