-
Notifications
You must be signed in to change notification settings - Fork 24
Proposal: corpus/recording efficiency improvements #615
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
Open
Icemole
wants to merge
39
commits into
main
Choose a base branch
from
corpus-recoridng-efficiency-improvements
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 28 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
81cec26
Convert corpus structure to dict
Icemole 3ba9608
Convert recording structure to dict
Icemole b066017
Fix `Corpus.segments()` call
Icemole 16c7271
Use `rsplit` instead of splitting and concatenating back
Icemole 28ce889
Add recording at the beginning
Icemole 14247a5
Fix
Icemole 4cd832a
Add name to NamedEntity/Corpus/Recording/Segment init
Icemole dc8b4e4
Use newly declared parameters in init
Icemole 9d23872
Directly copy self segments
Icemole a673f83
Better init
Icemole 1ebeb7d
Corpus: add subcorpora, recordings properties as read only
Icemole 1e678e8
Update filter segments function
Icemole de59bec
Corpus: add subcorpora, recordings as properties (2)
Icemole b6003a3
Recording: add segments as property
Icemole a1ea859
Segment: add assertion in fullname
Icemole 6d41c46
Always return iterables
Icemole d5fa7a9
Set explicit read only properties
Icemole 151966c
Improve docstring
Icemole b406ac7
Add remove_segment call
Icemole 4d356df
Fix recording segments call
Icemole 42e69d2
Fix Recording.segments alls throughout the repo
Icemole f1f0d73
Add proper setters
Icemole f671320
Take advantage of setter
Icemole 8472e3e
Fix recording call
Icemole cb4856f
More fixes
Icemole 5ac2ec1
Update include corpus
Icemole e388a22
Add assertions that element must not exist in internal structure when…
Icemole e0f9473
Add docstring
Icemole 20ad0ad
Apply suggestions from code review
Icemole a12a430
Use name instead of full name
Icemole c03ec82
Remove redundant conversion to list
Icemole 9278b1e
Improve retrieval of segments from corpus/recording
Icemole fdc7315
Use Corpus API
Icemole be48a26
Add attributes/types to base class
Icemole f7b42f8
Various improvements to user class init
Icemole a160dc6
Remove unneeded assertion
Icemole 6a955e3
Add comma
Icemole eda8ab2
Improve docstring
Icemole a22e8bf
Work
Icemole File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.