get_original_term2: To get the original terms from the corpus.

View source: R/get_original_term2.R

get_original_term2R 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

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

## 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 June 22, 2024, 6:50 p.m.