sfu-natlang / glm-parser

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

Dumping trained weight vector to HDFS #42

Closed jeticg closed 8 years ago

jeticg commented 8 years ago

Weight vector could only be dumped to a local directory now. We need to find a way to dump it to HDFS.

jeticg commented 8 years ago

This part of code has been implemented. Closing issue.