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