ufal / treex

Treex NLP framework
33 stars 6 forks source link

Fix for copying wild attributes through Alpino parsing #13

Closed tuetschek closed 9 years ago

tuetschek commented 9 years ago

This should fix #12. The terminal nodes resulting from the Alpino parse are aligned using the Monolingual Greedy aligner to the original a-nodes in the flat a-tree. Wild attributes are then copied wherever alignment exists.

Please test this and merge if it works.

michnov commented 9 years ago

unable to test due to #14