SearchStrategy {Onassis} | R Documentation |
Method SearchStrategy
Method SearchStrategy<-
Method to get and set the SearchStrategy parameter
SearchStrategy<-
SearchStrategy(x) SearchStrategy(x) <- value ## S4 method for signature 'CMoptions' SearchStrategy(x) ## S4 replacement method for signature 'CMoptions' SearchStrategy(x) <- value
x |
instance of class |
value |
The matching strategy for finding concepts in the input text
|
The SearchStrategy corresponding to the current options when used as get, the new CMoptions object with updated parameters when used to set.
opts <- CMoptions() SearchStrategy(opts) opts <- CMoptions() SearchStrategy(opts) <- 'SKIP_ANY_MATCH_ALLOW_OVERLAP'