Alessandro Di Diego
Alessandro Di Diego
Fixes #83 Adds support for keyboard characters that need two or more modifiers to be printed. An example of this is the "{" character that, using an Italian keyboard, can...
Right now duck2spark doesn't seem to support multiple modifiers, and that's a real pity because in some layouts are really needed. For example, in the Italian Keyboard, the curly bracket...
Moving @shikhaverma2009 comment from #2 here. > Hi ! > getting these errors would you be able to help ? > > root ERROR Apktool: > S: WARNING: Could not...
Currently, the `compute_lda_model` function makes N calls to the `LoadFile.load_document` method, one for each document in the dataset. The `load_document` method accepts an optional `spacy_model`, which is never specified by...