Python 中的贪心字符串平铺(字符串,不是字符)

Greedy String Tiling in Python (string, not character)

已经是一样的,但只回答了字符大小写。在小列表中答案也有效,但在一些现实生活中的文本中它会出现错误(对于许多递归)。 Greedy String Tilling 算法是否有 Python 模块形式的实现? this 站点中提供了我需要的内容。 谢谢!

感谢 Camilo,我修改了他在 https://github.com/rvsia/scored-greedy-string-tiling/blob/master/scored_gst/__init__.py 上找到的解决方案解决了我的问题。