I'd like to be able to batch convert .cha files to .eaf format using your wonderful library, pympi. I've used pympi for other purposes with great success, but I'm having trouble getting it to interact with .cha files.
When I call the pympi.Elan.eaf_from_chat function, it hangs on the line where it checks the utf8 codec and continues.
In your documentation, you mention using older codecs for older files -- any help on how to track down the codec if that information isn't readily available? This may help me debug eaf_from_chat. The chat files I'm working with do have @UTF8 on line 1.
Also, have you considered opening up a gitter forum for your library? That would be a helpful place for folks to share code, generally easing the learning curve of using pympi, which is a really great tool!
Thank you for your work on this library!
-Steven
I'd like to be able to batch convert
.chafiles to.eafformat using your wonderful library, pympi. I've used pympi for other purposes with great success, but I'm having trouble getting it to interact with.chafiles.When I call the
pympi.Elan.eaf_from_chatfunction, it hangs on the line where it checks the utf8 codec and continues.In your documentation, you mention using older codecs for older files -- any help on how to track down the codec if that information isn't readily available? This may help me debug
eaf_from_chat. The chat files I'm working with do have @UTF8 on line 1.Also, have you considered opening up a gitter forum for your library? That would be a helpful place for folks to share code, generally easing the learning curve of using pympi, which is a really great tool!
Thank you for your work on this library!
-Steven