Sha256: c46d886073dec5b53d04d7026835ea3973ca42f15c2a3a40c2d805c04507294d
Contents?: true
Size: 182 Bytes
Versions: 164
Compression:
Stored size: 182 Bytes
Contents
function(doc){ var words = doc.text.split(/\W/).map(function(w){return w.toLowerCase()}); words.forEach(function(word){ if (word.length > 0) emit([word,doc.title],1); }); }
Version data entries
164 entries across 164 versions & 29 rubygems