Skip to content
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

feat(watermarker): add frequency analysis for Watermarks #200

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Schiphorst-ISST
Copy link
Contributor

Description

Adds a static frequency analysis function to the Watermark class and the option to only return the most frequent Watermark(s) from any Watermarker function that returns a list of Watermarks, as described by the additional context in the linked issue. Both Watermarker.kt and JvmWatermarker.kt use it by default.

Please note that frequency analysis is separate from squashing and can be used alone or in conjunction with it wherever supported.

Linked Issue(s)

Fixes #190

CLA

By submitting this pull request, I have read the Corporate Contributor License Agreement (CLA) and I hereby accept and sign the CLA.

@Schiphorst-ISST Schiphorst-ISST added feature New feature or request component: watermarker Watermarker Library labels Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: watermarker Watermarker Library feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Watermark Squashing with Length Analysis
1 participant