Contents:
Installation
Overview
Parsing dose instructions
Training a new named entity recogniser model
Adapting the code to similar tasks
dose_instruction_parser module reference
dose_instruction_parser
Index
Index
_
|
A
|
B
|
D
|
F
|
G
|
I
|
M
|
P
|
S
|
T
_
__init__() (dose_instruction_parser.parser.DIParser method)
(dose_instruction_parser.parser.StructuredDI method)
A
asDirected (dose_instruction_parser.parser.StructuredDI attribute)
asRequired (dose_instruction_parser.parser.StructuredDI attribute)
B
background() (in module dose_instruction_parser.parser)
D
DIParser (class in dose_instruction_parser.parser)
dosageMax (dose_instruction_parser.parser.StructuredDI attribute)
dosageMin (dose_instruction_parser.parser.StructuredDI attribute)
dose_instruction_parser
module
dose_instruction_parser.data
module
dose_instruction_parser.di_dosage
module
dose_instruction_parser.di_duration
module
dose_instruction_parser.di_frequency
module
dose_instruction_parser.di_prepare
module
dose_instruction_parser.parser
module
dose_instruction_parser.tests
module
dose_instruction_parser.tests.conftest
module
dose_instruction_parser.tests.test_dosage
module
dose_instruction_parser.tests.test_duration
module
dose_instruction_parser.tests.test_frequency
module
dose_instruction_parser.tests.test_parser
module
dose_instruction_parser.tests.test_prepare
module
durationMax (dose_instruction_parser.parser.StructuredDI attribute)
durationMin (dose_instruction_parser.parser.StructuredDI attribute)
durationType (dose_instruction_parser.parser.StructuredDI attribute)
F
form (dose_instruction_parser.parser.StructuredDI attribute)
frequencyMax (dose_instruction_parser.parser.StructuredDI attribute)
frequencyMin (dose_instruction_parser.parser.StructuredDI attribute)
frequencyType (dose_instruction_parser.parser.StructuredDI attribute)
G
get_dosage_info() (in module dose_instruction_parser.di_dosage)
get_duration_info() (in module dose_instruction_parser.di_duration)
get_frequency_info() (in module dose_instruction_parser.di_frequency)
get_frequency_type() (in module dose_instruction_parser.di_frequency)
I
inputID (dose_instruction_parser.parser.StructuredDI attribute)
M
module
dose_instruction_parser
dose_instruction_parser.data
dose_instruction_parser.di_dosage
dose_instruction_parser.di_duration
dose_instruction_parser.di_frequency
dose_instruction_parser.di_prepare
dose_instruction_parser.parser
dose_instruction_parser.tests
dose_instruction_parser.tests.conftest
dose_instruction_parser.tests.test_dosage
dose_instruction_parser.tests.test_duration
dose_instruction_parser.tests.test_frequency
dose_instruction_parser.tests.test_parser
dose_instruction_parser.tests.test_prepare
P
parse() (dose_instruction_parser.parser.DIParser method)
parse_many() (dose_instruction_parser.parser.DIParser method)
parse_many_async() (dose_instruction_parser.parser.DIParser method)
parse_many_mp() (dose_instruction_parser.parser.DIParser method)
pre_process() (in module dose_instruction_parser.di_prepare)
S
StructuredDI (class in dose_instruction_parser.parser)
T
test_add_frequency_multiple_units() (in module dose_instruction_parser.tests.test_frequency)
test_autocorrect() (in module dose_instruction_parser.tests.test_prepare)
test_check_explicit_range() (in module dose_instruction_parser.tests.test_frequency)
test_check_min_max_amount() (in module dose_instruction_parser.tests.test_frequency)
test_check_range_from_list() (in module dose_instruction_parser.tests.test_frequency)
test_combine_split_dis() (in module dose_instruction_parser.tests.test_parser)
test_convert_fract_to_num() (in module dose_instruction_parser.tests.test_prepare)
test_convert_words_to_numbers() (in module dose_instruction_parser.tests.test_prepare)
test_create_structured_di() (in module dose_instruction_parser.tests.test_parser)
test_create_structured_dis() (in module dose_instruction_parser.tests.test_parser)
test_dosage_info() (in module dose_instruction_parser.tests.test_dosage)
test_get_bounding_num() (in module dose_instruction_parser.tests.test_frequency)
test_get_continuous_dose() (in module dose_instruction_parser.tests.test_dosage)
test_get_duration_info() (in module dose_instruction_parser.tests.test_duration)
test_get_form_from_dosage_tag() (in module dose_instruction_parser.tests.test_dosage)
test_get_frequency_info() (in module dose_instruction_parser.tests.test_frequency)
test_get_frequency_type() (in module dose_instruction_parser.tests.test_frequency)
test_get_hourly_adjusted_frequency() (in module dose_instruction_parser.tests.test_frequency)
test_get_latin_frequency() (in module dose_instruction_parser.tests.test_frequency)
test_get_model_entities() (in module dose_instruction_parser.tests.test_parser)
test_get_model_entities_from_text() (in module dose_instruction_parser.tests.test_parser)
test_get_number_of_times() (in module dose_instruction_parser.tests.test_frequency)
test_is_str_float() (in module dose_instruction_parser.tests.test_dosage)
test_pad_hyphens_and_slashes() (in module dose_instruction_parser.tests.test_prepare)
test_pad_numbers() (in module dose_instruction_parser.tests.test_prepare)
test_parse_di() (in module dose_instruction_parser.tests.test_parser)
test_parser() (in module dose_instruction_parser.tests.test_parser)
test_pre_process() (in module dose_instruction_parser.tests.test_prepare)
test_remove_parentheses() (in module dose_instruction_parser.tests.test_prepare)
test_split_entities_for_multiple_instructions() (in module dose_instruction_parser.tests.test_parser)
test_to_singular() (in module dose_instruction_parser.tests.test_dosage)
text (dose_instruction_parser.parser.StructuredDI attribute)