 | lemmaExpansionOptions Enumeration |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Flags controling term expansion
Namespace:
imbNLP.PartOfSpeech.TFModels.semanticCloud
Assembly:
imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax[FlagsAttribute]
public enum lemmaExpansionOptions
Members|
| Member name | Value | Description |
|---|
| none | 0 | |
| weightAsSemanticDistanceFromParent | 1 | |
| initialWeightToOne | 2 | |
| initialWeightFromParent | 4 | |
| divideWeightByNumberOfSynonims | 8 | |
| weightAsSemanticDistanceThatIsSumOfLinkWeights | 16 | |
See Also