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

NAME

Treex::Tool::Segment::EN::RuleBased - rule based sentence segmenter for English

VERSION

version 2.20151102

DESCRIPTION

Sentence boundaries are detected based on a regex rules that detect end-sentence punctuation ([.?!]) followed by a uppercase letter. This class adds a English specific list of "unbreakers", i.e. tokens that usually do not end a sentence even if they are followed by a period and a capital letter.

See Treex::Block::W2A::Segment

AUTHOR

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.