Compare commits
3 Commits
12f97ae765
...
a76c6d3da8
Author | SHA1 | Date | |
---|---|---|---|
a76c6d3da8 | |||
c84758af56 | |||
3a9c8d2bf2 |
|
@ -41,7 +41,7 @@ def compile(
|
|||
|
||||
word_counts: Dict[int, Dict[str, int]] = {}
|
||||
|
||||
names = tuple(categories.keys())
|
||||
names = list(categories.keys())
|
||||
|
||||
for category, text in categories.items():
|
||||
for word in text:
|
||||
|
|
Loading…
Reference in New Issue
Block a user