Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 344 Bytes

README-pypi.md

File metadata and controls

15 lines (11 loc) · 344 Bytes

IPA parser for Python

Quick start

from ipaparser import IPA

print([str(symbol) for symbol in IPA('[ˈpʰɹɛʔt͡sɫ̩]') if 'consonant' in symbol.features()])
['pʰ', 'ɹ', 'ʔ', 't͡s', 'ɫ̩']

Usage/reference

Please see full documentation on GitHub.