Roman Inflianskas

Results 100 issues of Roman Inflianskas

I propose to add [docopt](http://docopt.org/) (command line arguments parser) backend. It should be very easy to implement as it outputs a dictionary.

enhancement

I know that argument handling in fish is tough (I'm waiting for https://github.com/fish-shell/fish-shell/issues/478). I think easiest would be something like (calling `test_this` and `test_that`): ``` tank_run -t "this that" ```

I propose to add function to check that 2 lists are equal. I cannot imagine how to write this function clearly though. There are two variants coming into my mind...

This PR is a request for comments about using stanza model for Finnish and is not meant to be merged in current state, hence it is draft. Unfortunately, Finnish lemmatization...

# What does this PR do? Fixes https://github.com/BramVanroy/spacy_conll/issues/29 ## Before submitting, make sure that you can tick all these boxes. - [x] Did you read the [contributor guideline](../CONTRIBUTING.md)? - [...

# What does this PR do? See commit messages and linked issue for more details. - **Package according modern guidelines** - **Automatic reformatting** - **Address flake8 errors** Fixes #31 ##...

It is not possible to install the package in virtualenv when `spacy` not installed in system environment, because `setup.py` imported all project modules indirectly through importing `__init__.py`: ``` $ python3...

Currently there are no tests at all.

## What do these changes do? - Fix tox for Python >= 3.12 - Remove pytest-profiling - Remove pytest-asyncio traces - Add compatibility for Python 3.13 ## Are there changes...

Benefits of unhardcoding integration list and disabling auto integrations: 1. It becomes possible to successfully run tests in environments where certain extra auto integrations get enabled. 2. There is no...