jdupl123

Results 4 issues of jdupl123

At the moment Fast the moment the documentation is a bit spare on production so I'm proposing to add tutorials for it starting with inference. Should I be making this...

## How to reproduce the behaviour ``` import spacy nlp = spacy.load("en_core_web_sm") list(nlp.tokenizer("about the P&L.")) ``` I get ``` [about, the, P&L.] ``` The . should be separated from P&L...

lang / en
feat / tokenizer

I am trying to pass a symbol to the hclust function from http://juliastats.github.io/Clustering.jl/stable/hclust.html ``` from julia import Clustering as C result = hclust(costs, linkage=":ward") ``` I keep getting `TypeError: in...

PyCall

We would like to dynamically rate limit a task queue in order to act as a circuit breaker. The task queue would be scaled back when a downstream service is...

enhancement