Does anyone know of an R package that solves the longest common substring problem? I am looking for something fast that could work on vectors.
Check out the "Rlibstree" package on omegahat Github
This uses http://www.icir.org/christian/libstree/.