-
Notifications
You must be signed in to change notification settings - Fork 4
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
refactor Transcriber class #144
Labels
CLN: clean/refactor
code clean-up: PEP8 fixes, refactors
Comments
This was referenced Mar 26, 2022
NickleDave
added a commit
that referenced
this issue
May 1, 2022
NickleDave
added a commit
that referenced
this issue
May 1, 2022
NickleDave
added a commit
that referenced
this issue
May 1, 2022
NickleDave
added a commit
that referenced
this issue
May 4, 2022
NickleDave
added a commit
that referenced
this issue
May 4, 2022
NickleDave
added a commit
that referenced
this issue
May 5, 2022
ended up doing basically this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Transcriber class is due for a re-factor; should be done in next version
clean up Transcriber
__init__
Meta
instance as the argument forconfig
--there's a check in the pre-conditions--but then nothing happens with this, it would just break__init__
in generalMeta
anywaymore broadly what does
Transcriber
do?from_file
andto_annot
for all annotation formats,without needing to work with the functions (and soon, classes) directly
and have a classmethod
Transcriber.from_format('simple-seq')
(I don't love the method namefrom_format
)The text was updated successfully, but these errors were encountered: