liblingua-en-sentence-perl 0.34-1 source package in Ubuntu
Changelog
liblingua-en-sentence-perl (0.34-1) unstable; urgency=medium * Import upstream version 0.34. * Update copyright years * Declare compliance with Debian Policy 4.6.2 -- Florian Schlichting <email address hidden> Sat, 21 Oct 2023 23:49:11 +0200
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Plucky | release | universe | misc | |
Oracular | release | universe | misc | |
Noble | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
liblingua-en-sentence-perl_0.34-1.dsc | 2.1 KiB | 1d9be093a27311c4c216b682518ea95404af3cbc56d387ecfee22bc990637cc3 |
liblingua-en-sentence-perl_0.34.orig.tar.gz | 18.6 KiB | 5aef213ae0785e7bf854cc6c12530b87cc110843edcab227149cd72fceee34b9 |
liblingua-en-sentence-perl_0.34-1.debian.tar.xz | 2.1 KiB | 4c088166769f6fe8d69114199eb1cab677ea5103d0e326de32d4b39a1686b1fd |
Available diffs
- diff from 0.33-2 to 0.34-1 (4.2 KiB)
No changes file available.
Binary packages built by this source
- liblingua-en-sentence-perl: Perl module to split text into sentences
The Lingua:
:EN::Sentence module contains the function get_sentences, which
splits text into its constituent sentences, based on a regular expression and
a list of abbreviations (built in and given).
.
Certain well know exceptions, such as abbreviations, may cause incorrect
segmentations. But some of them are already integrated into this code and are
being taken care of. Still, if you see that there are words causing the
get_sentences function to fail, you can add those to the module, so it
notices them.