Search code examples
rstringsubstringlongest-substring

R - Longest common substring


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.


Solution

  • Check out the "Rlibstree" package on omegahat Github

    This uses http://www.icir.org/christian/libstree/.