Help for this page

Select Code to Download


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