Skip to content

get the english (IPA) pronunciation for a word or phrase

Notifications You must be signed in to change notification settings

cocodrino/pronouncingex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pronouncingex

get the english (IPA) pronunciation for a word or phrase

Installation

def deps do
  [
    {:pronouncingex, "~> 0.1.4"}
  ]
end

How use

#get the IPA sound
Pronouncingex.pronounce("are you kidding me", :ipa)
# => ɑɹ ju kɪdɪŋ m̩i

#get a simplified pronunciation
Pronouncingex.pronounce("are you kidding me")
# => Ar yU kIdIn m̩i 

#you can get the Arpabet pronunciation but just for a word (for a phrase arpabet can be a bit clumsy)
Pronouncingex.pronounce("kidding", :arpabet)

the simplified version can be improved for future releases

many thanks to aparrish for the idea, this is a simplified version and use IPA along with Arpabet

About

get the english (IPA) pronunciation for a word or phrase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages