NAME
Lingua::Align::LinkSearch::Cascaded - cascaded link search strategies
SYNOPSIS
DESCRIPTION
This module allows to combine several alignment inference strategies into a "cascade of linking steps". Use the constructor option '-link_search' to specify the steps to be taken. The syntax is (strategies separated by '-'):
cascaded:strategy1-strategy2-...
("strategy1", "strategy2" ... are valid alignment strategies which will be applied in the order they are specified in the attribute value above)
SEE ALSO
AUTHOR
Joerg Tiedemann
COPYRIGHT AND LICENSE
Copyright (C) 2009 by Joerg Tiedemann
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.