Add WritersLogic text soft-binding algorithms (zwc-watermark.2, text-structure.1, text-minhash.1)#57
Merged
domguinard merged 1 commit intoJul 8, 2026
Conversation
Collaborator
|
@dcondrey just confirming that for com.writerslogic.zwc-watermark you want a new entry rather than revising the previous entry? |
domguinard
approved these changes
Jul 8, 2026
Collaborator
|
Approved during the WM TF meeting. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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).