Difference between revisions of "User:Francis Tyers/MT"

From Apertium
Jump to navigation Jump to search
(New page: ;Structure-Preserving Difference Search for XML Documents)
 
Line 1: Line 1:
 
;Structure-Preserving Difference Search for XML Documents
 
;Structure-Preserving Difference Search for XML Documents
  +
  +
The paper presents a strategy for measuring the difference between a pair of documents in XML. The
  +
authors report that this is an improvement over the more traditional strategies. The two traditional
  +
strategies tested against were longest common subsequence (LCS), as used by GNU diff, and shortest
  +
edit distance, as used by XMLDiff and similar programs.

Revision as of 17:45, 1 April 2008

Structure-Preserving Difference Search for XML Documents

The paper presents a strategy for measuring the difference between a pair of documents in XML. The authors report that this is an improvement over the more traditional strategies. The two traditional strategies tested against were longest common subsequence (LCS), as used by GNU diff, and shortest edit distance, as used by XMLDiff and similar programs.