There was an error while loading. Please reload this page.
1 parent 392abb2 commit 3db81e5Copy full SHA for 3db81e5
assignment2/assignment2.py
@@ -19,7 +19,7 @@ def get_counts(n_grams) -> dict:
19
pass
20
21
22
-def generate_gram(counts, context) -> str:
+def generate_gram(counts, context) -> tuple:
23
24
25
0 commit comments