Releases: proycon/analiticcl
Releases · proycon/analiticcl
v0.4.7
v0.4.6
v0.4.5
v0.4.4
v0.4.3
v0.4.2
- 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
v0.4.0
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:
- use lowest frequency of either variant or target when using variant lists (https://github.com/knaw-huc/golden-agents-htr#15)
- Allow out-of-vocabulary words in LM; not everything that's in the lexicons has to necessarily also in the LM
v0.3.3
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