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

Bunch of fixes in LookupTable FSM #17

Closed philip30 closed 9 years ago

philip30 commented 9 years ago

Hi Graham-sensei,

These are the fixes I made for lookuptable FSM. Basically, I removed the "default_symbol" config as it doesn't make sense for multi head symbol.

The only one problem is: seems that glue-rule for hiero with annotated non terminal is still intractable with the current architecture. (we have to list all combinations of tuples of (span, head_symbols)?)

Philip