Julien Loutre
Julien Loutre
Thanks for the reply. So there's no method I can call to force the chart to resize to its container? (the div targeted in `chart.container('container');`)
Neat. Have you been able to train and generate text yet?
Oh. I'll try to make some time to re-install and check it out.
I agree it'd be great. I have no plan to work on this at the moment, not enough free time. Free free to implement and send a pull request or...
Not unless a generous donor provides a server to host :)
I'd do that too, if it wasn't for the dependencies like the POS that are not heroku compatible.
I was planning to use a pre-trained word2vec to find alternative words and subjects while staying in context. I stopped working on this before I had a chance to play...
You would only need to update the way the text file is tokenized in the tokenize() method on line 27: https://github.com/26medias/context-aware-markov-chains/blob/master/cmarkov.js#L27 `cues` are the sentence splitters. `tokens` is the word...
+1 It happens all the time. I rarely get a stream that lasts more than 12h, without error, and without any of the reason indicated on https://dev.twitter.com/streaming/overview/connecting
What about restoring a saved net?