Thanks for writing this implementation.
I would like to add a method which takes an integer n and outputs a list of substrings which occur in at least n of the strings passed to add_string().
What do you see as the best way of going about this?
Thanks.