Emil Stenström

Results 178 comments of Emil Stenström

A tutorial on how to do this would be great. This is all the guidance we have right now (from the link above): "The process for developing language extensions is...

Thank you for reporting this to the conllu library. I just released conllu==4.5.1 which makes TokenList available as an import directly from conllu, and declares the public API via `__all__`....

I first thought I needed this too, but then remembered that CSS supports RGB colors too. So converting a Color object to one usable in CSS is just: ```python3 css_color...

@DonaldTsang That would mean implementing something like this library myself... I would like help from this library for doing this, that is what this issue is about.

Using word embeddings improve accuracy **a lot**. Having a supported way to include them in python-crfsuite would be wonderful.

Another use-case: I maintain a parser library, where parse errors are manifested as "raise ParseException" all over the code base. I don't care enough about the exact phrasing of the...

To be clear: My use-case would be solved with just step 1.

Here's example code of how to parse wiktionary: https://github.com/kaizinho/lemmatizer

I'll have a look at the tests tomorrow and see if I can make them fail by adding more of my use case in there. I have an `{% include...

I have a simple command line for dealing with my movie collection. One of the commands is removing a movie, and for that you give the name of the movie,...