sfu-natlang / glm-parser

Tree-adjoining grammar based statistical dependency parser using a general linear model (glm).
Other
28 stars 2 forks source link

cube pruning for higher-order features #20

Open anoopsarkar opened 9 years ago

anoopsarkar commented 9 years ago

Parsing will occur in multiple rounds (at least two). First round is done using first-order features. Subsequent rounds use the cube pruning approach described in the following papers:

anoopsarkar commented 8 years ago

@wangyizhou please post an update to this issue when you get a chance.