Home
last modified time | relevance | path

Searched refs:bottom_up_strategy (Results 1 – 1 of 1) sorted by relevance

/dports/textproc/py-nltk/nltk-3.4.1/nltk/app/
H A Dchartparser_app.py1936 command=self.bottom_up_strategy,
2002 self._root.bind('b', self.bottom_up_strategy)
2077 command=self.bottom_up_strategy,
2520 def bottom_up_strategy(self, *e): member in ChartParserApp