Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 432 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 432 Bytes

Text similarity search

Usage:       main.py METHOD SOURCE_PATH
             main.py --method METHOD --source-path SOURCE_PATH

Acknowledgment

This code internally uses libraries from Faiss and datasketch Minhash framework, Also a part of the code is borrowed from kelvinguu/neural-editor