-
_Originally posted by in https://github.com/florisboard/florisboard/issues/216#issuecomment-777715675_
Patrickgold said: Word suggestions will be my next main dev goal for sure,
... alongside…
-
Not sure if this is useful
```swift
import Foundation
class Node {
var children: [Character: Node] = [:]
var frequency: Int = 0
var words: [String: Int] = [:]
}
class PPM {
…
-
We will update the time series tables in the following days, aiming to provide a cleaner and more organized dataset consistent with our new/current naming convention. We will also be reporting a new v…
-
Prior discussion:
https://github.com/keean/zenscript/issues/14#issuecomment-308722477
https://github.com/keean/zenscript/issues/33#issuecomment-362720879
https://github.com/keean/zenscript/is…
-
So I was thinking about the following idea.
It is probably completely bogus, but I would definitely investigate it when and if I had the time to, so maybe someone else would be interested as well.
…
-
If we use `-n 1000000` to have a very long output (for a story for example),
it stops generating quite fast, after around 30 lines, probably because of [this line of code](https://github.com/ggergano…
-
#### Landing Page Changes:
- Change "Get Started" button text to something like "Bet on Prediction Markets"
- Add explainer video back to the site, it was engaging + helpful
- Pages need better ti…
-
Hat tip @simontegg
http://www.wsj.com/articles/the-future-of-the-internet-is-flow-1443796858
I maybe 10% believe it, I believe some of the comments more. But it certainly fits the theme here...
-
Cluster of RAB40B and XLOC_I2_008134 have the opposite phenotypes of a cluster of PIK3R3 and INSYN1 - googled most connections and got nothing so it may be novel.
Emailed Scott Soderling Duke Dec 1 h…
-
Assuming I have downloaded the `box` folder with the `data`, `tokenizers`, and `trained_model` folders, could you please provide an example of how to run evaluation on `box/data/qed/chembl_selfies_eva…