sfu-natlang / glm-parser

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

use hvector for perceptron updates #14

Closed anoopsarkar closed 10 years ago

anoopsarkar commented 10 years ago

use the hvector package from http://acl.cs.qc.edu/~lhuang/ to implement the weight vector and updates.

this will also make it easier to implement averaged perceptron and MIRA (see Issue #8 )

yulanh commented 10 years ago

Have implemented the WeightVector and FeatureVector with hvector.