Skip to content

Commit

Permalink
Hardcode language ID
Browse files Browse the repository at this point in the history
  • Loading branch information
ljvmiranda921 committed Oct 26, 2024
1 parent 91eae4a commit 0f49e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysis/compute_iaa.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def find_key(d: dict[str, list[str]], value: str) -> str | None:
)

lang_code = LANG_STANDARDIZATION[lang.split("_")[0]]
axs[1].set_xlabel(f"Cohen's Kappa (Language: {lang_code})")
axs[1].set_xlabel("Cohen's Kappa (Language: Indonesian)")
axs[1].set_ylabel("Percentage")

# annot_df["model_annotations"] = [i for i in annot_df.values]
Expand Down

0 comments on commit 0f49e4a

Please sign in to comment.