Package | Description |
---|---|
it.uniroma1.lcl.babelfy.commons |
Modifier and Type | Method and Description |
---|---|
static BabelfyParameters.MCS |
BabelfyParameters.MCS.fromBoolean(boolean useMCS) |
BabelfyParameters.MCS |
BabelfyParameters.getMCSType()
Return the current
BabelfyParameters.MCS setting |
static BabelfyParameters.MCS |
BabelfyParameters.MCS.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BabelfyParameters.MCS[] |
BabelfyParameters.MCS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BabelfyParameters.setMCS(BabelfyParameters.MCS useMCS)
Sets use of the Most Common Sense heuristic
|