Class NSLinguisticTag


public class NSLinguisticTag
extends GlobalValueEnumeration<NSString>
  • Field Details

    • Word

      @Deprecated public static final NSLinguisticTag Word
      Deprecated.
      All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API
    • Punctuation

      @Deprecated public static final NSLinguisticTag Punctuation
      Deprecated.
      All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API
    • Whitespace

      @Deprecated public static final NSLinguisticTag Whitespace
      Deprecated.
      All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API
    • Other

      @Deprecated public static final NSLinguisticTag Other
      Deprecated.
      All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API
    • Noun

      @Deprecated public static final NSLinguisticTag Noun
      Deprecated.
      All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API
    • Verb

      @Deprecated public static final NSLinguisticTag Verb
      Deprecated.
      All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API
    • Adjective

      @Deprecated public static final NSLinguisticTag Adjective
      Deprecated.
      All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API
    • Adverb

      @Deprecated public static final NSLinguisticTag Adverb
      Deprecated.
      All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API
    • Pronoun

      @Deprecated public static final NSLinguisticTag Pronoun
      Deprecated.
      All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API
    • Determiner

      @Deprecated public static final NSLinguisticTag Determiner
      Deprecated.
      All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API
    • Particle

      @Deprecated public static final NSLinguisticTag Particle
      Deprecated.
      All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API
    • Preposition

      @Deprecated public static final NSLinguisticTag Preposition
      Deprecated.
      All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API
    • Number

      @Deprecated public static final NSLinguisticTag Number
      Deprecated.
      All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API
    • Conjunction

      @Deprecated public static final NSLinguisticTag Conjunction
      Deprecated.
      All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API
    • Interjection

      @Deprecated public static final NSLinguisticTag Interjection
      Deprecated.
      All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API
    • Classifier

      @Deprecated public static final NSLinguisticTag Classifier
      Deprecated.
      All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API
    • Idiom

      @Deprecated public static final NSLinguisticTag Idiom
      Deprecated.
      All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API
    • OtherWord

      @Deprecated public static final NSLinguisticTag OtherWord
      Deprecated.
      All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API
    • SentenceTerminator

      @Deprecated public static final NSLinguisticTag SentenceTerminator
      Deprecated.
      All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API
    • OpenQuote

      @Deprecated public static final NSLinguisticTag OpenQuote
      Deprecated.
      All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API
    • CloseQuote

      @Deprecated public static final NSLinguisticTag CloseQuote
      Deprecated.
      All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API
    • OpenParenthesis

      @Deprecated public static final NSLinguisticTag OpenParenthesis
      Deprecated.
      All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API
    • CloseParenthesis

      @Deprecated public static final NSLinguisticTag CloseParenthesis
      Deprecated.
      All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API
    • WordJoiner

      @Deprecated public static final NSLinguisticTag WordJoiner
      Deprecated.
      All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API
    • Dash

      @Deprecated public static final NSLinguisticTag Dash
      Deprecated.
      All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API
    • OtherPunctuation

      @Deprecated public static final NSLinguisticTag OtherPunctuation
      Deprecated.
      All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API
    • ParagraphBreak

      @Deprecated public static final NSLinguisticTag ParagraphBreak
      Deprecated.
      All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API
    • OtherWhitespace

      @Deprecated public static final NSLinguisticTag OtherWhitespace
      Deprecated.
      All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API
    • PersonalName

      @Deprecated public static final NSLinguisticTag PersonalName
      Deprecated.
      All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API
    • PlaceName

      @Deprecated public static final NSLinguisticTag PlaceName
      Deprecated.
      All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API
    • OrganizationName

      @Deprecated public static final NSLinguisticTag OrganizationName
      Deprecated.
      All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API
  • Method Details