chore: actually return the list of random n-grams

This commit is contained in:
surtur 2021-12-20 01:04:55 +01:00
parent fce2c7c0de
commit 3650d89fe1
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -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/"