Click or drag to resize

lemmaExpansionOptions Enumeration

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Flags controling term expansion

Namespace:  imbNLP.PartOfSpeech.TFModels.semanticCloud
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
[FlagsAttribute]
public enum lemmaExpansionOptions
Members
  Member nameValueDescription
none0
weightAsSemanticDistanceFromParent1
initialWeightToOne2
initialWeightFromParent4
divideWeightByNumberOfSynonims8
weightAsSemanticDistanceThatIsSumOfLinkWeights16
See Also