liblingua-en-sentence-perl 0.31-1.1 source package in Ubuntu
Changelog
liblingua-en-sentence-perl (0.31-1.1) unstable; urgency=medium * Non maintainer upload by the Reproducible Builds team. * No source change upload to rebuild on buildd with .buildinfo files. -- Holger Levsen <email address hidden> Tue, 29 Dec 2020 02:12:44 +0100
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 | |
---|---|---|---|---|
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
liblingua-en-sentence-perl_0.31-1.1.dsc | 2.1 KiB | 0a759fff3f8d49037ec5617ac6ef7dd0ff24831415a1969433d529400cba2eca |
liblingua-en-sentence-perl_0.31.orig.tar.gz | 17.7 KiB | bab68669a78985ac95617c3587e9587dbd4793d4ced966fbfa4a3438457a1486 |
liblingua-en-sentence-perl_0.31-1.1.debian.tar.xz | 1.8 KiB | ff76133257a2d5f8fb24396942a7b86d25d3e4f5403cc93f3239a0024dcc602f |
Available diffs
- diff from 0.31-1 to 0.31-1.1 (391 bytes)
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.