Package apple.foundation.enums
Class NSLinguisticTaggerUnit
- java.lang.Object
-
- apple.foundation.enums.NSLinguisticTaggerUnit
-
public final class NSLinguisticTaggerUnit extends java.lang.ObjectNSLinguisticTaggerUnit specifes the size of units in a string to which tagging applies. The tagging unit may be word, sentence, paragraph, or document. Methods that do not specify a unit act at the word level. Not all combinations of scheme and unit are supported; clients can use +availableTagSchemesForUnit:language: to determine which ones are.
-
-
Field Detail
-
Word
public static final long Word
Token units are at word or equivalent level- See Also:
- Constant Field Values
-
Sentence
public static final long Sentence
Token units are at sentence level- See Also:
- Constant Field Values
-
Paragraph
public static final long Paragraph
Token units are at paragraph level- See Also:
- Constant Field Values
-
Document
public static final long Document
Token unit is the entire string- See Also:
- Constant Field Values
-
-