R - 最长的共同子串

gap*_*ppy 8 string substring r longest-substring

有没有人知道R包解决了最长的常见子串问题?我正在寻找可以对矢量起作用的快速的东西.

Sha*_*ane 5

查看omegahat上的"Rlibstree"软件包:http://www.omegahat.org/Rlibstree/ .

这使用http://www.icir.org/christian/libstree/.

  • 你能发布比较''hello world'和''hella old'`结果的示例代码吗?它会产生"地狱"或"地狱老"吗? (2认同)