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