Skip to content

Commit

Permalink
Publish files at the end of entity linking phase
Browse files Browse the repository at this point in the history
  • Loading branch information
oaubert committed May 16, 2024
1 parent 9e7b211 commit a733c6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions optv/parliaments/DE/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ def publish_as_processed(session: str, filepath: Path) -> Path:
link_entities_from_file(merged_file,
merged_file,
persons, factions)
publish_as_processed(session, merged_file)

# Time-align merged files - only when specified and only for processed files
if args.align_sentences:
Expand Down

0 comments on commit a733c6e

Please sign in to comment.