Roman Inflianskas

Results 105 comments of Roman Inflianskas

@simjanos-dev I am so glad you liked it! Yes, it works without GPU: I just added installation of CPU version of `torch` on separate line. The size of the image...

Please take your time! I will post my results, so that you have a food for thought meanwhile. You are right about importance of accessibility of the hardware requirements: my...

What if we extend your idea about installable lemmatizers even further? Since some people want to run LinguaCafe in constrained environments, what if: 1. The size of the usable `linguacafedev_python`...

@sergiolaverde0 * I updated the table in the message above. Python 3.11 is a bit slower than 3.12. * pytorch is available on ARM (https://download.pytorch.org/whl/torch_stable.html, look for `cpu/torch-2.3.0`, `arm64.whl`, and...

@simjanos-dev > I would like to help implement this, but I won't be able to provide testing, or support for users who will have issues with it, because my laptop...

https://rominf.github.io/spacy-vs-stanza

You are welcome! It was fun and educational to work on this benchmark. Here is the release with results in CSV format: https://github.com/rominf/spacy-vs-stanza/releases/tag/v0.1.0. Feel free to ask any questions, but...

I can confirm that the issue is still actual. Unfortunately, specifying the interpreter manually via `--interpreter` does not help either. I thought it was an issue with the `setup-python` GitHub...

The issue is fixed by https://github.com/BramVanroy/spacy_conll/commit/22a14f77abda8220a8a8f5132a0ca58a8ae6d0d5.

Closing as stale. Feel free to reopen if needed.