SentenceToken {pubmed.mineR} | R Documentation |
To Tokenize the sentences
Description
SentenceToken
will tokenize abstracts into individual sentences.
Usage
SentenceToken(x)
Arguments
x |
is a character string; could be an output from paste |
Details
This function is necessary for extracting sentences from abstracts, used by contextSearch function. The tokenization principle follows the overall strategy as described in contextSearch
Value
A character vector of sentences
Author(s)
S.Ramachandran
Examples
## Not run: SentenceToken(x)
[Package pubmed.mineR version 1.0.20 Index]