Learn R Programming

pubmed.mineR (version 1.0.11)

Give_Sentences: To extract sentences from the Abstracts

Description

Give_Sentences will help to extract the sentence containing query term/s from the large corpus.

Usage

Give_Sentences(m, abs)

Arguments

m

m a character vector containing query term/s.

abs

abs an S4 object of class Abstracts.

Value

It will return a list object containing sentences

See Also

Give_Sentences_PMC

Examples

Run this code
# NOT RUN {
Give_Sentences("diabetes", Abstracts)
# }

Run the code above in your browser using DataLab