Class CharType


  • public class CharType
    extends java.lang.Object
    Internal SmartChineseAnalyzer character type constants.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int DELIMITER
      Punctuation Characters
      static int DIGIT
      Numeric Digits
      static int FULLWIDTH_DIGIT
      Full-Width alphanumeric characters
      static int FULLWIDTH_LETTER
      Full-Width letters
      static int HANZI
      Han Ideographs
      static int LETTER
      Letters
      static int OTHER
      Other (not fitting any of the other categories)
      static int SPACE_LIKE
      Characters that act as a space
      static int SURROGATE
      Surrogate character
    • Constructor Summary

      Constructors 
      Constructor Description
      CharType()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait