powered by
Returns a quick overview over the \(n\) most frequent word stems structured into included and excluded papers.
# S4 method for MetaNLP summary(object, n = 5, stop_words = FALSE, ...)
A list of most frequent words.
An object of class MetaNLP.
Number of most frequent words to be displayed.
Boolean to decide whether stop words shall be included in the summary. stop_words = TRUE means, that stop words are included.
stop_words = TRUE
Additional parameters for delete_stop_words (e.g. language of the stop words).
delete_stop_words
path <- system.file("extdata", "test_data.csv", package = "MetaNLP", mustWork = TRUE) obj <- MetaNLP(path) summary(obj, n = 8)
Run the code above in your browser using DataLab