The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Treex::Block::W2A::Tokenize - language independent rule based tokenizer

VERSION

version 0.08170

DESCRIPTION

Each sentence is split into a sequence of tokens using a series of regexs. Flat a-tree is built and attributes no_space_after are filled. This class uses language-independent regex rules for tokenization, but it can be used as an ancestor for language-specific tokenization by overriding the method tokenize_sentence or by using around (see Moose::Manual::MethodModifiers).

AUTHOR

David Mareček <marecek@ufal.mff.cuni.cz>

Martin Popel <popel@ufal.mff.cuni.cz>

COPYRIGHT AND LICENSE

Copyright © 2011 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.