Skip to content

Commit

Permalink
Update src/corppa/poetry_detection/annotation/command_recipes.py
Browse files Browse the repository at this point in the history
Co-authored-by: Rebecca Sutton Koeser <[email protected]>
  • Loading branch information
laurejt and rlskoeser authored Nov 6, 2024
1 parent 4be663a commit e35a19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/corppa/poetry_detection/annotation/command_recipes.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def ppa_stats(dataset: str) -> None:
examples_by_page = Counter()
examples_by_session = defaultdict(list)
for ex in examples:
# Skip examples w/ answer or (page) id
# Skip examples without answer or (page) id
if "answer" not in ex and "id" not in ex:
# Ignore "unanswered" examples
continue
Expand Down

0 comments on commit e35a19b

Please sign in to comment.