Commit 0a158128 authored by Mostofa Patwary's avatar Mostofa Patwary
Browse files

Fixed a minor bug

parent c1faa9fe
...@@ -19,7 +19,7 @@ import sys ...@@ -19,7 +19,7 @@ import sys
def is_similar(jaccard_similarity): def is_similar(jaccard_similarity):
return (js >= 0.9) return (jaccard_similarity >= 0.7)
if __name__ == '__main__': if __name__ == '__main__':
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment