R - Longest common substring

longest-substring, r, string, substring

Solution

Check out the "Rlibstree" package on omegahat Github

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

Problem

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.

Original source

Related problems