Package com.articulate.sigma.nlg
Class NLGStringUtils
java.lang.Object
com.articulate.sigma.nlg.NLGStringUtils
String utilities related to NLG.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisVariable(String str) Is input string a variable (i.e., does it start with a question mark)?
-
Constructor Details
-
NLGStringUtils
public NLGStringUtils()
-
-
Method Details
-
isVariable
Is input string a variable (i.e., does it start with a question mark)?- Parameters:
str-- Returns:
-