edsnlp.pipelines.ner.scores.charlson.patterns
regex = ['charlson']
module-attribute
after_extract = 'charlson.*?[\\n\\W]*?(\\d+)'
module-attribute
score_normalization_str = 'score_normalization.charlson'
module-attribute
score_normalization(extracted_score)
Charlson score normalization. If available, returns the integer value of the Charlson score.
Source code in edsnlp/pipelines/ner/scores/charlson/patterns.py
12 13 14 15 16 17 18 19 20 |
|