Skip to content

Commit

Permalink
Update CF_index.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenyueh authored Jul 14, 2023
1 parent 211a487 commit af5e2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CF_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def construct_indices_from_cluster_optimal_width(args):
+ "/CF_indices/computed_optimal_{}_CF_index.json".format(args.cluster_size),
"r",
) as f:
clustering = json.load(f)
clustering, _ = json.load(f)
vocabulary = ["<A{}>".format(i) for i in range(args.cluster_size)]

CF_mapping = {
Expand Down

0 comments on commit af5e2b6

Please sign in to comment.