markov chain generation is pretty decent

This commit is contained in:
Chris Anderson 2008-06-01 15:07:56 -07:00
parent 4be3c5f12c
commit 8ff959a6f7
20 changed files with 25066 additions and 62 deletions

View file

@ -0,0 +1,3 @@
function(doc) {
doc.title && doc.chunk && emit([doc.title, doc.chunk],null);
}