nltk.parse.RandomChartParser.trace¶
-
RandomChartParser.trace(trace=2)¶ Set the level of tracing output that should be generated when parsing a text.
Parameters: trace (int) – The trace level. A trace level of 0will generate no tracing output; and higher trace levels will produce more verbose tracing output.Return type: None