nltk.FeatureIncrementalChartParser.__init__

FeatureIncrementalChartParser.__init__(grammar, strategy=[<nltk.parse.chart.LeafInitRule object at 0x2b21a94fb810>, <nltk.parse.featurechart.FeatureEmptyPredictRule object at 0x2b21a94fb850>, <nltk.parse.featurechart.FeatureBottomUpPredictCombineRule object at 0x2b21a94fb890>, <nltk.parse.earleychart.FeatureCompleteFundamentalRule object at 0x2b21a94fb8d0>], trace_chart_width=20, chart_class=<class 'nltk.parse.earleychart.FeatureIncrementalChart'>, **parser_args)[source]