Metadata-Version: 1.0
Name: pytextseg
Version: 0.0.4
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)
Description: =========
        pytextseg
        =========
        
        The pytextseg package provides functions fill() and wrap(), Unicode-aware
        alternatives for those of textwrap standard module.  It also provides
        classes LineBreak and GCStr, lower level interfaces for text segmentation.
        
        :Notice: This is development release.  You might not want to use it on 
                 production system.
        
        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 - Unicode Text Segmentation Package for Python.
        
        Copyright (C) 2012 by Hatuka*nezumi - IKEDA Soji.
        
        This file is part of the pytextseg package.  This program is free
        software; you can redistribute it and/or modify it under the terms of
        the GNU General Public License as published by the Free Software
        Foundation; either version 2 of the License, or (at your option) any
        later version.  This program is distributed in the hope that it will
        be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
        of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
        COPYING file for more details.
        
        Author
        ======
        
        Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>.
        
        
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 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
