Anandonzy
Results
3
issues of
Anandonzy
Hi: Now,I don't know that how to use you code. args Enter Can you add a demo to readme. Thanks
The code ` String text = "新冠疫苗效果不错"; byte[] minhash = calculateMinHash(text); String text1 = "每天吃饭呀哈哈哈"; byte[] minhash1 = calculateMinHash(text1); float score1 = MinHash.compare(minhash, minhash1);` the result is "0.546875" you readme...
question