Bram Vanroy

Results 94 comments of Bram Vanroy

The easy "click" captcha is very useful indeed. For something as important as appointments spam is not an option. Resorting to a third-party tool like Google's reCAPTCHA seems a nice...

As reported [here](https://github.com/explosion/spaCy/issues/4724), I encounter some very suspicious parses when using the GPU. Using the CPU version works as expected. Below you find some examples, first the source sentence followed...

Figured so. Perhaps a (**_HUGE_**) disclaimer is welcome in the [docs](https://spacy.io/usage#gpu), then. Discouraging people from using the GPU on Windows. If you agree, I can create a pull request.

I think that indeed not a lot of people are using Windows (do you have any stats on this from PyPi perhaps? Would be interesting to see!), but also I...

Even though I would definitely like to see full blown GPU support for Windows, I'm not sure whether this is something that spaCy can fix if the problem lies in...

> I'm not sure if this is the place to ask, but I'm wondering, given the state of the art for POS tagging as reported by: https://aclweb.org/aclwiki/POS_Tagging_(State_of_the_art) - is there...

I'll just use [@polm's recommendation](https://github.com/explosion/spaCy/discussions/10606#discussioncomment-2498603) to use a separate constructor function for my factory, so this problem won't occur. That being said, simply repeating the arguments of the super class...

Well, I switch. For programming, I use PowerShell 7 for GPU stuff, and WSL for other stuff. PowerShell has these commands, but for instance for `rm` it will throw an...

After some digging, I found that this is caused by `dill` and using `recurse=True)` when trying to dump the object. The problem also occurs without multiprocessing. I can only find...

I submitted a PR to spacy that should fix this issue (linked above). I'll leave this open until that PR is merged.