| Trees | Indices | Help |
|
|---|
|
|
object --+
|
data.HashSet --+
|
cky.chart.SignHashSet --+
|
TagProbabilitySignHashSet
For this chart's internal data structure, we use a modified implementation of the HashSet which adds some basic handling of the tag probabilities that came from the tagger's model.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
DEFAULT_THRESHOLD = 0.001
|
|||
DEFAULT_MAX_SIZE = 50
|
|||
DEFAULT_BEAMING_THRESHOLD = 20
|
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
When a value already exists in the table, this is called instead of adding the value. By default, it does nothing (i.e. drops the new value), but you can override it if you want to do something else to combine the values. Note that your custom methods must only modify the sign that's already
in the set (
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Nov 26 16:04:57 2012 | http://epydoc.sourceforge.net |