public class LvgFlowSpecificOption
extends java.lang.Object
History:
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
KDN_B |
static java.lang.String |
KDN_N |
static java.lang.String |
KDN_O |
static java.lang.String |
KDT_P |
static java.lang.String |
KDT_S |
static java.lang.String |
KDT_SP |
static java.lang.String |
KDT_Z |
static java.lang.String |
KDT_ZP |
static java.lang.String |
KDT_ZS |
static java.lang.String |
KDT_ZSP |
static java.lang.String |
KS_C |
static java.lang.String |
KS_CE |
static java.lang.String |
KS_CEN |
static java.lang.String |
KS_CN |
static java.lang.String |
KS_E |
static java.lang.String |
KS_EN |
static java.lang.String |
KS_N |
| Constructor and Description |
|---|
LvgFlowSpecificOption() |
| Modifier and Type | Method and Description |
|---|---|
int |
GetDerivationFilter()
Get the derivation output filter
|
int |
GetDerivationNegation()
Get the derivation negation
|
static int |
GetDerivationNegationInt(java.lang.String optionStr)
Get the derivation negation value from string
|
int |
GetDerivationType()
Get the derivation type
|
static int |
GetDerivationTypeInt(java.lang.String optionStr)
Get the derivation type value from string
|
int |
GetInflectionFilter()
Get the inflection output filter
|
int |
GetMaxMetaphoneCodeLength()
Get the maximum Metaphone code length
|
int |
GetMaxPermuteTermNum()
Get the maximum permute term number for uninflecting words
|
int |
GetSynonymFilter()
Get the synonym source type output filter
|
static int |
GetSynonymFilterInt(java.lang.String optionStr)
Get the synonym source type int value from string
|
void |
SetDerivationFilter(int value)
Set the derivation output filter
|
void |
SetDerivationNegation(java.lang.String optionStr)
Set the derivation negation
|
void |
SetDerivationType(java.lang.String optionStr)
Set the derivation type
|
void |
SetInflectionFilter(int value)
Set the inflection output filter
|
void |
SetMaxMetaphoneCodeLength(int value)
Set the maximum Metaphone code length
|
void |
SetMaxPermuteTermNum(int value)
Set the maximum Permutation number for uninflecting words
|
void |
SetSynonymFilter(java.lang.String optionStr)
Set the synonym output filter
|
public static final java.lang.String KDT_Z
public static final java.lang.String KDT_S
public static final java.lang.String KDT_P
public static final java.lang.String KDT_ZS
public static final java.lang.String KDT_ZP
public static final java.lang.String KDT_SP
public static final java.lang.String KDT_ZSP
public static final java.lang.String KDN_O
public static final java.lang.String KDN_N
public static final java.lang.String KDN_B
public static final java.lang.String KS_C
public static final java.lang.String KS_E
public static final java.lang.String KS_N
public static final java.lang.String KS_CE
public static final java.lang.String KS_CN
public static final java.lang.String KS_EN
public static final java.lang.String KS_CEN
public void SetMaxPermuteTermNum(int value)
value - maximum permutation number for uninflecting wordspublic void SetMaxMetaphoneCodeLength(int value)
value - the maximum Metaphone code lengthpublic void SetDerivationFilter(int value)
value - value of the type of derivation output filterpublic void SetSynonymFilter(java.lang.String optionStr)
optionStr - synonym source type: CUI, EUI, NLP. etc.public void SetInflectionFilter(int value)
value - value of the type of inflection output filterpublic void SetDerivationType(java.lang.String optionStr)
optionStr - the type of derivation: suffixD, prefixD, zeroDpublic void SetDerivationNegation(java.lang.String optionStr)
optionStr - the negation of derivation: negative or otherwisepublic int GetMaxPermuteTermNum()
public int GetMaxMetaphoneCodeLength()
public int GetDerivationFilter()
public int GetSynonymFilter()
public static int GetSynonymFilterInt(java.lang.String optionStr)
optionStr - synonym source type in Stringpublic int GetInflectionFilter()
public int GetDerivationType()
public int GetDerivationNegation()
public static int GetDerivationTypeInt(java.lang.String optionStr)
optionStr - derivation type in Stringpublic static int GetDerivationNegationInt(java.lang.String optionStr)
optionStr - derivation negation in String Submit a bug or feature
Copyright © 2020 National Library of Medicine