Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

construct TextGrid and Tier objects from data frame (work in progress) #4

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

Teebusch
Copy link
Contributor

@Teebusch Teebusch commented Nov 6, 2017

Create constructors for IntervalTiers, PointTiers and TextGrid objects from data frames.

The basic behavior is implemented, but the code is missing some sanity checks and there are some struggles related to issue #2.

It would also be nice to implement "fuzzy" matching/guessing of column names, e.g. to avoid errors due to case sensitive column names (such as "Label" vs. "label"), or errors due to missing/empty "EndTime" columns for Point Tiers (for which end times are not strictly necessary).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant