Closed Chinmay26 closed 7 years ago
def q_gram_blocking(self, **kwargs):
should be def q_gram_blocking(self, output_file_path, **kwargs):
and then output_file_path = self._get_abs_path(output_file_path)
.q_gram_blocking
in Core.sys.path.append
in indexer.py
.@GreatYYX Have fixed all issues except 1. I will add some test cases shortly. Please go ahead and review
the format of utils.py is still not correct, I've fixed it.
something need to fix after merging:
Added the following