Skip to content
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

ValueError: invalid literal for int() with base 10: '' #1

Open
thak123 opened this issue Nov 21, 2017 · 3 comments
Open

ValueError: invalid literal for int() with base 10: '' #1

thak123 opened this issue Nov 21, 2017 · 3 comments

Comments

@thak123
Copy link

thak123 commented Nov 21, 2017

I am reading the en-ud-test.conllu file and I am getting error .ValueError: invalid literal for int() with base 10: ''

@interrogator
Copy link
Owner

I took a look at this little codecase again and found that some of the file locations and names have changed. I've updated the repo to point to the correct data, then all the code without a problem. So, if that was what caused it, try pip install conll-df --upgrade and copy in all the code from the README. Note they currently produce HTML, but you can use Pandas methods to print in any way you like. Also, make sure you're on Python 3, and recent versions of Pandas, Numpy etc couldn't hurt. Let me know how it goes!

@nilinykh
Copy link

nilinykh commented May 30, 2018

Experiencing the same issue, pip install conll-df --upgrade didn't really help, all packages are upgraded already to their recent versions...

@interrogator
Copy link
Owner

Hi, thanks for the report. This codebase is unmaintained now, but nonetheless I will try to investigate when I get a chance, as it'd be nice for this small utility to remain useful for some.

If anybody is reading this and wants to take ownership of the project, please just ask.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants