Module Chart


module Chart: sig  end
The chart for a bottom-up MCFG chart parser. Chart items contain a category and 2n states for some n > 0 (the arity of the category the item represents).
Author(s): Daniel M. Albro
Version: $Revision$
Since 11/21/02 - [da]: Initial Creation.


type subitem = int array
An item on the chart, as presented to the user (sans cat)

class chart : int -> int -> object  end
Represents the chart for a chart parser.
val print_array : subitem -> unit
Outputs a subitem in human-readable form, sort of...
Returns nothing

ar : subitem to output