Blame view
main.rb
233 Bytes
7043da90b
|
1 2 3 |
$LOAD_PATH.unshift File.expand_path(File.join(File.dirname(__FILE__), "lib")) require 'rir' |
fd4cb285a
|
4 5 |
w = RIR::WikipediaPage.new("http://en.wikipedia.org/wiki/The_Dillinger_Escape_Plan") |
a79a22843
|
6 7 |
p w.entropy("dillinger escape plan") p w.tf("guitar") |