kazu.steps.document_post_processing.abbreviation_finder¶
Classes
Detects abbreviations using the algorithm in "A simple algorithm for identifying abbreviation definitions in biomedical text.", (Schwartz & Hearst, 2003). |
- class kazu.steps.document_post_processing.abbreviation_finder.AbbreviationFinderStep[source]¶
Bases:
Step
Detects abbreviations using the algorithm in “A simple algorithm for identifying abbreviation definitions in biomedical text.”, (Schwartz & Hearst, 2003).
Uses a modified version of the scispacy abbreviation finder rules, to expand abbreviations (see
kazu.utils.abbreviation_detector.KazuAbbreviationDetector
). In this implementation, abbreviations learnt in one section will be applied throughout the others.