Class NSLinguisticTaggerOptions


  • public final class NSLinguisticTaggerOptions
    extends java.lang.Object
    Options 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 long JoinNames
      Join tokens of tag scheme NSLinguisticTagSchemeNameType.
      static long OmitOther
      Omit tokens of type NSLinguisticTagOther.
      static long OmitPunctuation
      Omit tokens of type NSLinguisticTagPunctuation.
      static long OmitWhitespace
      Omit tokens of type NSLinguisticTagWhitespace.
      static long OmitWords
      Omit tokens of type NSLinguisticTagWord.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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