Skip to content

Ruby script to compute Salton cosine and Jaccard coefficient

Notifications You must be signed in to change notification settings

ABrisset/dc_checker

Repository files navigation

dc_checker

SEO Ruby script to compute Salton cosine. Wordks perflectly for websites with less than one hundred pages. To make it work, just add a config directory and create a database.yml file providing your mysql configuration.

development:
  host: localhost
  username: your_username
  password: your_password
  encoding: utf8
  port:

Then just run ./salton.rb followed by a URL and a database name.

TO DO

  • Add begin/rescue blocks
  • Improve SQL queries

About

Ruby script to compute Salton cosine and Jaccard coefficient

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages