Learn R Programming

pubmed.mineR (version 1.0.11)

get_original_term: To get the original terms from the corpus.

Description

get_original_term is used to get the exact term as it is present in corpus.

Usage

get_original_term(m, n)

Arguments

m

an S4 object of class Abstracts containing the corpus.

n

a list object output from the function cluster_words

Value

a list object contatining the terms.

See Also

wordscluster

Examples

Run this code
# NOT RUN {
test = get_original_term(abs, words)
# }
# NOT RUN {
## here abs is an S4 object of class Abstracts
## words is the output object of cluster_words()
# }

Run the code above in your browser using DataLab