Skip to content

Releases: proycon/analiticcl

v0.4.6

22 Apr 09:30
Compare
Choose a tag to compare

Minor update, dependency upgrades and added VariantModel.set_confusables_before_pruning() method to the Python binding that sets the --early-confusables parameter (#19)

v0.4.5

21 Feb 16:30
Compare
Choose a tag to compare

Bugfix release:

  • Fixed bug in handling (hashing/normalizing) multibyte characters.
  • Added a testinput mode to test input against the alphabet.
  • Debug level two or higher now outputs the entire alphabet.

v0.4.4

08 Aug 19:39
Compare
Choose a tag to compare

Bugfix release:

  • fix in reading context rules

v0.4.3

08 Aug 11:22
Compare
Choose a tag to compare

Bugfix release:

  • fix in reading context rules
  • improving error feedback when parsing context rules
  • added missing --contextrules parameter

v0.4.2

26 Jul 11:29
Compare
Choose a tag to compare
  • A single context rule may now output multiple tags (and corresponding sequence numbers) (knaw-huc/golden-agents-htr#22)
  • updated dependencies (e.g rustfst 0.11.5)

v0.4.1

17 Jun 09:43
Compare
Choose a tag to compare

Bugfixes:

  • Fixed non-deterministic behaviour (in ties where scores were equal and in the ordering of anagram instances)

v0.4.0

10 May 12:00
Compare
Choose a tag to compare

New:

  • Context rules and tagging (https://github.com/knaw-huc/golden-agents-htr#7): allows specifying regular-expression like patterns to match entities spanning multiple 'words'
  • Allow choosing unicode codepoints for offsets instead of UTF-8 byte offsets (#15)

Bugfixes:

v0.3.3

15 Feb 13:39
Compare
Choose a tag to compare

Important bugfix release:

  • Fixed use of frequency information in score() function
  • Fixed parsing of DistanceThreshold (edit distance threshold, anagram distance threshold), when it consist of a relative and absolute component.
  • Better parameter validation in Python binding
  • More verbose feedback on chosen parameters
  • Fixed version information

v0.3.2

02 Feb 14:14
Compare
Choose a tag to compare
  • fixed auto-detection of frequency information in parsing variant lists
  • fix for the python wheel building

v0.3.1

06 Oct 14:26
Compare
Choose a tag to compare

Minor bugfix release: fixes an issue with invalid JSON serialisation #13