get_original_term {pubmed.mineR} | R Documentation |
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)
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.
Author(s)
S.Ramachandran, Jyoti Rani
See Also
Examples
## Not run: test = get_original_term(abs, words)
## here abs is an S4 object of class Abstracts
## words is the output object of cluster_words()
[Package pubmed.mineR version 1.0.20 Index]