Skip to content

Commit 0f49e4a

Browse files
committed
Hardcode language ID
1 parent 91eae4a commit 0f49e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analysis/compute_iaa.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def find_key(d: dict[str, list[str]], value: str) -> str | None:
163163
)
164164

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

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

0 commit comments

Comments
 (0)