edkinsgael / airhead-research

Automatically exported from code.google.com/p/airhead-research
0 stars 0 forks source link

Similarity list don't include word with duplicate similarities #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
We're using a Map instead of a MultiMap to back the BoundedSortedMap.  This
results in missing similar values if words have duplicate similarities. 
While unlikely, it's definitely a bug.

Root cause fix:
0.  Create SortedMultiMap interface
1.  Implement SortedMultiMap class
2.  Implemented BoundedSortedMultiMap
3.  Rework WordComparator to use BSMM
4.  Rework SimilarityListGenerator to use WordComparator

Original issue reported on code.google.com by David.Ju...@gmail.com on 2 Jun 2009 at 9:33

GoogleCodeExporter commented 8 years ago
Fixed bug in revision 342

Original comment by David.Ju...@gmail.com on 5 Jun 2009 at 2:46