-
Notifications
You must be signed in to change notification settings - Fork 39
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
eaf_from_chat hang #45
Comments
Hi Steven, I haven't heard of gitter. I'm fine with opening it if there is enthusiasm. |
@selmling this might have to do with the python version you are using. I find this function useful as well, but have needed to port it from python 2 to python 3, since it appears to be written for python 2 when the language used bytestrings. I would be happy to make a pull request with my solution @dopefishh. |
Thanks, pull requests are always very much welcome. |
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
The text was updated successfully, but these errors were encountered: