Description Usage Value Examples
View source: R/CMoptions-methods.R
This method retrieves all the possible parameters combinations for Conceptmapper.
An integer value to index the 576 parameter combinations
The 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
CASE_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
BIOLEMMATIZER 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
PUBMED A list of stop words obtained analyzing Pubmed papers
NONE No stop words
ON Ordering within span is ignored (i.e. 'Breast cancer' would equal 'Cancer breast')
OFF Ordering is taken into consideration
YES All the matches within the span are found
NO Only the longest match within the span will be returned
EXACT_ONLY Only exact synonyms are considered
ALL All synonym types are included
1 |
The data frame with all the possible parameter combinations
1 | o <- listCMOptions()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.