get_original_term2: To get the original terms from the corpus.

Description Usage Arguments Value Author(s) See Also Examples

View source: R/get_original_term2.R

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

1

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.

Author(s)

Jyoti Rani, S.Ramachandran.

See Also

get_original_term

Examples

1
2
## Not run: test = get_original_term("hba1c", diababs)
## here it will return accurate formation of hba1c i.e. HbA1c from diababs.

pubmed.mineR documentation built on Nov. 26, 2021, 5:11 p.m.