Releases: proycon/colibri-core
Releases · proycon/colibri-core
v2.5.9
[Ko van der Sloot]
- Major code cleanup: range-based for loops, override statement, convert most stream pointers to references, more const parameters
[Maarten van Gompel]
- cleanup: remove last traces of python2 support, refactored exceptions
- Set up wheel building
This release does not provide a shared library; use static linking instead.
v2.5.8
v2.5.7
v2.5.6
[Maarten van Gompel]
- codemeta.json: updating according to (proposed) CLARIAH requirements (CLARIAH/clariah-plus#38)
- Dockerfile: added
[Ko van der Sloot]
- Code cleanup
- added some exceptions for unwanted cases detected by scan-build
- out-dommented DOFLEXFROMCOOC and cached_DOFLEXFROMCOOC variables, they seem useless
- removed unused assignments
v2.5.5
v2.5.4
Implemented the ability to prune subsumed n-grams (retaining only the longer non-subsumed versions). Introduces a new PRUNESUBSUMED
variable for PatternModelOptions.
Note: This is an aggressive form of pruning that should also work for unordered models, matching is based on types rather than individual tokens (all subsumed types are pruned).