Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 487 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 487 Bytes

Speechart

Speechart allows you to easily create artful charts for visualizing and analyzing linguistic features, including morphemes and IPA pronunciations.

To create a Speechart, create a MorphemeChart for displaying words or a PhonemeChart for displaying IPA pronunciations. Both come with an add_states method that adds the most common words/IPA pronunciations to their states. Refer to demo.py to see examples of how to visualize data.

Speechart is programmed in Python 2.7.1.