-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
encoding integrity of source documents #150
Comments
I think this is a good idea. It does bring up some questions about the I think CRC32 makes sense for this. |
Good point. A simple solution I can imagine is to add a parameter to |
As discussed in the meeting today, Python's I don't know what "much" means here but it might be worth considering choosing Adler-32 as our standard instead. |
Recent developments;
|
At some point, we had advertised that MMIF would encode file checksums in the
Document
objects for checking data integrity. I want to bring it to the discussion, specifically related to these questions;add_document
method of the MMIF SDK (maybe as an optional parameter). We could also consider implementing some helpers either in MMIF SDK or CLASM SDK to check the file integrity using the checksum string.The text was updated successfully, but these errors were encountered: