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
Takes a text and parses it into sentences. Then uses nltk to determine the most common phonemes in the text, and chooses sentences that are both short and contain high numbers of common phonemes.
Reads a text and selects sentences from it in order to create a body of text that is both naturalistic and has a roughly equal distributions of English diphones.
The main script is in cleanup.py.
About
Takes a text and parses it into sentences. Then uses nltk to determine the most common phonemes in the text, and chooses sentences that are both short and contain high numbers of common phonemes.