I have two chunks of text that I would like to compare and see which words/lines have been added/removed/modified in Python (similar to a Wiki\'s Diff Output).
I ha
try first of all clean up both of HTML by lxml.html, and the check the difference by difflib