Releases: Lips7/Matcher
Releases · Lips7/Matcher
v0.4.3
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
Full Changelog: v0.4.1...v0.4.2
v0.4.1
Changed: Rebuild transformation rules based on unicode standard.
Full Changelog: v0.4.0...v0.4.1
v0.4.0
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
Full Changelog: v0.3.3...v0.3.4
v0.3.3
Full Changelog: v0.3.2...v0.3.3
v0.3.2
Full Changelog: v0.3.1...v0.3.2
v0.3.1
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Full Changelog: v0.2.10...v0.3.0
v0.2.10
Full Changelog: v0.2.9...v0.2.10