class documentation
A cell from the parse chart formed when performing the CYK algorithm. Each cell keeps track of its x and y coordinates (though this will probably be discarded), and a list of spans serving as the cell's entries.
Method | __init__ |
No summary |
Method | __repr__ |
No summary |
Method | __str__ |
No summary |
Method | add |
Appends the given span to the list of spans representing the chart cell's entries. |
Instance Variable | _entries |
Undocumented |
Instance Variable | _x |
Undocumented |
Instance Variable | _y |
Undocumented |