Description Usage Arguments Details Value Slots Examples
CMoptions is a class that represents Conceptmapper configurations. It allows users to set the possible combinations of different parameters for Conceptmapper running.
This method shows the list of options to run the Entity finder
1 2 | ## S4 method for signature 'CMoptions'
show(object)
|
object |
CMoptions instance |
The following methods can be applied to CMoptions
show
paramValueIndex
paramValueIndex<-
SearchStrategy
SearchStrategy<-
CaseMatch
CaseMatch<-
Stemmer
Stemmer<-
StopWords
StopWords<-
OrderIndependentLookup
OrderIndependentLookup
FindAllMatches
FindAllMatches<-
SynonymType
SynonymType<-
the list of options
paramValueIndexAn integer value to index the 576 parameter combinations
SearchStrategyThe matching strategy for finding concepts in the input text
CONTIGUOUS_MATCHLongets match of contiguous tokens within enclosing span
SKIP_ANY_MATCHLongest match of not-necessarily contiguous tokens
SKIP_ANY_MATCH_ALLOW_OVERLAPLongest match of not-necessarily contiguous tokens, overlapping matches are allowed
CaseMatchCASE_IGNOREFold everything to lowercase for matching
CASE_INSENSITIVEFold only tokens with initial caps to lowercase
CASE_FOLD_DIGITSFold all (and only) tokens with a digit
CASE_SENSITIVEPerform no case folding
StemmerBIOLEMMATIZER A stemmer specific for biomedical literature
PORTER A stemmer that removes the commoner morphological and inflexional endings from words in English
NONE No word stemming
StopWordsPUBMED A list of stop words obtained analyzing Pubmed papers
NONE No stop words
OrderIndependentLookupON Ordering within span is ignored (i.e. 'Breast cancer' would equal 'Cancer breast')
OFF Ordering is taken into consideration
FindAllMatchesYES All the matches within the span are found
NO Only the longest match within the span will be returned
SynonymTypeEXACT_ONLY Only exact synonyms are considered
ALL All synonym types are included
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.