TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Markov-generated Quora questions

3 pointsby cjlmalmost 13 years ago

1 comment

willvarfaralmost 13 years ago
Many years ago - before public Internet even - I wrote a markov 'fog' maker. It produced complete unintelligible sentences.<p>But the thing that sticks in the mind was how, on the first run, one phrase right in the middle somehow stuck out:<p><pre><code> herbaceous.. </code></pre> When you pick such a rare word in the corpus, you kind of railroaded into very limited continuations:<p><pre><code> herbaceous border... </code></pre> ok, where will the markov go now?<p><pre><code> herbaceous border disputes. </code></pre> Loved it! :)