Home | Trees | Indices | Help |
|
---|
|
object --+ | Production --+ | object --+ | | | probability.ProbabilisticMixIn --+ | | | probability.ImmutableProbabilisticMixIn --+ | WeightedProduction
A probabilistic context free grammar production. PCFG
WeightedProduction
s are essentially just
Production
s that have probabilities associated with them.
These probabilities are used to record how likely it is that a given
production will be used. In particular, the probability of a
WeightedProduction
records the likelihood that its
right-hand side is the correct instantiation for any given occurance of
its left-hand side.
See Also: Production
|
|||
|
|||
string
|
|
||
boolean
|
|
||
|
|||
int
|
|
||
Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
Construct a new
|
str(x)
|
|
|
hash(x)
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Wed Aug 27 15:08:51 2008 | http://epydoc.sourceforge.net |