Expand description
Linguistic stylometric fingerprint scrubbing.
Deterministic statistical normalisation of text to destroy authorship attribution fingerprints. No LLM, no network calls — purely local text transformation.
Functions§
- average_
sentence_ length - Compute the average sentence length in words for the given text.
- expand_
contractions - Expand common English contractions to full forms.
- normalize_
punctuation - Normalise punctuation to ASCII equivalents.
- scrub_
text - Apply all scrubbing transformations to the input text.