23242526272829
public TxtOutput(PrintStream output) { this(output, new Properties()); } public TxtOutput(PrintStream output, Properties outputPatterns) { this(output, outputPatterns, new LocalizedKeywords()); }