This commit is contained in:
2021-12-09 21:14:28 -03:00
parent 25f873c453
commit 960c418848
4 changed files with 0 additions and 187 deletions

View File

@ -108,7 +108,6 @@ class AI:
os.remove(temp)
word_list = th.split_words(obj)
fits = encoder.fit_transform(word_list)
print(fits)
phrases = []
for length in range(1, len(word_list) + 1):
for start in range(0, len(word_list)):