Click or drag to resize

DocumentBlenderFunctionOptions Enumeration

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "T:imbNLP.Toolkit.Entity.DocumentBlenderFunctionOptions"]

Namespace:  imbNLP.Toolkit.Entity
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.16
Syntax
C#
[FlagsAttribute]
public enum DocumentBlenderFunctionOptions
Members
  Member nameValueDescription
none0
binaryAggregation1 an content part can be excluded or included, no fuzzy option
weightedAggregation2 an content parts are associated with their specific weights
pageLevel16 base content unit is page/document
blockLevel32 base content unit is block of content
sentenceLevel64 base content unit is sentence
uniqueContentUnitsOnly256 Only content units that are DocumentSet-wide unique will be included in the blended output
See Also