Description Usage Arguments Value Examples
View source: R/AllConstructors.R
This constructor creates an object of type CMoptions
1 2 3 4 | 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
1 | op <- CMoptions()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.