Click here to Skip to main content
15,889,595 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can anyone help me to understand the minhash GitHub - chrisjmccormick/MinHash: Example Python code for comparing documents using MinHash[^] please ?!
1- What is the purpose of using a number of files such as articles_100,articles_1000, articles_10000, and ...
2- How to add the ID like t1039 to the file ?? manually or how???
3- How to compare between the documents ?? using specific words in the document or all the document( with full length) will compare with the other ???

What I have tried:

articles_100.train
articles_100.truth
-----
-----
-----
Posted
Updated 7-Feb-20 22:38pm

1 solution

The comments in the source code explain the program, and comment 3 has a link to the Minhash algorithm.
 
Share this answer
 
Comments
neveen neveen 8-Feb-20 6:43am    
yes, but I don't understand how to create the file " .truth" and how specify the similarity between each pair of documents in this file ".truth"
Richard MacCutchan 8-Feb-20 6:46am    
You need to study the code to answer such questions. There is even a link to the author’s blog so you could ask her or him.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900