Package perl-Lingua-EN-Squeeze: Information

    Source package: perl-Lingua-EN-Squeeze
    Version: 2006.0704-alt2
    Build time:  Sep 18, 2008, 02:42 PM
    Category: Development/Perl
    Report package bug
    License: Artistic
    Summary: Shorten text to minimum syllables by using hash table lookup and vowel deletion
    Description: 
    Squeeze english text to most compact format possible so that it is barely
    readable. Be sure to convert all text to lowercase before using the
    SqueezeText() for maximum compression, because optimizations have been
    designed mostly for uncapitalized letters.
    
    "Warning: Each line is processed multiple times, so prepare for slow
    conversion time"
    
    You can use this module e.g. to preprocess text before it is sent to
    electronic media that has some maximum text size limit. For example pagers
    have an arbitrary text size limit, typically around 200 characters, which
    you want to fill as much as possible. Alternatively you may have GSM
    cellular phone which is capable of receiving Short Messages (SMS), whose
    message size limit is 160 characters. For demonstration of this module's
    SqueezeText() function, this paragraph's conversion result is presented
    below. See yourself if it's readable (Yes, it takes some time to get used
    to). The compression ratio is typically 30-40%.

    List of rpms provided by this srpm:
    perl-Lingua-EN-Squeeze (noarch)

    Maintainer: Vitaly Lipatov

    List of contributors:
    Vitaly Lipatov


      1. perl-YAML
      2. perl-devel

    Last changed


    Sept. 6, 2008 Vitaly Lipatov 2006.0704-alt2
    - fix directory ownership violation
    June 17, 2008 Vitaly Lipatov 2006.0704-alt1
    - initial build for ALT Linux Sisyphus