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

Tempo loader #210

Merged
merged 5 commits into from
Jul 22, 2016
Merged

Tempo loader #210

merged 5 commits into from
Jul 22, 2016

Conversation

bmcfee
Copy link
Collaborator

@bmcfee bmcfee commented Jul 21, 2016

implements #183

@bmcfee bmcfee added this to the 0.4 milestone Jul 21, 2016
Path to the annotation file
delimiter : str
Separator regular expression.
By default, lines will be split by any amount of whitespace.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick: "lines" is a bit of a misnomer here, since we require that there only be a single line.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be tokens/columns, right?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Depends on your perspective I guess. Is it the line that's getting split into tokens/columns, or are the tokens/columns being solit out of the line or something?

Copy link
Collaborator Author

@bmcfee bmcfee Jul 22, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Er, I stole that comment from the key loader... sounds like your fault 😁

But in general, it's the line(s) being split into columns. I think the existing description is correct. (The fact that there should only be one line is orthogonal to how lines are processed.)

@craffel
Copy link
Collaborator

craffel commented Jul 22, 2016

Thank you! Made one tiny docstring nitpick, otherwise LGTM. Feel free to fix and merge at will.

@craffel craffel merged commit 595a7ce into master Jul 22, 2016
@craffel
Copy link
Collaborator

craffel commented Jul 22, 2016

Merged, thanks again.

@bmcfee bmcfee deleted the tempo_loader branch July 22, 2016 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants