NLTaggerOptions Enum

Definition

Enumerates preprocessing options for tags.

This enumeration supports a bitwise combination of its member values.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 5, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum NLTaggerOptions
type NLTaggerOptions = 
Inheritance
NLTaggerOptions
Attributes

Fields

JoinContractions 32

Indicates that tags for parts of a contraction should be joined into one tag for the contraction.

JoinNames 16

Indicates that tags for the parts of names should be joined into one tag for the underlying name.

OmitOther 8

Indicates that Other will be omitted from the tag stream.

OmitPunctuation 2

Indicates that OtherPunctuation will be omitted from the tag stream.

OmitWhitespace 4

Indicates that OtherWhitespace will be omitted from the tag stream.

OmitWords 1

Indicates that OtherWord will be omitted from the tag stream.

Applies to