Learn R Programming

pubmed.mineR (version 1.0.21)

SentenceToken: To Tokenize the sentences

Description

SentenceToken will tokenize abstracts into individual sentences.

Usage

SentenceToken(x)

Value

A character vector of sentences

Arguments

x

is a character string; could be an output from paste

Author

S.Ramachandran

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
if (FALSE) SentenceToken(x)

Run the code above in your browser using DataLab