sentence_search: Functions which mediate keyword/CUI search on NLP-annotated...

Description Usage Arguments Details Value

View source: R/search.R

Description

Execute Search on EHR Notes for One Patient

Usage

1
sentence_search(parse_result, annotations, use_negation, hide_duplicates)

Arguments

parse_result

Results of search query parsing.

annotations

Patient-specific NLP annotations.

use_negation

Should negated items be ignored in the keyword/concept search?

hide_duplicates

Should duplicated sentences be removed for search results?

Details

Performs search for queries based on lemmas (i.e. keywords) and UMLS CUI's

Value

All sentences matching the query.


CEDARS documentation built on Feb. 7, 2021, 5:06 p.m.