Sam Petulla
Sam Petulla
@mbostock Mike, here's a quick and dirty implementation of R's [max_chroma](https://rdrr.io/rforge/colorspace/src/R/max_chroma.R) to validate your assumption. https://observablehq.com/d/f2f806f521cbb1fc The R table is quite large (36k entry hash table).. and I didn't optimize...
My own thinking on this is that we should attempt to keep the libraries section limited to toolkits that start at a lower level and try to build up from...
This is the error.. Any ideas? The same document id throws the error every time. `org.apache.solr.common.SolrException: Exception writing document id Q23672838 to the index; possible analysis error: input automaton is...
Hm. So the file like `uman_organization_location.json`, restrict the index? I'm confused because I assumed you had run this on the full wikipedia dataset.
Can try just running a recent dump and seeing if it works for you? I'm trying Facebook's [recent NEL codebase now](https://github.com/facebookresearch/BLINK) but may need to return to this and am...
@1wheel See my note [here](https://github.com/gka/git-go/pull/3#issuecomment-374940568). Am in the process of overhauling my command line, so sorting through these tools. You might try an alias like this.. `go = "!f() {...
updated to include article url, doh * For [this article](https://www.cbsnews.com/news/worlds-largest-telescope-why-locations-mauna-kea-hawaii-la-palma-spain-might-not-matter/), the model struggles with `NASA's James Webb Space Telescope`. This is the mentions array: > [Mauna Kea: [Mauna Kea, Mauna...
Same issue in Databricks with PySpark.
Same question @ines. Do you recommend looking at this thread for [a solution](https://github.com/explosion/spaCy/issues/3335)? I wasn't able to reproduce the solution that's presented in that thread with s2v. I was going...
I have this same issue when trying to use load_data() on separate test and train dataframes. Weirdly, one of the two tabular_torch_dataset.TorchTextDataset` returned from load_data will train; the other will...