Learn R Programming

pubmed.mineR (version 1.0.11)

SentenceToken: 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

Value

A character vector of sentences

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

Examples

Run this code
# NOT RUN {
SentenceToken(x)
# }

Run the code above in your browser using DataLab