Niklas von Moers

Results 1 comments of Niklas von Moers

+1 for this feature request. I'd suggest not using n-grams by default but enable them if the parameter n is set. Example signature: ``` def jaccard_similarity(str1: str, str2: str, ngram_size:...