Package apple.foundation.enums
Class NSLinguisticTaggerOptions
- java.lang.Object
-
- apple.foundation.enums.NSLinguisticTaggerOptions
-
public final class NSLinguisticTaggerOptions extends java.lang.ObjectOptions arguments of type NSLinguisticTaggerOptions may include the following flags, which allow clients interested only in certain general types of tokens to specify that tokens of other types should be omitted from the returned results.
-
-
Field Summary
Fields Modifier and Type Field Description static longJoinNamesJoin tokens of tag scheme NSLinguisticTagSchemeNameType.static longOmitOtherOmit tokens of type NSLinguisticTagOther.static longOmitPunctuationOmit tokens of type NSLinguisticTagPunctuation.static longOmitWhitespaceOmit tokens of type NSLinguisticTagWhitespace.static longOmitWordsOmit tokens of type NSLinguisticTagWord.
-
-
-
Field Detail
-
OmitWords
public static final long OmitWords
Omit tokens of type NSLinguisticTagWord.- See Also:
- Constant Field Values
-
OmitPunctuation
public static final long OmitPunctuation
Omit tokens of type NSLinguisticTagPunctuation.- See Also:
- Constant Field Values
-
OmitWhitespace
public static final long OmitWhitespace
Omit tokens of type NSLinguisticTagWhitespace.- See Also:
- Constant Field Values
-
OmitOther
public static final long OmitOther
Omit tokens of type NSLinguisticTagOther.- See Also:
- Constant Field Values
-
JoinNames
public static final long JoinNames
Join tokens of tag scheme NSLinguisticTagSchemeNameType.- See Also:
- Constant Field Values
-
-