Description Usage Arguments Value
View source: R/UMLS_processor.R
Fast implementation of matching process to find UMLS concept unique identifiers (CUI's) corresponding to tokens from EHR documents.
1 | fast_merge_umls(query_x, umls_selected, by_x, n_grams)
|
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. |
Tokens matched with a CUI.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.