Skip to main content

Module structure

Module structure 

Source
Expand description

com.writerslogic.text-structure.1 — a deterministic, model-free 256-bit SimHash over a document’s structural skeleton: sentence-length sequence, paragraph shape, punctuation-class profile, and function-word skeleton. Survives synonym-level paraphrase that defeats a surface fingerprint. Match when Hamming distance <= 24 / 256.

Constants§

MATCH_THRESHOLD
Structural match threshold in bits.

Functions§

compute
Compute the structural fingerprint of text.
matches
Whether two structural fingerprints identify the same underlying structure. A structural hit is corroborating evidence, not a sole provenance decision.