ufal / treex

Treex NLP framework
33 stars 6 forks source link

Phrase #51

Closed dan-zeman closed 8 years ago

dan-zeman commented 8 years ago

HamleDT harmonization blocks have been freed from using the deprecated classes Treex::Core::Coordination and Treex::Core::Cloud. These classes have been removed. The phrase model should handle coordination interacting with other phrase types better. (Note that only Prague and Stanford coordination styles have been fully tested.)

The other important change is that HamleDT-related blocks now deliberately avoid working with the afun attribute and use deprel everywhere. If you use the blocks for something else than HamleDT and require the afuns, you will have to add a separate block that copies deprels to afuns after harmonization. (The is_member attribute works as before.)

joaoantonioverdade commented 8 years ago

Checked for pt2en, no problems.