Hans Ole Hatzel
Hans Ole Hatzel
When trying to structure a non-trivial application I would like to use objects that represent parts of the state which each have their own update and render functions. For `update`...
## How to reproduce the behaviour ``` import spacy nlp = spacy.load("de_dep_news_trf") assert nlp("Du ißt Äpfel")[1].lemma_ == 'essen' print(nlp("Du isst Äpfel")[1].lemma_) ``` This prints `isst` where `essen` would be expected....
Hi, not sure if what I was trying is even possible, but I wanted to build a blurred background thing by having the same v4l source once with and once...
I have no experience with DBus, so please forgive me if I write anything stupid in this issue. The original bug (that I believe can be tracked back to this...
This may relate more to the paper than the tool, sorry if it is the wrong channel. How exactly is your NER evaluation performed. The relevant section in the paper...
We are in the process of building an integration test suite library migrations (testing the process of a user changing files between scans of the filesystem). We will just define...
These clippy lints need looking into: ``` error: casting from `*mut ffmpeg::AVDictionary` to a more-strictly-aligned pointer (`*mut worker::util::Dictionary`) --> src/worker/mediafile.rs:77:29 | 77 | let d = dict_to_map(av.metadata as *mut Dictionary);...
Should we make it editable? Should we improve our scanning methods? Some real world data had the following problems for me: - bad chapter names (all caps or prefixed with...
We have a PKGBUILD file for Archlinux. We should think a bit about how we could make installation easy across distributions.
Currently we extract coverart, we would like to offer some means of offering different sizes of these.