Hannes Krumbiegel

Results 25 issues of Hannes Krumbiegel

# Pull request title - [x] I read [contributing guideline](https://github.com/deezer/spleeter/blob/master/.github/CONTRIBUTING.md) - [x] I didn't find a similar pull request already open. - [x] My PR is related to Spleeter only,...

A few senses are missing the form_of key. I made a heuristic check and searched for glosses containing the word "singular", but where there was no form_of or alt_of key...

Hi everyone, I thought it would be really cool to have a guide to add new other-language Wiktionaries. I was trying to do some [work on the Russian Wiktionary ](https://github.com/Vuizur/wiktextract/tree/russian-wiktionary)...

I fixed the code for stressed epubs by using (only in this special case) two spacy docs: one containing the text and one for the lemmatization/pos detection. I tested it...

This PR is supposed to add sqlite integration. Unfortunately it doesn't work yet. Maybe you could give me a pointer on I still need to add/fix for it to lint...

Hello, thanks for releasing this super useful project! I only wanted to say that it would be pretty cool if one could connect to a local sqlite database file.

Hello, first of all thank you for developing this library! Audio is difficult 🙈. I think it would be a great idea to release a new version on Pypi, because...

Thanks a lot for developing this project! I am very excited to try it. I wanted to use it with a [simple example project using poetry](https://github.com/Vuizur/pyappexample). I am trying to...

Hi, thank you for creating this project! I wanted to ask if it is possible to connect it to a sqlite file, and if yes what I would have to...

### Description This attempts to add spacy and all required packages. It is currently fully functional, only tests don't pass yet. Example code: ```python import micropip await micropip.install("pyodide-http") await micropip.install("requests")...