Releases: OHNLP/MedTagger
Release v1.0.21
Draft Release Autonomously Generated By CI
Release v1.0.20
- Dynamic Dictionary Loading Defaulting to PASC Ruleset if no parameters specified
- 'dict_file', 'abbr_file', and 'stop_file'
- Fix: Context rules are once again dynamically loaded from ruleset instead of hardcoded
- Legacy sentence parsing behaviour causing newlines to automatically split sentences is removed due to causing unexpected behaviour with word wrap etc.
Release v1.0.19
Draft Release Autonomously Generated By CI
Release v1.0.18
Draft Release Autonomously Generated By CI
Release v1.0.14-tnx
Draft Release Autonomously Generated By CI
Release v1.0.17
Draft Release Autonomously Generated By CI
Release v1.0.16
Draft Release Autonomously Generated By CI
Release v1.0.15
Implements aho-corasick-based dictionary lookup as part of the MedTagger backbone component.
To use, switch the 'mode' parameter in your configuration from 'standalone' (if present) to 'general_clinical' and set 'ruleset' to "none" for the OHDSI format transformation component configuration. Note that this is separate from the IE component (rulesets placed in '/resources') so if you wish to use IE keep this parameter as standalone.
Dictionary will need to be downloaded separately from this release
Release v1.0.14
Draft Release Autonomously Generated By CI
Release v1.0.13
- Bugfix: Add Support for Assertion ("POSSIBLE") Terminal Context Triggers
- More descriptive errors when trigger is not in trigger dictionary/is invalid