|
DynGenPar
Dynamic Generalized Parser
|
full rule as found in the initial graph More...
Public Member Functions | |
| FullRule () | |
| dummy default constructor for bindings More... | |
| FullRule (CatArg c, const Rule &r, int epsSkipped, int n) | |
Public Attributes | |
| Cat | cat |
| Rule | rule |
| int | epsilonsSkipped |
| int | ruleno |
| needed for PMCFGs (to match components of rules to each other) More... | |
full rule as found in the initial graph
Definition at line 261 of file dyngenpar.h.
|
inline |
dummy default constructor for bindings
Definition at line 263 of file dyngenpar.h.
Definition at line 264 of file dyngenpar.h.
| Cat DynGenPar::FullRule::cat |
Definition at line 266 of file dyngenpar.h.
| int DynGenPar::FullRule::epsilonsSkipped |
Definition at line 268 of file dyngenpar.h.
| Rule DynGenPar::FullRule::rule |
Definition at line 267 of file dyngenpar.h.
| int DynGenPar::FullRule::ruleno |
needed for PMCFGs (to match components of rules to each other)
always set to 0 for context-free (1-dimensional) categories
Definition at line 272 of file dyngenpar.h.
1.8.13