taki0112 / Vector_Similarity

Python, Java implementation of TS-SS called from "A Hybrid Geometric Approach for Measuring Similarity Level Among Documents and Document Clustering"
MIT License
294 stars 44 forks source link

add numpy support on vector similarity for bulk similarity calculation #6

Closed aadityachapagain closed 4 years ago

aadityachapagain commented 4 years ago

supports numpy simlarity values of m x n matrices can be easily converted to tensor using torch I think importing torch for just calculating similarit is bit absurd as we can do all the things in numpy instead.