Learn R Programming

pubmed.mineR (version 1.0.21)

get_original_term: To get the original terms from the corpus. deprecated

Description

get_original_term is used to get the exact term as it is present in corpus. This function is not recommended anymore.

Usage

get_original_term(m, n)

Value

a list object contatining the terms.

Arguments

m

an S4 object of class Abstracts containing the corpus.

n

a list object output from the function cluster_words

Author

S.Ramachandran, Jyoti Rani

See Also

wordscluster

Examples

Run this code
if (FALSE) test = get_original_term(abs, words)
## 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