Skip to content

Releases: Lips7/Matcher

v0.4.3

08 Jul 11:46
Compare
Choose a tag to compare

Changed

  • Fix exemption word list wrongly reject entire match, not a single table.
  • Add match_id to MatchResult.
  • Reverse DFA structure to AhoCorasick structure.
  • matcher_c use from_utf8_unchecked instead of from_utf8.
  • Build multiple wheels for different python version.
  • Update FANJIAN.txt and NORM.txt.
  • Fix issues with runtime_build feature.

Full Changelog: v0.4.2...v0.4.3

v0.4.2

07 Jul 13:27
Compare
Choose a tag to compare

Full Changelog: v0.4.1...v0.4.2

v0.4.1

06 Jul 09:44
Compare
Choose a tag to compare

Changed: Rebuild transformation rules based on unicode standard.

Full Changelog: v0.4.0...v0.4.1

v0.4.0

03 Jul 06:30
Compare
Choose a tag to compare

Feature: Implement NOT logic word-wise inside simple matcher.

Notice: v0.4.0 is incompatible to v0.3.*, cause implementation for NOT logic word-wise, now simple word combinations must be separated by &(AND logic) and ~(NOT logic), eg. hello&world~word means a text must match hello and world and must not match word.

Full Changelog: v0.3.4...v0.4.0.

v0.3.4

27 Jun 10:28
Compare
Choose a tag to compare

Full Changelog: v0.3.3...v0.3.4

v0.3.3

26 Jun 17:23
Compare
Choose a tag to compare

Full Changelog: v0.3.2...v0.3.3

v0.3.2

26 Jun 02:22
Compare
Choose a tag to compare

Full Changelog: v0.3.1...v0.3.2

v0.3.1

23 Jun 15:13
Compare
Choose a tag to compare

Full Changelog: v0.3.0...v0.3.1

v0.3.0

21 Jun 16:11
Compare
Choose a tag to compare

Full Changelog: v0.2.10...v0.3.0

v0.2.10

20 Jun 17:11
Compare
Choose a tag to compare

Full Changelog: v0.2.9...v0.2.10