Help for this page
# normalised all the index values to be in the range 0..1 # removed "stop words" ... 'Thursday' => 0.5, 'Friday' => 0.5 };
$docindex = { 'Perl' => 1, 'Python' => 0.5, ... '~~Course11' => 1 };