CMoptions-class {Onassis}R Documentation

Class to set the options to run the EntityFinder

Description

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

Usage

## S4 method for signature 'CMoptions'
show(object)

Arguments

object

CMoptions instance

Details

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<-

Value

the list of options

Slots

paramValueIndex

An integer value to index the 576 parameter combinations

SearchStrategy

The matching strategy for finding concepts in the input text

CaseMatch
Stemmer
StopWords
OrderIndependentLookup
FindAllMatches
SynonymType

Examples

options <- new('CMoptions')
opt <- CMoptions()
show(opt)

[Package Onassis version 1.15.0 Index]