Commit 540eb35a by Steven Xu

changed test figures, as probably due to corpus update

parent 58de3457
...@@ -270,7 +270,7 @@ information content was created. ...@@ -270,7 +270,7 @@ information content was created.
>>> dog.res_similarity(cat, brown_ic) # doctest: +ELLIPSIS >>> dog.res_similarity(cat, brown_ic) # doctest: +ELLIPSIS
7.911... 7.911...
>>> dog.res_similarity(cat, genesis_ic) # doctest: +ELLIPSIS >>> dog.res_similarity(cat, genesis_ic) # doctest: +ELLIPSIS
7.467... 7.204...
``synset1.jcn_similarity(synset2, ic):`` ``synset1.jcn_similarity(synset2, ic):``
Jiang-Conrath Similarity Jiang-Conrath Similarity
...@@ -282,7 +282,7 @@ given by the equation 1 / (IC(s1) + IC(s2) - 2 * IC(lcs)). ...@@ -282,7 +282,7 @@ given by the equation 1 / (IC(s1) + IC(s2) - 2 * IC(lcs)).
>>> dog.jcn_similarity(cat, brown_ic) # doctest: +ELLIPSIS >>> dog.jcn_similarity(cat, brown_ic) # doctest: +ELLIPSIS
0.449... 0.449...
>>> dog.jcn_similarity(cat, genesis_ic) # doctest: +ELLIPSIS >>> dog.jcn_similarity(cat, genesis_ic) # doctest: +ELLIPSIS
0.280... 0.285...
``synset1.lin_similarity(synset2, ic):`` ``synset1.lin_similarity(synset2, ic):``
Lin Similarity: Lin Similarity:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment