时间:2021-07-01 10:21:17 帮助过:8人阅读
php中有什么比较好的文本库,可以比对一篇文章的两个版本修改了哪些内容。
https://github.com/chrisboulton/php-diff
http://paulbutler.org/archives/a-simple-diff-algorithm-in-php/
http://php.com/manual/en/function.similar-text.php
http://php.com/manual/en/function.levenshtein.php
http://php.com/manual/en/function.soundex.php
http://php.com/manual/en/function.metaphone.php
http://php.com/manual/en/book.xdiff.php
http://pear.php.com/package/Text_Diff