Emil Stenström

Results 44 issues of Emil Stenström

First of all, thank you for this great tool! Really appreciate your hard work 👍 ## Issue I'm running tox to test https://github.com/EmilStenstrom/django-components/ (public project). Locally I install all the...

help:wanted

The README is super-long, so I think it's time to move it out to a separate site, and give it some structure. I suggest GitHub Pages because it's built in...

It looks like this architecture would work for non-english languages too. Wikipedia is availiable in more languages, flair has embeddings in other languages, and BERT is available elsewhere. Is there...

enhancement

Hi, I get this error in the console when starting sublime now: ``` Package Control: Error downloading repository. HTTP exception InvalidCertificateException (Host api.github.com returned an invalid certificate ([SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1...

I'm running the lemmatizer that's part of swe-pipeline on a very limited online host. It only gives me 500 Mb of RAM that I have to try to cram my...

When tagging sentences containing entites with multiple tokens in them I sometimes get incorrect tags: ``` Det brinner i Fort McMurray. PN VB PP AB PM ``` `Fort` should be...

### Discussed in https://github.com/EmilStenstrom/django-components/discussions/471 Originally posted by **JuroOravec** May 2, 2024 ## Description In my project, we use Django + AlpineJS, I've made a few changes that allow me to...

I just found your great extension and quickly found myself wanting to search for senders "not in adressbook". I think this is a great way to clean up an e-mail...

In PyCharm it's possible to write # language=html before a string, and have that string be syntax highlighted as html (or any other supported language). It's not supported by any...

Hi! I'm building a small machine learning app, which means I have a large model file I would like to include in all deploys, but which I don't want to...