Jeremy Singer-Vine
Jeremy Singer-Vine
Hi @erikrakuscek, just checking back on this.
Thanks for flagging this @jyt109! Looks like a Jekyll update may have introduced some compatibility issues. I'll take a look and see if I can fix it.
Hi @nezetimesthree, and thanks for your interest in `markovify`. When you get a chance, please provide code and text that reproduces the problem. Without that, it will unfortunately be quite...
Thanks for sharing this, @nezetimesthree. It seems that you're passing to `make_sentence_with_state` a "start" that was generated by an LLM, which is not guaranteed to be a start *that actually...
Thank you for the helpful clarification, @nezetimesthree. Could you share a start that the code fails on but that is definitely a start in the corpus?
Thanks; can you share that as copy-pasteable text?
Great, thanks; that's what I was looking for, indeed.
Thanks again for the helpful example. Taking a closer look, the issue seems not to be with `make_sentence_with_start`, but rather the sentence parser much earlier in the processing pipeline. ```python...
Thanks for the note, @frosencrantz — I can see that being useful. Not sure when I'll have the time to implement/test/etc., but it's now on my list. I suppose it'll...
Thank you for flagging this, @pokeball99. What `pip` command are you using to install the library?