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
There is a link to the cmulab repository in the README, but the cmulab repository is private. It could potentially be made public.
The parameters menu is quite small vertically and a bit hard to navigate:
It'd probably be good to have some minimal documentation of each capability that the ELAN plugin provides (diarization, phone recognition, training). It could be added to a separate .md perhaps.
For diarization, the output is still labeled something like "output recognized text". Maybe it should be "output tier name" or something to make this more general.
The "authorization required" screen was black for me (on mac)
The text was updated successfully, but these errors were encountered:
Unfortunately the default size of the parameters section is set by ELAN, there's no way to change it via the plugin. I have added instructions at the end of the README.md on how to re-size the parameters section or pop it out in a new window.
I added some documentation for each of the services here. This page can also be viewed directly from inside the ELAN plugin by clicking this button located below the parameters section.
For diarization, the output is still labeled something like "output recognized text". Maybe it should be "output tier name" or something to make this more general.
Changed the label to "Output tier"
The "authorization required" screen was black for me (on mac)
The built-in Tk GUI library in Apple-supplied Python 3 in some macOS versions (such as macOS 12 Monterey) have bugs that cause dialog boxes to not display properly. The easiest way to fix this is to install the latest python from python.org. However I have also released a pyinstaller distribution for macOS that bundles a working version of python here: https://github.com/zaidsheikh/cmulab_elan_extension/releases/tag/v0.0.1
Added a note in the README in case other users encounter the same issue.
.md
perhaps.The text was updated successfully, but these errors were encountered: