Skip to content

Conversation

@berkentekin
Copy link

import kshingle as ks
shingles = ks.shingleset_range("abc", 2, 3)
# {'ab', 'abc', 'bc', 'c'}

This function does not return 'c' in the resulting set, as it is of size 1. I changed the README to reflect this

@berkentekin berkentekin changed the title Fix mistake on one of the examples Fix mistake in one of the examples Sep 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant