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