Reuse enonce groups if availabel in annotating_by_label

This commit is contained in:
2026-08-22 12:22:46 +02:00
parent 92a9f9883e
commit 5a7ddd407f
4 changed files with 144 additions and 9 deletions
+8
View File
@@ -93,6 +93,14 @@ class EvaluationWorkspace:
def labels_file(self) -> Path:
return self.root / "labels"
@property
def label_groups_file(self) -> Path:
return self.root / "label_groups"
@property
def gemini_exam_items_file(self) -> Path:
return self.root / "Tmp" / "exam_items.txt"
@property
def correction_file(self) -> Path:
return self.root / "correction.json"