You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Phonecodes enum class to the phonecodes module, to enforce valid conversion and language pairs more explicitly.
Support for post-processing after conversion to/from IPA is performed, to allow for reduction to a shared symbol set. This is useful, for example, to convert standard TIMIT symbol reductions or a shared symbol set between Buckeye and TIMIT.
Changed
All codeA2codeB conversion functions in phonecodes now rely on the convert function, which should increase maintainability and reusability of the code.
Fixed
Added missing ARPABET IPA vowels (diphthongs and r-colored vowels) to the set of IPA vowels in phonecode_tables, so that stress markers would be added correctly. Fixes #15.