get_original_term2 {pubmed.mineR} | R Documentation |
To get the original terms from the corpus.
Description
get_original_term2
is used to get the exact term as it is present in corpus. It takes one term at a time. For multiple terms we can use lapply.
Usage
get_original_term2(x, y)
Arguments
x |
|
y |
|
Value
It returns a list object containing accurate term.
Author(s)
Jyoti Rani, S.Ramachandran.
See Also
Examples
## Not run: test = get_original_term("hba1c", diababs)
## here it will return accurate formation of hba1c i.e. HbA1c from diababs.
[Package pubmed.mineR version 1.0.20 Index]