neubig / travatar

This is a repository for the Travatar forest-to-string translation decoder
GNU Lesser General Public License v3.0
28 stars 11 forks source link

HyperGraph Transformation for Hiero #6

Closed philip30 closed 10 years ago

philip30 commented 10 years ago

In this pull request, hypergraph transformation for hiero rule is implemented. Given rule table and input sentence, travatar is now able to create hypergraph that corresponds to the input. With previously defined rule, of course.

philip30 commented 10 years ago

Hi Neubig-sensei,

I've finished the code refactoring to use isolated memory for span so that translation can run in paralel. Please take a look.

Philip