Metadata-Version: 2.1
Name: urduhack
Version: 0.0.2
Summary: Natural Language Processing (NLP) library for Urdu language.
Home-page: https://urduhack.readthedocs.io
Author: Ikram Ali
Author-email: mrikram1989@gmail.com
License: MIT License
Description: Urduhack: NLP library for ( 🇵🇰 ) Urdu language
        ================================================
        
        [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/urduhack/urduhack/blob/master/LICENSE)
        [![image](https://img.shields.io/pypi/v/urduhack.svg)](https://pypi.org/project/urduhack/)
        [![image](https://img.shields.io/pypi/pyversions/urduhack.svg)](https://pypi.org/project/urduhack/)
        [![wheel](https://img.shields.io/pypi/wheel/urduhack.svg)](https://pypi.org/project/urduhack/)
        [![Build Status](https://travis-ci.org/urduhack/urduhack.svg?branch=master)](https://travis-ci.org/urduhack/urduhack)
        [![codecov](https://codecov.io/gh/urduhack/urduhack/branch/master/graph/badge.svg)](https://codecov.io/gh/urduhack/urduhack)
        ![Last commit](https://img.shields.io/github/last-commit/urduhack/urduhack.svg)
        [![image](https://img.shields.io/github/contributors/urduhack/urduhack.svg)](https://github.com/urduhack/urduhack/graphs/contributors)
        [![Join Slack](https://img.shields.io/badge/join-us%20on%20slack-gray.svg?longCache=true&logo=slack&colorB=red)](https://join.slack.com/t/urduhack/shared_invite/enQtNDE5NDg4NzU2Mzg4LTk3ZDNlYzBhOWM5MGY0ZGE0ZmNmNzU2ZTViYjAwMTg3NTBmZGU4OTM0M2E0MzQ0NDI1MDIyYzVkYTVmZTkyZjg)
        [![Say Thanks!](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)](https://saythanks.io/to/akkefa)
        
        
        Feature Support
        ---------------
        
        -   Urdu character normalization
        
        Urduhack officially supports Python 3.6–3.7, and runs great on PyPy.
        
        Installation
        ------------
        
        To install Requests, simply use pip
        ``` {.sourceCode .bash}
        $ pip install urduhack
        ```
        
        Documentation
        -------------
        
        Fantastic documentation is available at <https://urduhack.readthedocs.io/>
        
        How to Contribute
        -----------------
        
        1.  Check for open issues or open a fresh issue to start a discussion
            around a feature idea or a bug. There is a [Contributor Friendly](https://github.com/urduhack/urduhack/issues)
            tag for issues that should be ideal for people who are not very
            familiar with the codebase yet.
        3.  Write a test which shows that the bug was fixed or that the feature
            works as expected.
        4.  Send a pull request and bug the maintainer until it gets merged and
            published. :)
        
Keywords: urdu machine learning text pre-processing tensorflow nlp
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >= 3.6
Description-Content-Type: text/markdown
