StopWords: Method StopWords

Description Usage Arguments Value Examples

Description

Method to get and set the StopWords parameter

Usage

1
2
3
4
5
6
7
8
9
StopWords(x)

StopWords(x) <- value

## S4 method for signature 'CMoptions'
StopWords(x)

## S4 replacement method for signature 'CMoptions'
StopWords(x) <- value

Arguments

x

instance of class CMoptions

value
  • PUBMED A list of stop words obtained analyzing Pubmed papers

  • NONE No stop words

Value

The StopWords corresponding to the current options when used as get, the new CMoptions object with updated parameters when used to set.

Examples

1
2
3
4
5
opts <- CMoptions()
StopWords(opts)

opts <- CMoptions()
StopWords(opts) <- 'NONE'

Onassis documentation built on Nov. 8, 2020, 8:18 p.m.