Package org.jpmml.sparkml
Class TermUtil
- java.lang.Object
-
- org.jpmml.sparkml.TermUtil
-
public class TermUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanhasPunctuation(String string)static booleanisPunctuation(char c)
-
-
-
Method Detail
-
hasPunctuation
public static boolean hasPunctuation(String string)
-
isPunctuation
public static boolean isPunctuation(char c)
-
-