Skip to content

Releases: OHNLP/MedTagger

Release v1.0.30

23 Feb 17:25
Compare
Choose a tag to compare

Add optional parameter identifier_col to backbone config (defaults to "note_id")

Release v1.0.29

18 Feb 14:36
Compare
Choose a tag to compare

Remove explicit assumption that note_id is an int

Release v1.0.28

11 Feb 14:12
Compare
Choose a tag to compare

PASC Resource Update in Response to Feedback from Stony Brook

Release v1.0.27

11 Feb 00:24
Compare
Choose a tag to compare

Skip document/interrupt MedTagger run in backbone if no progress after 30 seconds

Release v1.0.26

10 Feb 23:56
Compare
Choose a tag to compare

Transitional Release Superceded by v1.0.27

Release v1.0.25

04 Feb 16:12
Compare
Choose a tag to compare

Fix: Incorrect Parameter Linking due to direct AhoCorasickLookupAnnotator call

Release v1.0.24

04 Feb 00:44
854ffd9
Compare
Choose a tag to compare
  • Added: Dynamic Dictionary Loading Defaulting to PASC Ruleset if no parameters specified
    • 'dict_file', 'abbr_file', and 'stop_file' parameters available in AE descriptors
  • 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.
  • Backbone component now supports "STANDALONE_DICT_ONLY", "STANDALONE_DICT_AND_IE" modes.
    • For the former, "ruleset" should be pointed at the dictionary file name as placed in resources (much like with current IE rulesets)
    • For the latter, "ruleset" should be either the IE ruleset folder name, or "IE_ruleset_folder|dict_file". In the case of the former, the bundled PASC dictionary will be used.
  • Fix: Improper REMOVE rule definition in PASC ruleset

Release v1.0.23

03 Feb 19:31
Compare
Choose a tag to compare
Release v1.0.23 Pre-release
Pre-release

Transient Update, Please Use v1.0.24

Release v1.0.22

02 Feb 01:46
Compare
Choose a tag to compare

Draft Release Autonomously Generated By CI

Release v1.0.21

31 Jan 20:50
Compare
Choose a tag to compare

Draft Release Autonomously Generated By CI