get_original_term2: 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 is originated from get_original_term to give more accurate result. It takes one term at once. For multiple terms we can use lapply.
Usage
get_original_term2(x, y)
Arguments
x
x is a character value specifying the query term.
y
y is an S4 object containing abstracts.
Value
It returns a list object containing accurate term.