-
Hi,
Thanks for the good work. I have an important question as I am considering using flair in one of my apps, for named entity recognition.
Sometimes, python packages have different licenses as…
-
Just recently, I've extracted the CourtListener citation finder into my own package in order to do citation finding outside CourtListener in arbitrary legal documents. I've discovered that the citatio…
-
I have been following `emacs-tree-sitter` development for a while, and after watching https://emacsconf.org/2020/talks/23/, I feel we at least should talk about this feature being incorporated into `c…
-
This proposal is about providing a way to pass a `context.Context` to template execution.
# Summary
Reasons:
* Template execution cannot be gracefully interrupted, and it is a rather expensive an…
-
#### Description
When using the `gensim.models.Phrases` model, there is an issue if you want to do stopword filtering. In particular, given a standard list of unigram stopwords, one must filter the…
-
Hi @mallamanis ,
How are you?
Thanks for sharing the code!
I'm trying to reproduce the PLDI dataset +results.
I am preparing the data according to: https://github.com/typilus/typilus/blob/master…
-
Hello there,
Maybe you can help me out with this real quick. I cannot run any of your examples. Not the one from https://radimrehurek.com/gensim/similarities/docsim.html, nor the one from this repo…
-
TL;DR: We don't need service endpoints in the DID Document... it's an overly-complicated anti-pattern that has a lot of downsides when we already have patterns that are implemented today that would wo…
-
```
# SELECT '1.0.0-alpha-0'::semver;
semver
---------------
1.0.0-alpha.0
(1 row)
```
This should be parsed as below since `-` is an allowed character inside the prerelease identifiers,…
-
Hello,
I'm trying to use sentence-transformers for semantic search in legal corpus. Since it's a very specific domain I decided to fie tune one of the models. I have two types of texts: type A (these…