Description Usage Arguments Value
View source: R/text_processing.R
Performs NLP annotations on all documents using previously established cluster, including NegEx and UMLS CUI tags.
1 2 3 4 5 6 7 8 9 10 11 | patient_processor_par(
cl,
sub_corpus,
text_format,
nlp_engine,
negex_simp,
umls_selected,
max_n_grams_length,
negex_depth,
single_core_model
)
|
cl |
Computing cluster. |
sub_corpus |
Data frame of text to annotate. |
text_format |
Text format. |
nlp_engine |
NLP engine, UDPipe only for now. |
negex_simp |
Simplifed negex. |
umls_selected |
Processed UMLS table. |
max_n_grams_length |
Maximum length of tokens for matching with UMLS concept unique identifiers (CUI's). Shorter values will result in faster processing. If ) is chosen, UMLS CUI tags will not be provided. |
negex_depth |
Maximum distance between negation item and token to negate. Shorter distances will result in decreased sensitivity but increased specificity for negation. |
single_core_model |
NLP model in case parallel processing is not used. |
NLP annotations dataframe.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.