You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds three text soft-binding algorithms maintained by WritersLogic and updates the informationalUrl of an existing entry (id 29).
com.writerslogic.zwc-watermark.2 (watermark) revises id 29: drops U+FEFF for U+2060 and adds Reed-Solomon erasure coding so extraction survives partial loss of the zero-width characters. com.writerslogic.text-structure.1 (fingerprint) is a deterministic, model-free 256-bit hash of a document's structural skeleton (sentence-length sequence, paragraph shape, punctuation profile, function-word skeleton) that survives synonym-level paraphrase. com.writerslogic.text-minhash.1 (fingerprint) is a 128-permutation MinHash with 32x4 LSH banding for excerpt and quotation matching, interoperable with ISO 24138 ISCC Text-Code.
All entries conform to the schema, include the mandatory fields, and their informationalUrls resolve. Submitted by the algorithms' maintainer (david@writerslogic.com).
@domguinard Yes, intentional — a new entry (ID 42, .2), not a revision of ID 29 (.1).
The .1/.2 suffix is part of the algorithm identifier, so these are distinct on-the-wire schemes: .2 drops U+FEFF from the symbol alphabet and adds a Reed-Solomon erasure code, so a .2 extractor cannot read .1-encoded content and vice versa. ID 29 (.1) needs to stay registered so existing .1 bindings keep resolving; .2 functionally supersedes it for new content. The "Revision of …v1" wording in the description was meant to describe that relationship, not to request an in-place edit — happy to reword it to "Successor to" in a follow-up if that reads more clearly for the registry.
Thanks for taking it through the WM TF.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds three text soft-binding algorithms maintained by WritersLogic and updates the informationalUrl of an existing entry (id 29).
com.writerslogic.zwc-watermark.2 (watermark) revises id 29: drops U+FEFF for U+2060 and adds Reed-Solomon erasure coding so extraction survives partial loss of the zero-width characters. com.writerslogic.text-structure.1 (fingerprint) is a deterministic, model-free 256-bit hash of a document's structural skeleton (sentence-length sequence, paragraph shape, punctuation profile, function-word skeleton) that survives synonym-level paraphrase. com.writerslogic.text-minhash.1 (fingerprint) is a 128-permutation MinHash with 32x4 LSH banding for excerpt and quotation matching, interoperable with ISO 24138 ISCC Text-Code.
Also updates com.writerslogic.zwc-watermark.1 (id 29) informationalUrl from https://writersproof.com/cpop/zwc-watermark to https://docs.writerslogic.com/soft-binding/zwc-watermark so all WritersLogic algorithm spec pages share one base.
All entries conform to the schema, include the mandatory fields, and their informationalUrls resolve. Submitted by the algorithms' maintainer (david@writerslogic.com).