Closed svetlana21 closed 7 years ago
@svetlana21 Excellent! Could I ask for one more favor? If I merge this right away, some people that use parse() in their code will be missing a parameter. But if you set to_parse to a default value, all old code will continue to work. I'll take it from there and add tests and all that! Thanks again!
@EmilStenstrom Ok. It should be a list of all column names, am I right?
@svetlana21 Yep!
Thank you! ❤️
I'll make a new release version to PyPi later this week, so we can all get this code by "pip install".
I'm so glad to make a contribution! Thank you, too :)
@svetlana21 Now the new version is live! I changed some things compared to the code you submitted:
fields
instead of to_parse
. The format documentation talks about fields so I thought I should follow that naming.Version 0.4 is up now! https://pypi.python.org/pypi/conllu
Happy to see it! Thank you :)
Allows to choose columns to parse if you have less than 10 columns in a conllu file.