Skip to content

Releases: pgolo/sic

sic-1.3.3

17 Sep 05:57
de5f660
Compare
Choose a tag to compare

[1.3.3] - 2021-09-17

Changed

  • Fixed bug causing incorrect normalization when replacement tokens can be tokenized themselves

sic-1.3.2

22 Jan 03:39
591a57f
Compare
Choose a tag to compare

[1.3.2] - 2021-01-21

Changed

  • Improved logical reasoning to resolve conflicting instructions

sic-1.3.1

08 Dec 05:30
f543894
Compare
Choose a tag to compare

[1.3.1] - 2020-12-08

Changed

  • Updated logic with respect to spelling correction

sic-1.3.0

01 Dec 03:00
9b16033
Compare
Choose a tag to compare

[1.3.0] - 2020-11-30

Added

  • Support for transitivity in tokenization rules
  • Option to identify tokens but don't add word separators to resulting string

sic-1.2.0

09 Nov 16:12
c83fccd
Compare
Choose a tag to compare

[1.2.0] - 2020-11-09

Added

  • Tokenization rules can be added to a compiled model

sic-1.1.0

31 Oct 05:09
56986f1
Compare
Choose a tag to compare

[1.1.0] - 2020-10-31

Added

  • Implicit instantiation of core classes
  • Classes and function for ad hoc creation of tokenization config
  • Methods to save (pickle) and load (unpickle) compiled Normalizer instance
  • Wheel for Python 3.9

sic-1.0.6

20 Sep 23:24
30aa135
Compare
Choose a tag to compare

[1.0.6] - 2020-09-10

Changed

  • Fixed bug with replacing substring that is not a token

sic-1.0.5

20 Sep 23:24
Compare
Choose a tag to compare

[1.0.5] - 2020-09-08

Changed

  • Normalizer.data is now exposed as a property
  • Updated documentation, added performance benchmarks
  • Installable package is either pure Python or wheel with precompiled Cython

sic-1.0.4

20 Sep 23:23
Compare
Choose a tag to compare

[1.0.4] - 2020-09-03

Added

  • Normalizer.result['r_map'] attribute
  • Scripts to build wheels

sic-1.0.4a1

20 Sep 23:23
Compare
Choose a tag to compare
sic-1.0.4a1 Pre-release
Pre-release

[1.0.4a1] - 2020-09-03

Added

  • Normalizer.result['r_map'] attribute
  • Scripts to build wheels