Skip to content

Fix ids from tokenizing

Michelle Weidling requested to merge fix-ids-from-tokenizing into develop

During the creation of the ZIP file used during the collation each word receives an ID. This ID can differ from the ID in the temporary files. To avoid this, the ZIP creation now relies on the temporary files as well.

Merge request reports