chore: actually return the list of random n-grams
This commit is contained in:
parent
fce2c7c0de
commit
3650d89fe1
@ -88,6 +88,7 @@ class da_detector:
|
||||
if (candidate_ngram not in r_ngrams):
|
||||
r_ngrams.append(candidate_ngram)
|
||||
print(r_ngrams)
|
||||
return r_ngrams
|
||||
|
||||
|
||||
freqs_folder = "./freqs/"
|
||||
|
Reference in New Issue
Block a user