irlib icon indicating copy to clipboard operation
irlib copied to clipboard

Information Retrieval Library (in Python)

Results 2 irlib issues
Sort by recently updated
recently updated
newest added

I got some problem when i use load method. An error come from metric.cos_vector, it raise ValueError('Vectors not with same length')

Got complaint on line 36 of mi.py. Should it be `self.count_all = 0` or `self.count_all = 0ho` (as it is right now)? Not sure what "0ho" does.