-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swedish: add Measurement attributes #211
Labels
enhancement
New feature or request
Comments
ISC-SDE
added a commit
that referenced
this issue
Mar 17, 2022
First version. The language model detects measurements with units (km, liter, kronor, procent,...) where value and unit are separate words ('2 mg' but not '2mg'). Only detection of markers, no spans.
ISC-SDE
added a commit
that referenced
this issue
Mar 17, 2022
Focus on number+unit in one string, e.g. 20mg, and on ranges, e.g. 218-263 GHz.
ISC-SDE
added a commit
that referenced
this issue
Mar 17, 2022
Corrections and fine-tuning in the detection of measurements with units (km, %, kronor,...). No spans yet.
ISC-SDE
added a commit
that referenced
this issue
Mar 22, 2022
Small extension. Detects certain measurements with an indicator but without a unit, e.g. "BMI 25". Some improvements in detection of measurements with units. No spans yet.
ISC-SDE
added a commit
that referenced
this issue
Mar 28, 2022
Adaptation of metadata.csv + some extra lexreps.
ISC-SDE
added a commit
that referenced
this issue
Mar 28, 2022
Minor extension dealing with units combined with frequency (time), e.g. "mm per år", "dollar om dagen", "l per dygn".
ISC-SDE
added a commit
that referenced
this issue
Mar 29, 2022
x-årsåldern is now detected as a Measurement.
ISC-SDE
added a commit
that referenced
this issue
Jul 19, 2022
Update of the language model only. Reference materials are not updated yet.
ISC-SDE
added a commit
that referenced
this issue
Jul 19, 2022
ISC-SDE
added a commit
that referenced
this issue
Aug 22, 2022
The language model detects measurements with units (km, liter, kronor, procent, mg, %,...), e.g. "5 procent", "20mg", "218-263 GHz",... It also detects certain measurements with an indicator but without a unit, e.g. "BMI 25". Basic detection of units combined with frequency (time) as one unit, e.g. "mm per år", "dollar om dagen", "l per dygn". Only detection of markers, no spans.
ISC-SDE
added a commit
that referenced
this issue
Aug 22, 2022
Improved Measurement detection. Measurement attributes get a span (where applicable).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We're working on a wound care project with the University of Halmstad and a Swedish company, where most of the pertinent information is hidden in clinical notes. This includes the use (and efficacy) of pain killers, and it would be very beneficial to be able to identify dosages in the text.
The text was updated successfully, but these errors were encountered: