Skip to content

Releases: halfak/deltas

v0.3.4

07 Sep 18:11
Compare
Choose a tag to compare

Adds token_class option to tokenization and propagates the param to diffengines

v0.3.3

12 Aug 00:04
Compare
Choose a tag to compare
  • Adds word-level handling of apostrophes in wikitext_split.

v0.3.2

10 Aug 19:33
Compare
Choose a tag to compare
  • Adds URL token to wikitext_split
  • Adds CJK character splitting to wikitext_split

v0.3.1

14 Jul 20:12
Compare
Choose a tag to compare

v0.3.0 yields substantial performance improvements

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'.

v0.0.2

01 Aug 13:33
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Includes the basic system structure, a wrapper around difflib.SequenceMatcher and a complete implementation of SegmentMatcher with an abstract Segmenter structure.