CMoptions {Onassis} | R Documentation |
CMoptions
This constructor creates an object of type CMoptions
CMoptions(SearchStrategy = "CONTIGUOUS_MATCH", CaseMatch = "CASE_INSENSITIVE", Stemmer = "NONE", StopWords = "NONE", OrderIndependentLookup = "ON", FindAllMatches = "YES", SynonymType = "ALL", paramValueIndex = NA)
SearchStrategy |
The matching strategy for finding concepts in the input text
|
CaseMatch |
|
Stemmer |
|
StopWords |
|
OrderIndependentLookup |
|
FindAllMatches |
|
SynonymType |
|
paramValueIndex |
An integer value to index the 576 parameter combinations |
instance of the class CMoptions set to the default combination of parameters
op <- CMoptions()