powered by
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.
get_original_term2
get_original_term2(x, y)
It returns a list object containing accurate term.
x is a character value specifying the query term.
x
y is an S4 object containing abstracts.
y
Jyoti Rani, S.Ramachandran.
get_original_term
if (FALSE) test = get_original_term("hba1c", diababs) ## here it will return accurate formation of hba1c i.e. HbA1c from diababs.
Run the code above in your browser using DataLab