| Trees | Indices | Help |
|
|---|
|
|
object --+
|
base.parser.Parser --+
|
CkyParser
CkyParser is the central class for the jazz chord sequence recogniser parsing mechanism. It constitutes the "algorithm" module of the system. It begins with a set of signs assigned to the input by the tagger and parses to produce a chart, from which the resultant signs can be extracted.
|
|||
|
|||
| list of tuples |
|
||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
shell_tools = [ChartTool(), InteractiveChartTool(),]
|
|||
PARSER_OPTIONS = Parser.PARSER_OPTIONS+ [ModuleOption('max_ite
|
|||
|
|||
|
Inherited from |
|||
|
|||
Adds new signs to the chart from the supertagger, using the given offset when requesting them from the tagger.
|
Run the parser on the input, using the specified tagger. Runs the CKY parsing algorithm to do chart parsing. For details of chart parsing, see Chart class. If the parser was given a maximum number of iterations, the routine will return as usual after this number is completed, even if no parses have been found.
|
|
|||
PARSER_OPTIONS
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Nov 26 16:04:57 2012 | http://epydoc.sourceforge.net |