Skip to content

Instantly share code, notes, and snippets.

@pims
Created February 21, 2011 07:50
Show Gist options
  • Save pims/836788 to your computer and use it in GitHub Desktop.
Save pims/836788 to your computer and use it in GitHub Desktop.
Similarity (tanimoto coefficient) between a and all the letters in the alphabet for Arial bold 10px
('a', 'a', 1.0)
('a', 'u', 0.70833333333333337)
('a', 'n', 0.69565217391304346)
('a', 'e', 0.68181818181818177)
('a', 'z', 0.65000000000000002)
('a', 'o', 0.625)
('a', 'x', 0.61904761904761907)
('a', 'p', 0.6071428571428571)
('a', 'q', 0.55172413793103448)
('a', 'c', 0.54166666666666663)
('a', 'v', 0.52173913043478259)
('a', 'g', 0.5161290322580645)
('a', 'd', 0.5)
('a', 'm', 0.48484848484848486)
('a', 'y', 0.46153846153846156)
('a', 's', 0.45454545454545453)
('a', 'b', 0.40625)
('a', 'r', 0.39130434782608697)
('a', 'h', 0.38709677419354838)
('a', 'k', 0.38709677419354838)
('a', 'f', 0.33333333333333331)
('a', 'w', 0.3235294117647059)
('a', 'i', 0.29166666666666669)
('a', 'l', 0.26923076923076922)
('a', 'j', 0.2413793103448276)
('a', 't', 0.2413793103448276)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment