November 2018
Beginner to intermediate
182 pages
4h 48m
English
We can convert a word into a representation of its pronunciation. Of course, this might vary by accents, and by the conversion technique as well.
Yet, over time, two or three popular ways have emerged so that we can do this. Each of these methods takes a single string and returns a coded representation. I encourage you to Google each of these terms:
Let's take a quick preview of the same:
jellyfish.soundex('Jellyfish')# 'J412'For NYSIIS, we will use the following: ...
Read now
Unlock full access