medcat.utils.legacy.helpers
Functions:
Attributes:
-
logger–
fix_old_style_cnf
fix_old_style_cnf(data: dict, remove: set[str] = {'py/object', '__fields_set__', '__private_attribute_values__'}, take_from: str = 'py/state.__dict__')
Source code in medcat-v2/medcat/utils/legacy/helpers.py
32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | |
fix_subnames
fix_subnames(cat: CAT) -> None
Source code in medcat-v2/medcat/utils/legacy/helpers.py
64 65 66 67 68 69 70 71 | |