Metadata-Version: 1.0
Name: pytextseg
Version: 0.2.0
Summary: Python module for text segmentation.
Home-page: http://pypi.python.org/pypi/pytextseg/
Author: Hatuka*nezumi - IKEDA Soji
Author-email: hatuka@nezumi.nu
License: GNU General Public License (GPL) or Artistic License
Description: =========
        pytextseg
        =========
        
        The pytextseg package provides functions to wrap plain texts:
        fill() and wrap() are Unicode-aware alternatives for those of
        textwrap standard module; fold() and unfold() are functions mainly focus
        on plain text messages such as e-mail.
        
        It also provides lower level interfaces for text segmentation: LineBreak
        class for line breaking; GCStr class for grapheme cluster segmentation.
        
        Install
        =======
        
        See INSTALL_.
        
        .. _INSTALL: http://packages.python.org/pytextseg/install.html
        
        For Other Language
        ==================
        
        Perl
            Unicode-LineBreak: http://search.cpan.org/dist/Unicode-LineBreak/
        
        License
        =======
        
        pytextseg is Copyright (C) 2012, by Hatuka*nezumi - IKEDA Soji.
        
        It is free software; you can redistribute it and/or modify it under the
        terms of either:
        
        a) the GNU General Public License as published by the Free Software
           Foundation; either version 2, or (at your option) any later version,
           or
        
        b) the "Artistic License".
        
        ----
        
        See the COPYING and the ARTISTIC files for more details.
        
        Author
        ======
        
        Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>.
        
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: License :: OSI Approved :: Artistic License
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.3
Classifier: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: C
Classifier: Topic :: Software Development :: Internationalization
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: General
Classifier: Topic :: Text Processing :: Linguistic
