Class TermUtil


  • public class TermUtil
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isPunctuation​(char c)  
      static java.lang.String trimPunctuation​(java.lang.String string)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • trimPunctuation

        public static java.lang.String trimPunctuation​(java.lang.String string)
      • isPunctuation

        public static boolean isPunctuation​(char c)