additional_info {pubmed.mineR} | R Documentation |
To extract sentences with nultiple keywords from Abstracts
Description
additional_info
will help to extract the sentences containing multiple query term(s) from a large corpus of multiple abstracts.
Usage
additional_info(abs, pmid, keywords)
Arguments
abs |
|
pmid |
Vector of PMIDs from abstracts |
keywords |
Character Vector of Terms |
Value
It will return a matrix object containing PMID, keywords and sentences
Author(s)
Surabhi Seth
See Also
Examples
## Not run: additional_info(abs = Abstract, pmid = "26564970"", keywords = "text-mining" )
[Package pubmed.mineR version 1.0.20 Index]