Enum Class TagSet

java.lang.Object
java.lang.Enum<TagSet>
com.basistech.rosette.dm.TagSet
All Implemented Interfaces:
Serializable, Comparable<TagSet>, java.lang.constant.Constable

public enum TagSet extends Enum<TagSet>
Enumeration for part of speech tag sets used in Basis products.
  • Enum Constant Details

    • BT_ARABIC

      public static final TagSet BT_ARABIC
      Basis Technology's tag set for Arabic
    • BT_CHINESE

      public static final TagSet BT_CHINESE
      Basis Technology's tag set for Chinese which was added in RBL-JE 7.16.0.c58.2. This is the preferred tag set for Chinese
    • BT_CHINESE_RBLJE_2

      public static final TagSet BT_CHINESE_RBLJE_2
      Basis Technology's tag set for Chinese which was added in RBL-JE 2.3.0
    • BT_CZECH

      public static final TagSet BT_CZECH
      Basis Technology's tag set for Czech
    • BT_DUTCH

      public static final TagSet BT_DUTCH
      Basis Technology's tag set for Dutch
    • BT_ENGLISH

      public static final TagSet BT_ENGLISH
      Basis Technology's tag set for English
    • BT_FRENCH

      public static final TagSet BT_FRENCH
      Basis Technology's tag set for French
    • BT_GERMAN

      public static final TagSet BT_GERMAN
      Basis Technology's tag set for German
    • BT_GREEK

      public static final TagSet BT_GREEK
      Basis Technology's tag set for Greek
    • BT_HUNGARIAN

      public static final TagSet BT_HUNGARIAN
      Basis Technology's tag set for Hungarian
    • BT_ITALIAN

      public static final TagSet BT_ITALIAN
      Basis Technology's tag set for Italian
    • BT_JAPANESE

      public static final TagSet BT_JAPANESE
      Basis Technology's tag set for Japanese which was added in RBL-JE 7.13.0.c56.6. This is the preferred tag set for Japanese
    • BT_JAPANESE_RBLJE_2

      public static final TagSet BT_JAPANESE_RBLJE_2
      Basis Technology's tag set for Japanese which was added in RBL-JE 2.0.0
    • BT_KOREAN

      public static final TagSet BT_KOREAN
      Basis Technology's tag set for Korean
    • BT_LANGUAGE_NEUTRAL

      public static final TagSet BT_LANGUAGE_NEUTRAL
      Basis Technology's language neutral tag set, used for emojis, emoticons, hashtags, etc.
    • BT_PERSIAN

      public static final TagSet BT_PERSIAN
      Basis Technology's tag set for Persian
    • BT_POLISH

      public static final TagSet BT_POLISH
      Basis Technology's tag set for Polish
    • BT_PORTUGUESE

      public static final TagSet BT_PORTUGUESE
      Basis Technology's tag set for Portuguese
    • BT_RUSSIAN

      public static final TagSet BT_RUSSIAN
      Basis Technology's tag set for Russian
    • BT_SPANISH

      public static final TagSet BT_SPANISH
      Basis Technology's tag set for Spanish
    • BT_URDU

      public static final TagSet BT_URDU
      Basis Technology's tag set for Urdu
    • MILA_HEBREW

      public static final TagSet MILA_HEBREW
      The MILA tag set for Hebrew
    • PTB_ENGLISH

      public static final TagSet PTB_ENGLISH
      Penn Treebank tag set for English
    • UPT16_V1

      public static final TagSet UPT16_V1
      UPT-16 version 1 tag set
  • Method Details

    • values

      public static TagSet[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static TagSet valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null