You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you please double check the default I set on the CLI makes sense? I used def main(kb_path: str, output_path: str, n_grams: Tuple[int,int] = (3, 3)): instead of your def main(kb_path: str, output_path: str, n_grams: int):. What do you input in the CLI when you use the --n_grams flag?
No description provided.
The text was updated successfully, but these errors were encountered: