You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This version fixes a critical bug in segment matcher that appears when match content is moved in such a way that LCS identifies the result of the move as an 'insert'.
Includes the basic system structure, a wrapper around difflib.SequenceMatcher and a complete implementation of SegmentMatcher with an abstract Segmenter structure.