nltk.parse.IncrementalBottomUpChartParser.parse_sents

IncrementalBottomUpChartParser.parse_sents(sents, *args, **kwargs)

Apply self.parse() to each element of sents. :rtype: iter(iter(Tree))