Adit
Adit
Hi. Thank you for the feedback. I ran some tests using the additional lemma rule that you suggested. Indeed it seems to solve the issue in my examples. I'm trying...
oh. cool. Thanks ! Will stop looking at that second one then ! > There is a lemmatizer cache that would cause this behavior. You can clear it (just by...
Hi again. Ran a few tests and could not find a single broken verb detection after adding the lemma_rule. I'm not an expert, but native speaking in French so here...
hi. Yes I encountered the same issue a few days ago that is why I have put off sending this PR to investigate further... The fix with the new lemma...
Hi. Using pip3 to install Vorta currently fails at the building of pyQT5. It is not an issue in Vorta's code. I was wondering if anyone managed to actually build...
According to this homebrew page https://formulae.brew.sh/formula/pyqt@5 it is possible to install pyQT5 native on M1. So somehow someone managed to get it to compile on aarch64. It seems we are...
> Doing a direct install via `pip install vorta`does not work, but this works: > > ``` > brew install pyQt5 > python3 -m venv --system-site-packages env > . env/bin/activate...
Running more tests, I've found out that pyQT5 builds fine using brew `brew install --build-from-source pyQT5` Since I'm new to the Mac ecosystem I'm moving slow to figure out how...
Thank you for reopening. I've tried to look at pyQT's [mailing list](https://www.riverbankcomputing.com/mailman/listinfo/pyqt) to see if someone had raised an issue about the pip install. But unfortunately the searchable mailing list...
Hi. I've managed to compile and package a darwin-aarch64 version of the libusb master branch. There were a few minor changes required in the makefile see here : https://github.com/usb4java/libusb4java/issues/12 Once...