ufal / treex

Treex NLP framework
33 stars 6 forks source link

Phrase model #18

Closed dan-zeman closed 8 years ago

dan-zeman commented 8 years ago

A new model of phrase/dependency structure that can handle coordination, prepositional phrases etc. properly during tree transformations and normalization. At the moment it is used only in HamleDT::Udep. It should replace the Treex::Core::Coordination and Treex::Core::Cloud classes in future.

martinpopel commented 8 years ago

Thanks Dan for a lot of work.

dan-zeman commented 8 years ago