Package com.articulate.sigma.nlg
Class NLGReadability
java.lang.Object
com.articulate.sigma.nlg.NLGReadability
-
Method Summary
Modifier and TypeMethodDescriptionstatic voiddebugPrintTree(String template, String language) DEBUG utility.static StringimproveTemplate(String template, com.articulate.sigma.nlg.LanguageFormatter.RenderMode mode, String language) static voidprintTree(com.articulate.sigma.nlg.NLGReadability.Node root) static String
-
Method Details
-
stripKnownMarkers
-
improveTemplate
-
debugPrintTree
DEBUG utility. Parses the given template into the internal IF/AND/OR tree and prints a human-readable structural representation. This method performs parsing ONLY: - no rewriting - no rendering - no marker stripping Intended for developer inspection and debugging. -
printTree
public static void printTree(com.articulate.sigma.nlg.NLGReadability.Node root)
-