DocumentBlenderFunctionOptions Enumeration |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:imbNLP.Toolkit.Entity.DocumentBlenderFunctionOptions"]
Namespace: imbNLP.Toolkit.Entity
[FlagsAttribute] public enum DocumentBlenderFunctionOptions
| Member name | Value | Description | |
|---|---|---|---|
| none | 0 | ||
| binaryAggregation | 1 | an content part can be excluded or included, no fuzzy option | |
| weightedAggregation | 2 | an content parts are associated with their specific weights | |
| pageLevel | 16 | base content unit is page/document | |
| blockLevel | 32 | base content unit is block of content | |
| sentenceLevel | 64 | base content unit is sentence | |
| uniqueContentUnitsOnly | 256 | Only content units that are DocumentSet-wide unique will be included in the blended output |