NAME
Treex::Block::W2A::JA::RehangConjunctions - Modifies location of conjunctions within an a-tree.
VERSION
version 0.13095
DESCRIPTION
Modifies the topology of trees parsed by JDEPP parser so it easier to work with later (transforming to t-layer, transfer ja2cs). We pay special attention to coordinating particles and treat them in a similar manner as in PDT.
Block shouldn't be called before blocks Treex::Block::W2A::JA::RehangCopulas Treex::Block::W2A::JA::RehangAuxVerbs have been applied
TODO
Fix default JDEPP coordination dependencies. 鳥や 犬や 猫や 馬が いました - There were horses and dogs and cats and birds. birdsや dogsや catsや horsesや to_be.
JDEPP:
birds -> to_be
dogs -> horses
cats -> horses
horses -> to_be
We desire: (for correct coord. particle modification)
birds -> horses
dogs -> horses
cats -> horses
horses -> to_be
More complex coordination structures needs to be examined (JDEPP output). Block is still being tested
AUTHOR
Dušan Variš <dvaris@seznam.cz>
COPYRIGHT AND LICENSE
Copyright © 2014 by Institute of Formal and Applied Linguistics, Charles University in Prague
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.