Compare commits
No commits in common. "a76c6d3da8dfc59aec9f0ba6916e2092443f3d72" and "12f97ae765e1fba105a123ac56d377c7f9d66c6b" have entirely different histories.
a76c6d3da8
...
12f97ae765
|
@ -41,7 +41,7 @@ def compile(
|
|||
|
||||
word_counts: Dict[int, Dict[str, int]] = {}
|
||||
|
||||
names = list(categories.keys())
|
||||
names = tuple(categories.keys())
|
||||
|
||||
for category, text in categories.items():
|
||||
for word in text:
|
||||
|
|
Loading…
Reference in New Issue
Block a user