Matias Grioni
Matias Grioni
This is more of a feature recommendation. When checking html in a language other than English, I get many errors from all the English words used in the actual markup...
**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 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...
It would be nice to also have the IACA codes for country and cities other than just airports. I am just going to extract this data from an API instead,...
Below is the current implementation of the `Image` class. This does not allow for an image widget to be created with no specified path, which is quite useful when you...
In using this library, the interaction between the ignore patters and empty dir seems counterintuitive and does not produce the results I expect (although it does seem consistent with the...
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.