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
Working through this Colab notebook I noticed its output is not entirely selfexplanatory yet and also it generates some errors that may throw off beginners:
final CSV also includes gaze, should have only speech (this cell should have line 5 uncommented)
parsing EAF generates an error (it works, but looks alarming — can this be suppressed or avoided?) /usr/local/lib/python3.10/dist-packages/pympi/Elan.py:1471: UserWarning: Parsing unknown version of ELAN spec... This could result in errors... warnings.warn('Parsing unknown version of ELAN spec... '
final CSV also includes gaze, should have only speech
changed the default and only speech tiers are now selected
parsing EAF generates an error (it works, but looks alarming — can this be suppressed or avoided?)
the warning message originates from dependency pympi . I will have to check whether it can be suppressed there. Since it's just a warning, I address 3. first.
saving corpus locally throws error
function write_csv encounters a TypeError if metadata is provided in metadata fields. Proposed solution ready for review in linked pull request.
Working through this Colab notebook I noticed its output is not entirely selfexplanatory yet and also it generates some errors that may throw off beginners:
/usr/local/lib/python3.10/dist-packages/pympi/Elan.py:1471: UserWarning: Parsing unknown version of ELAN spec... This could result in errors... warnings.warn('Parsing unknown version of ELAN spec... '
The text was updated successfully, but these errors were encountered: