powered by
This function searches for words preceding the acronym that start with the same initial letter and will likely fail in many situations.
extract_acronyms(txt)
A tibble with acronyms
A tibble from pmc_text or character vector
Chris Stubben
txt <- c( "An acronym like multinucleated giant cell (MGC)", "is later mentioned as MGC in the paper.") extract_acronyms(txt)
Run the code above in your browser using DataLab