| Trees | Indices | Help |
|
|---|
|
|
Chart representation for CKY chart parsing.
Classes and utility methods for CKY chart parsing for the Jazz Parser. This provides most of the main functionality of the CKY parser, apart from the main parse loop and the tagger interface.
Author: Mark Granroth-Wilding <mark.granroth-wilding@ed.ac.uk>
|
|||
|
SignHashSet Based on the basic hash set implementation. |
|||
|
Chart Represents a chart for use in CKY chart parsing. |
|||
|
ChartError Raised if something goes wrong while building or processing a chart. |
|||
|
|||
|
|||
|
|||
| Chart |
|
||
|
|||
logger = logging.getLogger("main_logger")
|
|||
__package__ =
|
|||
|
|||
Adds all the entries in the list new_entries to the list main_list, checking first that each entry does not already exist in main_list and only adding it if it doesn't.
|
Read in a chart file that was dumped using dump_chart.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Nov 26 16:04:56 2012 | http://epydoc.sourceforge.net |