Does text-miner have a method to find frequent substrings in a list of strings?
I found several implementations of this algorithm on Stack Overflow, but I don't know if this library includes such an algorithm.
I suppose that the same algorithm could be used for collocation extraction, searching for sequences of words instead of sequences of characters.
Does text-miner have a method to find frequent substrings in a list of strings?
I found several implementations of this algorithm on Stack Overflow, but I don't know if this library includes such an algorithm.
I suppose that the same algorithm could be used for collocation extraction, searching for sequences of words instead of sequences of characters.