pyconll
pyconll copied to clipboard
A minimal, pure Python library to interface with CoNLL-U format files.
**Describe the bug** When trying to read a CoNLL-U formatted file with more than 10 columns the following error occurs: `pyconll.exception.ParseError: The number of columns per token line must be...
**Describe the bug** DI testing currently fails. **To Reproduce** It is reproduced on the DI schedule. **Expected behavior** A clear and concise description of what you expected to happen. -...
Conll objects should be able to be constructed from an existing sequence of sentences. It is not always possible to have a string iterable to recreated it, and this also...
Right now there are two sources that a conll file can be read from. There is a string and a filename. For reading in a general string iterable (such as...
I recently ran into a CoNLL format that this library doesn't handle - the CoNLL 2012 coreference resolution annotation format. This is basically the same as standard CoNLL(-u?) format but...
As requested in the README, I'd like to leave a note that I'd be very interested in having the library support more than the standard CoNLL-U format. Specifically, I currently...
Hello, this isn't a bug report, but I just thought I'd mention I made a plugin for [VisiData][] that uses this library. It makes it easy to interactively inspect CoNLL...
I have tests to ensure the code logic works as expected, but no tests to ensure the release artifacts properly download for different versions of python. Is this needed for...
Because sentences are actually sequences, they also have a truthy interpretation. However this interpretation is based on Tokens only. Should comments be included in this? Should sentences even have this...
Enhanced dependencies parsing is not entirely clear to me. It seems like there is a file which specifies enhanced relationships but I have not properly taken this into account.