fast_merge_umls: Merge UMLS Tags

Description Usage Arguments Value

View source: R/UMLS_processor.R

Description

Fast implementation of matching process to find UMLS concept unique identifiers (CUI's) corresponding to tokens from EHR documents.

Usage

1
fast_merge_umls(query_x, umls_selected, by_x, n_grams)

Arguments

query_x

Vector of tokens to match.

umls_selected

UMLS dictionary.

by_x

Field name for tokens to match.

n_grams

Length of tokens to match.

Value

Tokens matched with a CUI.


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