Skip to content

Instantly share code, notes, and snippets.

@tatac1
Created June 30, 2013 02:34
Show Gist options
  • Save tatac1/5893560 to your computer and use it in GitHub Desktop.
Save tatac1/5893560 to your computer and use it in GitHub Desktop.
Tanimoto coefficient
module Tanimoto where
import NLP.Scores
import Data.Set
a = fromAscList ['b','c','d','e']
i = fromAscList ['b','c','d']
main = do
jaccard a i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment